keycloak-oidc-service
|
公開メンバ関数 | |
DefaultActionTokenKey () | |
DefaultActionTokenKey (String userId, String actionId, int absoluteExpirationInSecs, UUID actionVerificationNonce) | |
String | getUserId () |
String | getActionId () |
UUID | getActionVerificationNonce () |
int | getExpiration () |
default String | serializeKey () |
静的公開メンバ関数 | |
static DefaultActionTokenKey | from (String serializedKey) |
静的公開変数類 | |
static final String | ACTION_TOKEN_USER_ID = "ACTION_TOKEN_USER" |
static final String | JSON_FIELD_ACTION_VERIFICATION_NONCE = "nonce" |
非公開変数類 | |
UUID | actionVerificationNonce |
静的非公開変数類 | |
static final Pattern | DOT = Pattern.compile("\\.") |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
org.keycloak.models.ActionTokenKeyModelを実装しています。
|
inherited |
Returns absolute number of seconds since the epoch in UTC timezone when the token expires.
|
inline |
|
inlineinherited |
|
static |
The authenticationSession note with ID of the user authenticated via the action token
|
private |
|
staticprivate |
|
static |