public class WebSSOProfileHoKImpl extends WebSSOProfileImpl
artifactMap, builderFactory, log, metadata, processor, uriComparator
Constructor and Description |
---|
WebSSOProfileHoKImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getProfileIdentifier()
Implementation are expected to provide an unique identifier for the profile this class implements.
|
protected boolean |
isEndpointSupported(org.opensaml.saml2.metadata.AssertionConsumerService endpoint)
Determines whether given AssertionConsumerService can be used to deliver messages consumable by this profile.
|
protected boolean |
isEndpointSupported(org.opensaml.saml2.metadata.SingleSignOnService endpoint)
Determines whether given SingleSignOn service can be used together with this profile.
|
buildAuthnContext, buildIDPList, buildReturnAddress, buildScoping, builNameIDPolicy, getAssertionConsumerService, getAuthnRequest, getSingleSignOnService, getSPNameQualifier, sendAuthenticationRequest
afterPropertiesSet, buildCommonAttributes, generateID, getEndpointBinding, getIssuer, getMaxAssertionTime, getResponseSkew, getStatus, isEndpointMatching, sendMessage, sendMessage, setArtifactMap, setMaxAssertionTime, setMetadata, setProcessor, setResponseSkew, verifyEndpoint, verifyIssuer, verifySignature
public String getProfileIdentifier()
AbstractProfileBase
getProfileIdentifier
in class WebSSOProfileImpl
protected boolean isEndpointSupported(org.opensaml.saml2.metadata.SingleSignOnService endpoint) throws org.opensaml.saml2.metadata.provider.MetadataProviderException
WebSSOProfileImpl
isEndpointSupported
in class WebSSOProfileImpl
endpoint
- endpointorg.opensaml.saml2.metadata.provider.MetadataProviderException
- in case system can't verify whether endpoint is supported or notprotected boolean isEndpointSupported(org.opensaml.saml2.metadata.AssertionConsumerService endpoint) throws org.opensaml.saml2.metadata.provider.MetadataProviderException
WebSSOProfileImpl
isEndpointSupported
in class WebSSOProfileImpl
endpoint
- endpointorg.opensaml.saml2.metadata.provider.MetadataProviderException
- in case system can't verify whether endpoint is supported or not