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

公開メンバ関数

String encodeSessionId (String sessionId)
 
String decodeSessionId (String encodedSessionId)
 
boolean shouldAttachRoute ()
 

詳解

著者
Marek Posolda

関数詳解

◆ decodeSessionId()

String org.keycloak.sessions.StickySessionEncoderProvider.decodeSessionId ( String  encodedSessionId)
引数
encodedSessionIdvalue of the sticky session cookie
戻り値
decoded value, which represents the actual ID of the AuthenticationSessionModel

◆ encodeSessionId()

String org.keycloak.sessions.StickySessionEncoderProvider.encodeSessionId ( String  sessionId)
引数
sessionId
戻り値
Encoded value to be used as the value of sticky session cookie (AUTH_SESSION_ID cookie)

◆ shouldAttachRoute()

boolean org.keycloak.sessions.StickySessionEncoderProvider.shouldAttachRoute ( )
戻り値
true if information about route should be attached to the sticky session cookie by Keycloak. Otherwise it may be attached by loadbalancer.

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