Interface AuthenticationQuery

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

    public interface AuthenticationQuery
    extends SubjectQuery
    Description of the behaviour of the AuthenticationQuery element.
    • Field Detail

      • DEFAULT_ELEMENT_LOCAL_NAME

        static final String DEFAULT_ELEMENT_LOCAL_NAME
        Element name, no namespace.
        See Also:
        Constant Field Values
      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
      • AUTHENTICATIONMETHOD_ATTRIB_NAME

        static final String AUTHENTICATIONMETHOD_ATTRIB_NAME
        AuthenticationMethod attribute name.
        See Also:
        Constant Field Values
    • Method Detail

      • getAuthenticationMethod

        String getAuthenticationMethod()
        Get AuthenticationMethod attribute.
        Returns:
        the authentication method
      • setAuthenticationMethod

        void setAuthenticationMethod​(String authenticationMethod)
        Set AuthenticationMethod attribute.
        Parameters:
        authenticationMethod - the authentication method