Uses of Enum Class
org.gatein.wci.authentication.AuthenticationEventType
Packages that use AuthenticationEventType
-
Uses of AuthenticationEventType in org.gatein.wci.authentication
Methods in org.gatein.wci.authentication that return AuthenticationEventTypeModifier and TypeMethodDescriptionAuthenticationEvent.getType()static AuthenticationEventTypeReturns the enum constant of this class with the specified name.static AuthenticationEventType[]AuthenticationEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gatein.wci.authentication with parameters of type AuthenticationEventTypeModifierConstructorDescriptionAuthenticationEvent(AuthenticationEventType type, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext)