◆ close()
void org.keycloak.provider.Provider.close |
( |
| ) |
|
|
inherited |
◆ createRootAuthenticationSession() [1/2]
Creates and registers a new authentication session with random ID. Authentication session entity will be prefilled with current timestamp, the given realm and client.
◆ createRootAuthenticationSession() [2/2]
◆ getRootAuthenticationSession()
◆ onClientRemoved()
void org.keycloak.sessions.AuthenticationSessionProvider.onClientRemoved |
( |
RealmModel |
realm, |
|
|
ClientModel |
client |
|
) |
| |
◆ onRealmRemoved()
void org.keycloak.sessions.AuthenticationSessionProvider.onRealmRemoved |
( |
RealmModel |
realm | ) |
|
◆ removeExpired()
void org.keycloak.sessions.AuthenticationSessionProvider.removeExpired |
( |
RealmModel |
realm | ) |
|
◆ removeRootAuthenticationSession()
◆ updateNonlocalSessionAuthNotes()
void org.keycloak.sessions.AuthenticationSessionProvider.updateNonlocalSessionAuthNotes |
( |
AuthenticationSessionCompoundId |
compoundId, |
|
|
Map< String, String > |
authNotesFragment |
|
) |
| |
Requests update of authNotes of a root authentication session that is not owned by this instance but might exist somewhere in the cluster.
- 引数
-
compoundId | |
authNotesFragment | Map with authNote values. Auth note is removed if the corresponding value in the map is . |
このインタフェース詳解は次のファイルから抽出されました: