Uses of Class
org.gatein.wci.authentication.AuthenticationEventType
-
Packages that use AuthenticationEventType Package Description org.gatein.wci.authentication -
-
Uses of AuthenticationEventType in org.gatein.wci.authentication
Methods in org.gatein.wci.authentication that return AuthenticationEventType Modifier and Type Method Description AuthenticationEventTypeAuthenticationEvent. getType()static AuthenticationEventTypeAuthenticationEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationEventType[]AuthenticationEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gatein.wci.authentication with parameters of type AuthenticationEventType Constructor Description AuthenticationEvent(AuthenticationEventType type, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext)
-