| Package | Description |
|---|---|
| com.github.ulisesbocchio.spring.boot.security.saml.configurer | |
| com.github.ulisesbocchio.spring.boot.security.saml.configurer.builder |
| Modifier and Type | Method and Description |
|---|---|
LogoutConfigurer |
ServiceProviderBuilder.logout()
|
| Modifier and Type | Method and Description |
|---|---|
LogoutConfigurer |
LogoutConfigurer.clearAuthentication(Boolean value)
If true, removes the Authentication from the SecurityContext to prevent issues with concurrent requests.
|
LogoutConfigurer |
LogoutConfigurer.defaultTargetURL(String url)
Supplies the default target Url that will be used if no saved request is found in the session, or the
alwaysUseDefaultTargetUrl property is set to true.
|
LogoutConfigurer |
LogoutConfigurer.globalHandler(org.springframework.security.web.authentication.logout.LogoutHandler handler)
Handler to be invoked when global logout is selected.
|
LogoutConfigurer |
LogoutConfigurer.invalidateSession(Boolean value)
Causes the HttpSession to be invalidated when this LogoutHandler is invoked.
|
LogoutConfigurer |
LogoutConfigurer.localHandler(org.springframework.security.web.authentication.logout.LogoutHandler handler)
Handler to be invoked when local logout is selected.
|
LogoutConfigurer |
LogoutConfigurer.logoutURL(String url)
Sets the URL used to determine if the
SAMLLogoutFilter is invoked. |
LogoutConfigurer |
LogoutConfigurer.singleLogoutURL(String url)
Sets the URL used to determine if the
SAMLLogoutProcessingFilter is invoked. |
LogoutConfigurer |
LogoutConfigurer.successHandler(org.springframework.security.web.authentication.logout.LogoutSuccessHandler handler)
Handler to be invoked upon successful logout.
|
Copyright © 2018. All rights reserved.