Interface AuthenticationQuery

All Superinterfaces:
Query, SAMLObject, SubjectQuery, XMLObject
All Known Implementing Classes:
AuthenticationQueryImpl

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

    • DEFAULT_ELEMENT_LOCAL_NAME

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

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • 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:
  • Method Details

    • getAuthenticationMethod

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

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