Uses of Class
org.gatein.wci.security.Credentials
-
Packages that use Credentials Package Description org.gatein.wci org.gatein.wci.authentication org.gatein.wci.spi -
-
Uses of Credentials in org.gatein.wci
Methods in org.gatein.wci with parameters of type Credentials Modifier and Type Method Description voidServletContainer. login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Credentials credentials)Authentication support. -
Uses of Credentials in org.gatein.wci.authentication
Methods in org.gatein.wci.authentication that return Credentials Modifier and Type Method Description CredentialsAuthenticationEvent. getCredentials()Constructors in org.gatein.wci.authentication with parameters of type Credentials Constructor Description AuthenticationEvent(AuthenticationEventType type, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext) -
Uses of Credentials in org.gatein.wci.spi
Methods in org.gatein.wci.spi with parameters of type Credentials Modifier and Type Method Description voidServletContainerContext. login(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Credentials credentials)Authentication support.
-