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, sendAuthenticationRequestafterPropertiesSet, buildCommonAttributes, generateID, getEndpointBinding, getIssuer, getMaxAssertionTime, getResponseSkew, getStatus, isEndpointMatching, sendMessage, sendMessage, setArtifactMap, setMaxAssertionTime, setMetadata, setProcessor, setResponseSkew, verifyEndpoint, verifyIssuer, verifySignaturepublic String getProfileIdentifier()
AbstractProfileBasegetProfileIdentifier in class WebSSOProfileImplprotected boolean isEndpointSupported(org.opensaml.saml2.metadata.SingleSignOnService endpoint)
throws org.opensaml.saml2.metadata.provider.MetadataProviderException
WebSSOProfileImplisEndpointSupported in class WebSSOProfileImplendpoint - 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
WebSSOProfileImplisEndpointSupported in class WebSSOProfileImplendpoint - endpointorg.opensaml.saml2.metadata.provider.MetadataProviderException - in case system can't verify whether endpoint is supported or not