keycloak-spi
|
公開メンバ関数 | |
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)
Map<String,String> org.keycloak.models.ActionTokenValueModel.getNotes | ( | ) |
Returns unmodifiable map of all notes.