Package org.gatein.wci.authentication
Class AuthenticationEvent
java.lang.Object
org.gatein.wci.authentication.AuthenticationEvent
- Version:
- $Revision$
- Author:
- Alain Defrance
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationEvent(AuthenticationEventType type, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext) -
Method Summary
-
Constructor Details
-
AuthenticationEvent
public AuthenticationEvent(AuthenticationEventType type, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext)
-
-
Method Details