Uses of Class
org.gatein.wci.security.Credentials
Packages that use Credentials
-
Uses of Credentials in org.gatein.wci
Methods in org.gatein.wci with parameters of type CredentialsModifier and TypeMethodDescriptionvoidServletContainer.login(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Credentials credentials) Authentication support. -
Uses of Credentials in org.gatein.wci.authentication
Methods in org.gatein.wci.authentication that return CredentialsConstructors in org.gatein.wci.authentication with parameters of type CredentialsModifierConstructorDescriptionAuthenticationEvent(AuthenticationEventType type, jakarta.servlet.http.HttpServletRequest request, jakarta.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 CredentialsModifier and TypeMethodDescriptionvoidServletContainerContext.login(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Credentials credentials) Authentication support.