Interface AttributeQuery

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

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

      • DEFAULT_ELEMENT_LOCAL_NAME

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

        @Nonnull
        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • 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:
        Constant Field Values
    • Method Detail

      • 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