Class AuthenticationEvent

java.lang.Object
org.gatein.wci.authentication.AuthenticationEvent

public class AuthenticationEvent extends Object
Version:
$Revision$
Author:
Alain Defrance
  • Constructor Details

  • Method Details

    • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object