keycloak-oidc-service
|
公開メンバ関数 | |
ExecuteActionsActionToken (String userId, int absoluteExpirationInSecs, List< String > requiredActions, String redirectUri, String clientId) | |
List< String > | getRequiredActions () |
final void | setRequiredActions (List< String > requiredActions) |
String | getRedirectUri () |
final void | setRedirectUri (String redirectUri) |
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 = "execute-actions" |
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" |
非公開メンバ関数 | |
ExecuteActionsActionToken () | |
静的非公開変数類 | |
static final String | JSON_FIELD_REQUIRED_ACTIONS = "rqac" |
static final String | JSON_FIELD_REDIRECT_URI = "reduri" |
|
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を実装しています。
|
inline |
|
inline |
|
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 |
|
inline |
|
inline |
|
staticinherited |
|
staticinherited |
The authenticationSession note with ID of the user authenticated via the action token
|
staticinherited |
|
staticinherited |
|
staticprivate |
|
staticprivate |
|
static |