| 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 |
|---|---|
SSOConfigurer |
ServiceProviderBuilder.sso()
Returns a
MetadataGeneratorConfigurer for customization of the SAMLEntryPoint, SAMLProcessingFilter,
SAMLWebSSOHoKProcessingFilter and SAMLDiscovery. |
| Modifier and Type | Method and Description |
|---|---|
SSOConfigurer |
SSOConfigurer.defaultFailureURL(String defaultFailureURL)
The URL which will be used as the failure destination.
|
SSOConfigurer |
SSOConfigurer.defaultSuccessURL(String defaultSuccessURL)
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.
|
SSOConfigurer |
SSOConfigurer.discoveryProcessingURL(String discoveryProcessingURL)
The URL that the
SAMLDiscovery filter will be listening to. |
SSOConfigurer |
SSOConfigurer.enableSsoHoK(boolean enableSsoHoK)
Whether to enable the
SAMLWebSSOHoKProcessingFilter filter or not. |
SSOConfigurer |
SSOConfigurer.failureHandler(org.springframework.security.web.authentication.AuthenticationFailureHandler failureHandler)
Provide a specific
AuthenticationFailureHandler to be invoked on unsuccessful authentication. |
SSOConfigurer |
SSOConfigurer.idpSelectionPageURL(String idpSelectionPageURL)
Sets path where request dispatcher will send user for IDP selection.
|
SSOConfigurer |
SSOConfigurer.profileOptions(org.springframework.security.saml.websso.WebSSOProfileOptions profileOptions)
Provide a specific
WebSSOProfileOptions options. |
SSOConfigurer |
SSOConfigurer.samlEntryPoint(org.springframework.security.saml.SAMLEntryPoint samlEntryPoint)
Provide a specific
SAMLEntryPoint. |
SSOConfigurer |
SSOConfigurer.ssoHoKProcessingURL(String ssoHoKProcessingURL)
The URL that the
SAMLWebSSOHoKProcessingFilter will be listening to. |
SSOConfigurer |
SSOConfigurer.ssoLoginURL(String ssoLoginURL)
The URL that the
SAMLEntryPoint filter will be listening to. |
SSOConfigurer |
SSOConfigurer.ssoProcessingURL(String ssoProcessingURL)
The URL that the
SAMLProcessingFilter will be listening to. |
SSOConfigurer |
SSOConfigurer.successHandler(org.springframework.security.web.authentication.AuthenticationSuccessHandler successHandler)
Provide a specific
AuthenticationSuccessHandler to be invoked on successful authentication. |
Copyright © 2018. All rights reserved.