gluu
|
公開メンバ関数 | |
UmaPCT () | |
UmaPCT (int lifeTime) | |
String | getDn () |
void | setDn (String dn) |
String | getClientId () |
void | setClientId (String clientId) |
String | getClaimValuesAsJson () |
void | setClaimValuesAsJson (String claimValuesAsJson) |
JwtClaims | getClaims () |
void | setClaims (JwtClaims claims) throws InvalidJwtException |
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) |
限定公開メンバ関数 | |
UmaPCT (String code, Date creationDate, Date expirationDate) | |
非公開変数類 | |
String | dn |
String | clientId |
String | claimValuesAsJson |
静的非公開変数類 | |
static final Logger | log = LoggerFactory.getLogger(UmaPCT.class) |
|
inline |
|
inlineprotected |
|
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 |
|
inline |
|
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 |
|
inlineinherited |
|
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 |
|
inline |
|
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. |
|
inlineinherited |
Sets the value of the revoked flag to indicate whether the token has been revoked.
revoked | Revoke or not. |
|
inlineinherited |
|
private |
|
private |
|
private |
|
staticprivate |