keycloak-oidc-service
|
公開メンバ関数 | |
ResetCredentialsActionToken (String userId, int absoluteExpirationInSecs, String compoundAuthenticationSessionId, String clientId) | |
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 | TOKEN_TYPE = "reset-credentials" |
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" |
非公開メンバ関数 | |
ResetCredentialsActionToken () | |
Representation of a token that represents a time-limited reset credentials action.
|
inline |
|
inlineprivate |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
org.keycloak.models.ActionTokenKeyModelを実装しています。
|
inlineinherited |
|
inherited |
Returns absolute number of seconds since the epoch in UTC timezone when the token expires.
|
inlineinherited |
|
inlineinherited |
org.keycloak.models.ActionTokenValueModelを実装しています。
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Updates the following fields and serializes this token into a signed JWT. The list of updated fields follows:
session | |
realm | |
uri |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
staticinherited |
|
staticinherited |
The authenticationSession note with ID of the user authenticated via the action token
|
staticinherited |
|
staticinherited |
|
static |