| 
||||||||||
| 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 | |
|---|---|
 Object | 
getAttribute(String name)
Get an attribute value given the attribute name  | 
 Iterator | 
getAttributeNames()
Get an iterator over all attribute names  | 
 String | 
getToken()
Get the value of the identity token  | 
 void | 
setAttribute(String name,
             Object value)
set a name/value attribute on this token  | 
| Method Detail | 
|---|
String getToken()
void setAttribute(String name,
                  Object value)
name - value - Object getAttribute(String name)
name - 
Iterator getAttributeNames()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||