public class DefaultAuthnContextClassRefBuilder extends java.lang.Object implements AuthnContextClassRefBuilder
DefaultAuthnContextClassRefBuilder.| Constructor and Description |
|---|
DefaultAuthnContextClassRefBuilder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
build(java.lang.Object assertion,
org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor,
org.apereo.cas.support.saml.services.SamlRegisteredService service)
Gets authentication method from assertion.
|
protected java.lang.String |
getAuthenticationContextByAssertion(java.lang.Object assertion,
org.opensaml.saml.saml2.core.RequestedAuthnContext requestedAuthnContext,
java.util.List<org.opensaml.saml.saml2.core.AuthnContextClassRef> authnContextClassRefs)
Gets authentication context by assertion.
|
public java.lang.String build(java.lang.Object assertion,
org.opensaml.saml.saml2.core.RequestAbstractType authnRequest,
org.apereo.cas.support.saml.services.idp.metadata.SamlRegisteredServiceServiceProviderMetadataFacade adaptor,
org.apereo.cas.support.saml.services.SamlRegisteredService service)
AuthnContextClassRefBuilderbuild in interface AuthnContextClassRefBuilderassertion - the assertionauthnRequest - the authn requestadaptor - the adaptorservice - the serviceprotected java.lang.String getAuthenticationContextByAssertion(java.lang.Object assertion,
org.opensaml.saml.saml2.core.RequestedAuthnContext requestedAuthnContext,
java.util.List<org.opensaml.saml.saml2.core.AuthnContextClassRef> authnContextClassRefs)
assertion - the assertionrequestedAuthnContext - the requested authn contextauthnContextClassRefs - the authn context class refs