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 AuthnContextClassRefBuilder
    Since:
    5.0.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • 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 assertion
        authnRequest - the authn request
        adaptor - the adaptor
        service - the service
        Returns:
        the authentication method from assertion