Class SAMLRelayStateEntryPoint
- java.lang.Object
-
- org.springframework.web.filter.GenericFilterBean
-
- org.springframework.security.saml.SAMLEntryPoint
-
- de.hybris.platform.samlsinglesignon.security.SAMLRelayStateEntryPoint
-
- All Implemented Interfaces:
javax.servlet.Filter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable,org.springframework.security.web.AuthenticationEntryPoint,org.springframework.web.context.ServletContextAware
public class SAMLRelayStateEntryPoint extends org.springframework.security.saml.SAMLEntryPoint
-
-
Constructor Summary
Constructors Constructor Description SAMLRelayStateEntryPoint(SamlLoginService loginService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.saml.websso.WebSSOProfileOptionsgetProfileOptions(org.springframework.security.saml.context.SAMLMessageContext context, org.springframework.security.core.AuthenticationException exception)-
Methods inherited from class org.springframework.security.saml.SAMLEntryPoint
afterPropertiesSet, commence, doFilter, getFilterProcessesUrl, initializeDiscovery, initializeECP, initializeSSO, isDiscovery, isECP, processFilter, setContextProvider, setDefaultProfileOptions, setFilterProcessesUrl, setMetadata, setSamlDiscovery, setSamlLogger, setWebSSOprofile, setWebSSOprofileECP, setWebSSOprofileHoK
-
-
-
-
Constructor Detail
-
SAMLRelayStateEntryPoint
public SAMLRelayStateEntryPoint(SamlLoginService loginService)
-
-
Method Detail
-
getProfileOptions
protected org.springframework.security.saml.websso.WebSSOProfileOptions getProfileOptions(org.springframework.security.saml.context.SAMLMessageContext context, org.springframework.security.core.AuthenticationException exception) throws org.opensaml.saml2.metadata.provider.MetadataProviderException- Overrides:
getProfileOptionsin classorg.springframework.security.saml.SAMLEntryPoint- Throws:
org.opensaml.saml2.metadata.provider.MetadataProviderException
-
-