| 
    keycloak-oidc-service
    
   | 
 


公開メンバ関数 | |
| Map< String, String > | getNotes () | 
| String | getNote (String name) | 
This model represents contents of an action token shareable among Keycloak instances in the cluster.
| String org.keycloak.models.ActionTokenValueModel.getNote | ( | String | name | ) | 
Returns value of the given note (or
when no note of this name is present)
org.keycloak.authentication.actiontoken.DefaultActionTokenで実装されています。
| Map<String,String> org.keycloak.models.ActionTokenValueModel.getNotes | ( | ) | 
Returns unmodifiable map of all notes.
org.keycloak.authentication.actiontoken.DefaultActionTokenで実装されています。
 1.8.13