public interface SamlSessionStore extends AdapterSessionStore
Modifier and Type | Interface and Description |
---|---|
static class |
SamlSessionStore.CurrentAction |
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_ACTION |
static String |
SAML_LOGIN_ERROR_STATUS |
static String |
SAML_LOGOUT_ERROR_STATUS |
Modifier and Type | Method and Description |
---|---|
SamlSession |
getAccount() |
String |
getRedirectUri() |
boolean |
isLoggedIn() |
boolean |
isLoggingIn() |
boolean |
isLoggingOut() |
void |
logoutAccount() |
void |
logoutByPrincipal(String principal) |
void |
logoutBySsoId(List<String> ssoIds) |
void |
saveAccount(SamlSession account) |
void |
setCurrentAction(SamlSessionStore.CurrentAction action) |
restoreRequest, saveRequest
static final String CURRENT_ACTION
static final String SAML_LOGIN_ERROR_STATUS
static final String SAML_LOGOUT_ERROR_STATUS
void setCurrentAction(SamlSessionStore.CurrentAction action)
boolean isLoggingIn()
boolean isLoggingOut()
boolean isLoggedIn()
SamlSession getAccount()
void saveAccount(SamlSession account)
String getRedirectUri()
void logoutAccount()
void logoutByPrincipal(String principal)
Copyright © 2019 JBoss by Red Hat. All rights reserved.