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
Modifier and Type | Method and Description |
---|---|
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
|
String getToken()
void setAttribute(String name, Object value)
name
- value
- Object getAttribute(String name)
name
- Iterator getAttributeNames()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.