Interface RequestedAuthnContext

  • All Superinterfaces:
    SAMLObject, org.opensaml.core.xml.XMLObject

    public interface RequestedAuthnContext
    extends SAMLObject
    SAML 2.0 Core RequestedAuthnContext.
    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getComparison

        AuthnContextComparisonTypeEnumeration getComparison()
        Gets the Comparison attribute value of the requested authn context.
        Returns:
        the Comparison attribute value of the requested authn context
      • setComparison

        void setComparison​(AuthnContextComparisonTypeEnumeration newComparison)
        Sets the Comparison attribute value of the requested authn context.
        Parameters:
        newComparison - the SessionIndex of this request
      • getAuthnContextClassRefs

        List<AuthnContextClassRef> getAuthnContextClassRefs()
        Gets the AuthnContextClassRefs of this request.
        Returns:
        the AuthnContextClassRefs of this request
      • getAuthnContextDeclRefs

        List<AuthnContextDeclRef> getAuthnContextDeclRefs()
        Gets the AuthnContextDeclRefs of this request.
        Returns:
        the AuthnContextDeclRef of this request