Package org.opensaml.saml.ext.reqattr
Interface RequestedAttributes
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Implementing Classes:
RequestedAttributesImpl
SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the element inside the Extensions.static final QNameDefault element name.static final QNameQName of the XSI type.static final StringLocal name of the supportsRequestedAttributes attribute.static final StringLocal name of the XSI type.static final QNameQName of the XSI type. -
Method Summary
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element inside the Extensions.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
SUPPORTS_REQUESTED_ATTRIBUTES_LOCAL_NAME
Local name of the supportsRequestedAttributes attribute.- See Also:
-
SUPPORTS_REQUESTED_ATTRIBUTES
QName of the XSI type.
-
-
Method Details
-
getRequestedAttributes
Gets a list of childRequestedAttributes.- Returns:
- list of child RequestedAttribute s
-