|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdentityToken
A token that represents an authenticated user.
| Method Summary | |
|---|---|
byte[] |
getKey()Gets the opaque key to use for state refresh purposes. |
java.util.Locale |
getLocale()Gets the Locale that the user wants to use. |
java.lang.String |
getPresentationName()Gets the local copy of the presentation name (displayName) for this identity. |
void |
setLocale(java.util.Locale locale)Sets the Locale that the user wants to use. |
void |
update(java.lang.Object identityTokenData)Updates the internal state of the IdentityToken based on the data returned from the server using the key from getKey(). |
| Method Detail |
|---|
java.lang.String getPresentationName()
byte[] getKey()
byte array representing the key for state refresh purposes.void update(java.lang.Object identityTokenData)
getKey().identityTokenData - updated statejava.util.Locale getLocale()
void setLocale(java.util.Locale locale)
locale - Locale to use
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||