Interface AttributeQuery

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

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

    • DEFAULT_ELEMENT_LOCAL_NAME

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

      @Nonnull static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      @Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      @Nonnull static final QName TYPE_NAME
      QName of the XSI type.
    • RESOURCE_ATTRIB_NAME

      @Nonnull @NotEmpty static final String RESOURCE_ATTRIB_NAME
      AuthenticationMethod attribute name.
      See Also:
  • Method Details

    • getAttributeDesignators

      @Nonnull @NonnullElements List<AttributeDesignator> getAttributeDesignators()
      Get list of AttributeDesignators.
      Returns:
      the list of AttributeDesignators
    • getResource

      @Nullable String getResource()
      Get Resource attribute.
      Returns:
      the attribute value
    • setResource

      void setResource(@Nullable String resource)
      Set Resource attribute.
      Parameters:
      resource - value to set