keycloak-oidc-service
|
公開メンバ関数 | |
DefaultActionToken () | |
String | getCompoundAuthenticationSessionId () |
final void | setCompoundAuthenticationSessionId (String authenticationSessionId) |
Map< String, String > | getNotes () |
String | getNote (String name) |
final String | setNote (String name, String value) |
final String | removeNote (String name) |
String | serialize (KeycloakSession session, RealmModel realm, UriInfo uri) |
String | getUserId () |
String | getActionId () |
UUID | getActionVerificationNonce () |
int | getExpiration () |
default String | serializeKey () |
静的公開メンバ関数 | |
static DefaultActionTokenKey | from (String serializedKey) |
静的公開変数類 | |
static final String | JSON_FIELD_AUTHENTICATION_SESSION_ID = "asid" |
static final Predicate< DefaultActionTokenKey > | ACTION_TOKEN_BASIC_CHECKS |
static final String | ACTION_TOKEN_USER_ID = "ACTION_TOKEN_USER" |
static final String | JSON_FIELD_ACTION_VERIFICATION_NONCE = "nonce" |
限定公開メンバ関数 | |
DefaultActionToken (String userId, String actionId, int absoluteExpirationInSecs, UUID actionVerificationNonce) | |
DefaultActionToken (String userId, String actionId, int absoluteExpirationInSecs, UUID actionVerificationNonce, String compoundAuthenticationSessionId) | |
静的非公開メンバ関数 | |
static String | getIssuer (RealmModel realm, UriInfo uri) |
Part of action token that is intended to be used e.g. in link sent in password-reset email. The token encapsulates user, expected action and its time of expiry.
|
inline |
|
inlineprotected |
userId | User ID |
actionId | Action ID |
absoluteExpirationInSecs | Absolute expiration time in seconds in timezone of Keycloak. |
actionVerificationNonce |
|
inlineprotected |
userId | User ID |
actionId | Action ID |
absoluteExpirationInSecs | Absolute expiration time in seconds in timezone of Keycloak. |
actionVerificationNonce |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
org.keycloak.models.ActionTokenKeyModelを実装しています。
|
inline |
|
inherited |
Returns absolute number of seconds since the epoch in UTC timezone when the token expires.
|
inlinestaticprivate |
|
inline |
|
inline |
org.keycloak.models.ActionTokenValueModelを実装しています。
|
inlineinherited |
|
inline |
|
inline |
Updates the following fields and serializes this token into a signed JWT. The list of updated fields follows:
session | |
realm | |
uri |
|
inlineinherited |
|
inline |
|
inline |
|
static |
|
staticinherited |
The authenticationSession note with ID of the user authenticated via the action token
|
staticinherited |
|
static |