Class CustomWebSSOProfileImpl
- java.lang.Object
-
- org.springframework.security.saml.websso.AbstractProfileBase
-
- org.springframework.security.saml.websso.WebSSOProfileImpl
-
- de.trustable.ca3s.core.config.saml.CustomWebSSOProfileImpl
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.security.saml.websso.WebSSOProfile
public class CustomWebSSOProfileImpl extends org.springframework.security.saml.websso.WebSSOProfileImpl
-
-
Constructor Summary
Constructors Constructor Description CustomWebSSOProfileImpl(URI targetAddressURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildReturnAddress(org.opensaml.saml2.core.AuthnRequest request, org.opensaml.saml2.metadata.AssertionConsumerService service)-
Methods inherited from class org.springframework.security.saml.websso.WebSSOProfileImpl
buildAuthnContext, buildIDPList, buildScoping, builNameIDPolicy, getAssertionConsumerService, getAuthnRequest, getProfileIdentifier, getSingleSignOnService, getSPNameQualifier, isEndpointSupported, isEndpointSupported, sendAuthenticationRequest
-
Methods inherited from class org.springframework.security.saml.websso.AbstractProfileBase
afterPropertiesSet, buildCommonAttributes, generateID, getEndpointBinding, getIssuer, getMaxAssertionTime, getResponseSkew, getStatus, isEndpointMatching, sendMessage, sendMessage, setArtifactMap, setMaxAssertionTime, setMetadata, setProcessor, setResponseSkew, verifyEndpoint, verifyIssuer, verifySignature
-
-
-
-
Constructor Detail
-
CustomWebSSOProfileImpl
public CustomWebSSOProfileImpl(URI targetAddressURI)
-
-
Method Detail
-
buildReturnAddress
protected void buildReturnAddress(org.opensaml.saml2.core.AuthnRequest request, org.opensaml.saml2.metadata.AssertionConsumerService service) throws org.opensaml.saml2.metadata.provider.MetadataProviderException- Overrides:
buildReturnAddressin classorg.springframework.security.saml.websso.WebSSOProfileImpl- Throws:
org.opensaml.saml2.metadata.provider.MetadataProviderException
-
-