Interface RequestedAttributes

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
RequestedAttributesImpl

public interface RequestedAttributes extends SAMLObject
SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      @Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME
      Name of the element inside the Extensions.
      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.
    • SUPPORTS_REQUESTED_ATTRIBUTES_LOCAL_NAME

      @Nonnull @NotEmpty static final String SUPPORTS_REQUESTED_ATTRIBUTES_LOCAL_NAME
      Local name of the supportsRequestedAttributes attribute.
      See Also:
    • SUPPORTS_REQUESTED_ATTRIBUTES

      @Nonnull static final QName SUPPORTS_REQUESTED_ATTRIBUTES
      QName of the XSI type.
  • Method Details