- 著者
- Bill Burke
- バージョン
- Revision
- 1
◆ authenticated()
| Response org.keycloak.protocol.LoginProtocol.authenticated |
( |
UserSessionModel |
userSession, |
|
|
ClientSessionContext |
clientSessionCtx |
|
) |
| |
◆ backchannelLogout()
| void org.keycloak.protocol.LoginProtocol.backchannelLogout |
( |
UserSessionModel |
userSession, |
|
|
AuthenticatedClientSessionModel |
clientSession |
|
) |
| |
◆ finishLogout()
| Response org.keycloak.protocol.LoginProtocol.finishLogout |
( |
UserSessionModel |
userSession | ) |
|
◆ frontchannelLogout()
| Response org.keycloak.protocol.LoginProtocol.frontchannelLogout |
( |
UserSessionModel |
userSession, |
|
|
AuthenticatedClientSessionModel |
clientSession |
|
) |
| |
◆ requireReauthentication()
| boolean org.keycloak.protocol.LoginProtocol.requireReauthentication |
( |
UserSessionModel |
userSession, |
|
|
AuthenticationSessionModel |
authSession |
|
) |
| |
- 引数
-
- 戻り値
- true if SSO cookie authentication can't be used. User will need to "actively" reauthenticate
◆ sendError()
| Response org.keycloak.protocol.LoginProtocol.sendError |
( |
AuthenticationSessionModel |
authSession, |
|
|
Error |
error |
|
) |
| |
◆ sendPushRevocationPolicyRequest()
| default boolean org.keycloak.protocol.LoginProtocol.sendPushRevocationPolicyRequest |
( |
RealmModel |
realm, |
|
|
ClientModel |
resource, |
|
|
int |
notBefore, |
|
|
String |
managementUrl |
|
) |
| |
|
inline |
Send not-before revocation policy to the given client.
- 引数
-
| realm | |
| resource | |
| notBefore | |
| managementUrl | |
- 戻り値
- if revocation policy was successfully updated at the client, otherwise.
◆ setEventBuilder()
◆ setHttpHeaders()
| LoginProtocol org.keycloak.protocol.LoginProtocol.setHttpHeaders |
( |
HttpHeaders |
headers | ) |
|
◆ setRealm()
| LoginProtocol org.keycloak.protocol.LoginProtocol.setRealm |
( |
RealmModel |
realm | ) |
|
◆ setSession()
| LoginProtocol org.keycloak.protocol.LoginProtocol.setSession |
( |
KeycloakSession |
session | ) |
|
◆ setUriInfo()
| LoginProtocol org.keycloak.protocol.LoginProtocol.setUriInfo |
( |
UriInfo |
uriInfo | ) |
|
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/doxygen/keycloak/spi-private/src/server-spi-private/src/main/java/org/keycloak/protocol/LoginProtocol.java