Package org.keycloak.adapters.saml
Interface SamlSessionStore
- All Superinterfaces:
AdapterSessionStore
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidvoidlogoutByPrincipal(String principal) voidlogoutBySsoId(List<String> ssoIds) voidsaveAccount(SamlSession account) voidMethods inherited from interface org.keycloak.adapters.spi.AdapterSessionStore
restoreRequest, saveRequest
-
Field Details
-
CURRENT_ACTION
- See Also:
-
SAML_LOGIN_ERROR_STATUS
- See Also:
-
SAML_LOGOUT_ERROR_STATUS
- See Also:
-
-
Method Details
-
setCurrentAction
-
isLoggingIn
boolean isLoggingIn() -
isLoggingOut
boolean isLoggingOut() -
isLoggedIn
boolean isLoggedIn() -
getAccount
SamlSession getAccount() -
saveAccount
-
getRedirectUri
String getRedirectUri() -
logoutAccount
void logoutAccount() -
logoutByPrincipal
-
logoutBySsoId
-