keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.models.ActionTokenValueModel インタフェース
org.keycloak.models.ActionTokenValueModel の継承関係図
Inheritance graph
org.keycloak.models.ActionTokenValueModel 連携図
Collaboration graph

公開メンバ関数

Map< String, String > getNotes ()
 
String getNote (String name)
 

詳解

This model represents contents of an action token shareable among Keycloak instances in the cluster.

著者
hmlnarik

関数詳解

◆ getNote()

String org.keycloak.models.ActionTokenValueModel.getNote ( String  name)

Returns value of the given note (or

null

when no note of this name is present)

戻り値
see description

org.keycloak.authentication.actiontoken.DefaultActionToken, org.keycloak.models.sessions.infinispan.entities.ActionTokenValueEntityで実装されています。

◆ getNotes()

Map<String,String> org.keycloak.models.ActionTokenValueModel.getNotes ( )

Returns unmodifiable map of all notes.

戻り値
see description. Returns empty map if no note is set, never returns
null
.

org.keycloak.authentication.actiontoken.DefaultActionToken, org.keycloak.models.sessions.infinispan.entities.ActionTokenValueEntityで実装されています。


このインタフェース詳解は次のファイルから抽出されました: