Package org.gatein.wci.authentication
Class AuthenticationEvent
- java.lang.Object
-
- org.gatein.wci.authentication.AuthenticationEvent
-
public class AuthenticationEvent extends Object
- Version:
- $Revision$
- Author:
- Alain Defrance
-
-
Constructor Summary
Constructors Constructor Description AuthenticationEvent(AuthenticationEventType type, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServletContainerContextgetContainerContext()CredentialsgetCredentials()javax.servlet.http.HttpServletRequestgetRequest()javax.servlet.http.HttpServletResponsegetResponse()AuthenticationEventTypegetType()StringgetUserName()StringtoString()
-
-
-
Constructor Detail
-
AuthenticationEvent
public AuthenticationEvent(AuthenticationEventType type, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userName, Credentials credentials, ServletContainerContext containerContext)
-
-
Method Detail
-
getType
public AuthenticationEventType getType()
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
-
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
-
getUserName
public String getUserName()
-
getCredentials
public Credentials getCredentials()
-
getContainerContext
public ServletContainerContext getContainerContext()
-
-