|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentityToken
Identity Token
Holds a unique token identifying the current authentication process. This token can hold one or more unique name / value (object) attributes
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Get an attribute value given the attribute name |
java.util.Iterator |
getAttributeNames()
Get an iterator over all attribute names |
java.lang.String |
getToken()
Get the value of the identity token |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
set a name/value attribute on this token |
Method Detail |
---|
java.lang.String getToken()
void setAttribute(java.lang.String name, java.lang.Object value)
name
- value
- java.lang.Object getAttribute(java.lang.String name)
name
-
java.util.Iterator getAttributeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |