| 
    keycloak-service
    
   | 
 


公開メンバ関数 | |
| IdpVerifyAccountLinkActionToken (String userId, int absoluteExpirationInSecs, String compoundAuthenticationSessionId, String identityProviderUsername, String identityProviderAlias, String clientId) | |
| String | getIdentityProviderUsername () | 
| void | setIdentityProviderUsername (String identityProviderUsername) | 
| String | getIdentityProviderAlias () | 
| void | setIdentityProviderAlias (String identityProviderAlias) | 
| String | getOriginalCompoundAuthenticationSessionId () | 
| void | setOriginalCompoundAuthenticationSessionId (String originalCompoundAuthenticationSessionId) | 
| 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 () | 
静的公開メンバ関数 | |
| static DefaultActionTokenKey | from (String serializedKey) | 
静的公開変数類 | |
| static final String | TOKEN_TYPE = "idp-verify-account-via-email" | 
| 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" | 
非公開メンバ関数 | |
| IdpVerifyAccountLinkActionToken () | |
非公開変数類 | |
| String | identityProviderUsername | 
| String | identityProviderAlias | 
| String | originalAuthenticationSessionId | 
静的非公開変数類 | |
| static final String | JSON_FIELD_IDENTITY_PROVIDER_USERNAME = "idpu" | 
| static final String | JSON_FIELD_IDENTITY_PROVIDER_ALIAS = "idpa" | 
| static final String | JSON_FIELD_ORIGINAL_AUTHENTICATION_SESSION_ID = "oasid" | 
Representation of a token that represents a time-limited verify e-mail action.
      
  | 
  inline | 
      
  | 
  inlineprivate | 
      
  | 
  inlinestaticinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  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 | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  staticinherited | 
      
  | 
  staticinherited | 
The authenticationSession note with ID of the user authenticated via the action token
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  staticinherited | 
      
  | 
  staticinherited | 
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
      
  | 
  private | 
      
  | 
  static | 
 1.8.13