gluu
|
公開メンバ関数 | |
UmaRPT () | |
UmaRPT (String code, Date creationDate, Date expirationDate, String userId, String clientId) | |
String | getDn () |
void | setDn (String p_dn) |
String | getUserId () |
void | setUserId (String userId) |
String | getClientId () |
void | setClientId (String clientId) |
String | getId () |
void | setId (String p_id) |
List< String > | getPermissions () |
void | setPermissions (List< String > p_permissions) |
String | toString () |
void | checkExpired () |
void | checkExpired (Date now) |
boolean | isValid () |
String | getCode () |
void | setCode (String code) |
Date | getCreationDate () |
void | setCreationDate (Date creationDate) |
Date | getExpirationDate () |
void | setExpirationDate (Date expirationDate) |
boolean | isRevoked () |
synchronized void | setRevoked (boolean revoked) |
boolean | isExpired () |
synchronized void | setExpired (boolean expired) |
String | getAuthMode () |
void | setAuthMode (String authMode) |
String | getSessionDn () |
void | setSessionDn (String sessionDn) |
int | getExpiresIn () |
String | getHash (SignatureAlgorithm signatureAlgorithm) |
非公開変数類 | |
String | dn |
String | id |
String | userId |
String | clientId |
List< String > | permissions |
Requesting Party Token.
|
inline |
|
inlineinherited |
Checks whether the token has expired and if true, marks itself as expired.
|
inlineinherited |
Checks whether the token has expired and if true, marks itself as expired.
|
inlineinherited |
Returns the authentication mode.
|
inline |
|
inlineinherited |
Returns the token code.
|
inlineinherited |
Returns the creation date of the token.
|
inline |
|
inlineinherited |
Returns the expiration date of the token.
|
inlineinherited |
Returns the lifetime in seconds of the token.
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inline |
|
inlineinherited |
Return true
if the token has expired.
true
if the token has expired.
|
inlineinherited |
Returns true
if the token has been revoked.
true
if the token has been revoked.
|
inlineinherited |
Checks whether a token is valid, it is valid if it is not revoked and not expired.
true
if the token is valid.
|
inlineinherited |
Sets the authentication mode.
authMode | The authentication mode. |
|
inline |
|
inlineinherited |
Sets the token code.
code | The code of the token. |
|
inlineinherited |
Sets the creation date of the token.
creationDate | The creation date. |
|
inline |
|
inlineinherited |
Sets the expiration date of the token.
expirationDate | The expiration date. |
|
inlineinherited |
Sets the value of the expired flag to indicate whether the token has expired.
expired | Expire or not. |
|
inline |
|
inlineinherited |
Sets the value of the revoked flag to indicate whether the token has been revoked.
revoked | Revoke or not. |
|
inlineinherited |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |