| Package | Description |
|---|---|
| org.gatein.wci.authentication |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationEventType |
AuthenticationEvent.getType() |
static AuthenticationEventType |
AuthenticationEventType.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.
|
| Constructor and Description |
|---|
AuthenticationEvent(AuthenticationEventType type,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String userName,
Credentials credentials,
ServletContainerContext containerContext) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.