|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.idm.LoginContext
public final class LoginContext
LoginContext encapsulates environment information to be passed to Single Sign On notifications.
Examples of such notifications are notifications that the LoginProvider receives to process an automatic login being
performed by the SSO Engine in response to processing a valid assertion from a partner site in the Federation
Field Summary | |
---|---|
static java.lang.String |
HTTP_REQUEST
name of the attribute for storing http request object |
static java.lang.String |
HTTP_RESPONSE
name of the attribute for storing http response object |
static java.lang.String |
SSO_USER
name of the attribute for storing the SSOUser object representing the user being authenticated by the SSO Engine |
Constructor Summary | |
---|---|
LoginContext()
Initializer |
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Returns value corresponding to the specified attribute name |
java.lang.String[] |
getAttributeNames()
Returns an array of Strings consisting of all keys/names stored in the context |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets a specified value corresponding to the specified name in the context |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String HTTP_REQUEST
public static final java.lang.String HTTP_RESPONSE
public static final java.lang.String SSO_USER
Constructor Detail |
---|
public LoginContext()
Method Detail |
---|
public java.lang.Object getAttribute(java.lang.String name)
name
-
public void setAttribute(java.lang.String name, java.lang.Object value)
name
- value
- public java.lang.String[] getAttributeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |