Interface AuthnContextClassRefBuilder
-
- All Known Implementing Classes:
DefaultAuthnContextClassRefBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface AuthnContextClassRefBuilderThis isAuthnContextClassRefBuilder.- Since:
- 5.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringbuild(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.
-
-
-
Method Detail
-
build
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.- Parameters:
assertion- the assertionauthnRequest- the authn requestadaptor- the adaptorservice- the service- Returns:
- the authentication method from assertion
-
-