|
keycloak
|


公開メンバ関数 | |
| DefaultActionTokenKey () | |
| DefaultActionTokenKey (String userId, String actionId, int absoluteExpirationInSecs, UUID actionVerificationNonce) | |
| String | getUserId () |
| String | getActionId () |
| UUID | getActionVerificationNonce () |
| JsonWebToken | id (String id) |
| JsonWebToken | expiration (int expiration) |
| JsonWebToken | notBefore (int notBefore) |
| JsonWebToken | issuedAt (int issuedAt) |
| JsonWebToken | issuer (String issuer) |
| JsonWebToken | audience (String... audience) |
| JsonWebToken | subject (String subject) |
| JsonWebToken | type (String type) |
| JsonWebToken | issuedFor (String issuedFor) |
| String | getId () |
| int | getExpiration () |
| boolean | isExpired () |
| int | getNotBefore () |
| boolean | isNotBefore (int allowedTimeSkew) |
| boolean | isActive () |
| boolean | isActive (int allowedTimeSkew) |
| int | getIssuedAt () |
| JsonWebToken | issuedNow () |
| String | getIssuer () |
| String [] | getAudience () |
| boolean | hasAudience (String audience) |
| JsonWebToken | addAudience (String audience) |
| String | getSubject () |
| void | setSubject (String subject) |
| String | getType () |
| String | getIssuedFor () |
| Map< String, Object > | getOtherClaims () |
| void | setOtherClaims (String name, Object value) |
| TokenCategory | getCategory () |
| int | getExpiration () |
| default String | serializeKey () |
静的公開メンバ関数 | |
| static DefaultActionTokenKey | from (String serializedKey) |
公開変数類 | |
| String | issuedFor |
静的公開変数類 | |
| static final String | ACTION_TOKEN_USER_ID = "ACTION_TOKEN_USER" |
| static final String | JSON_FIELD_ACTION_VERIFICATION_NONCE = "nonce" |
限定公開変数類 | |
| String | id |
| int | expiration |
| int | notBefore |
| int | issuedAt |
| String | issuer |
| String [] | audience |
| String | subject |
| String | type |
| Map< String, Object > | otherClaims = new HashMap<>() |
非公開変数類 | |
| UUID | actionVerificationNonce |
静的非公開変数類 | |
| static final Pattern | DOT = Pattern.compile("\\.") |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestatic |
|
inline |
|
inline |
org.keycloak.models.ActionTokenKeyModelを実装しています。
|
inlineinherited |
|
inlineinherited |
org.keycloak.Tokenを実装しています。
|
inherited |
Returns absolute number of seconds since the epoch in UTC timezone when the token expires.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
OAuth client the token was issued for.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
This is a map of any other claims and data that might be in the IDToken. Could be custom claims set up by the auth server
|
inlineinherited |
|
inlineinherited |
|
inline |
org.keycloak.models.ActionTokenKeyModelを実装しています。
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Tests that the token is not expired and is not-before.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Set issuedAt to the current time
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
static |
The authenticationSession note with ID of the user authenticated via the action token
|
private |
|
protectedinherited |
|
staticprivate |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
protectedinherited |
|
static |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
1.8.13