◆ getActionId()
String org.keycloak.models.ActionTokenKeyModel.getActionId |
( |
| ) |
|
- 戻り値
- Action identifier this token is for.
◆ getActionVerificationNonce()
UUID org.keycloak.models.ActionTokenKeyModel.getActionVerificationNonce |
( |
| ) |
|
- 戻り値
- Single-use random value used for verification whether the relevant action is allowed.
◆ getExpiration()
int org.keycloak.models.ActionTokenKeyModel.getExpiration |
( |
| ) |
|
Returns absolute number of seconds since the epoch in UTC timezone when the token expires.
◆ getUserId()
String org.keycloak.models.ActionTokenKeyModel.getUserId |
( |
| ) |
|
- 戻り値
- ID of user which this token is for.
◆ serializeKey()
default String org.keycloak.models.ActionTokenKeyModel.serializeKey |
( |
| ) |
|
|
inline |
51 String encodedUserId = userId == null ?
"" : Base64.encodeBytes(userId.getBytes(StandardCharsets.UTF_8));
UUID getActionVerificationNonce()
このインタフェース詳解は次のファイルから抽出されました: