◆ decodeSessionId()
String org.keycloak.sessions.StickySessionEncoderProvider.decodeSessionId |
( |
String |
encodedSessionId | ) |
|
- 引数
-
encodedSessionId | value of the sticky session cookie |
- 戻り値
- decoded value, which represents the actual ID of the AuthenticationSessionModel
◆ encodeSessionId()
String org.keycloak.sessions.StickySessionEncoderProvider.encodeSessionId |
( |
String |
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.
このインタフェース詳解は次のファイルから抽出されました: