◆ getActionId()
      
        
          | String org.keycloak.models.ActionTokenKeyModel.getActionId  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getActionVerificationNonce()
      
        
          | UUID org.keycloak.models.ActionTokenKeyModel.getActionVerificationNonce  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ 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  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ serializeKey()
  
  
      
        
          | default String org.keycloak.models.ActionTokenKeyModel.serializeKey  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
   51         String encodedUserId = userId == null ? 
"" : Base64.encodeBytes(userId.getBytes(StandardCharsets.UTF_8));
 
UUID getActionVerificationNonce()
 
 
 
 
このインタフェース詳解は次のファイルから抽出されました: