public class WildflySamlSessionStore extends ServletSamlSessionStore
SamlSessionStore.CurrentAction
deployment, log, SAML_REDIRECT_URI
CURRENT_ACTION, SAML_LOGIN_ERROR_STATUS, SAML_LOGOUT_ERROR_STATUS
Constructor and Description |
---|
WildflySamlSessionStore(io.undertow.server.HttpServerExchange exchange,
UndertowUserSessionManagement sessionManagement,
io.undertow.security.api.SecurityContext securityContext,
SessionIdMapper idMapper,
SessionIdMapperUpdater idMapperUpdater,
SamlDeployment resolvedDeployment) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLoggedIn() |
void |
saveAccount(SamlSession account) |
changeSessionId, getAccount, getRedirectUri, getSession, isLoggingIn, isLoggingOut, logoutAccount, logoutByPrincipal, logoutBySsoId, logoutSessionIds, restoreRequest, saveRequest, setCurrentAction
public WildflySamlSessionStore(io.undertow.server.HttpServerExchange exchange, UndertowUserSessionManagement sessionManagement, io.undertow.security.api.SecurityContext securityContext, SessionIdMapper idMapper, SessionIdMapperUpdater idMapperUpdater, SamlDeployment resolvedDeployment)
public boolean isLoggedIn()
isLoggedIn
in interface SamlSessionStore
isLoggedIn
in class ServletSamlSessionStore
public void saveAccount(SamlSession account)
saveAccount
in interface SamlSessionStore
saveAccount
in class ServletSamlSessionStore
Copyright © 2020 JBoss by Red Hat. All rights reserved.