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 String
Name of the element inside the Extensions.static final QName
Default element name.static final QName
QName of the XSI type.static final String
Local name of the supportsRequestedAttributes attribute.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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
List<RequestedAttribute> getRequestedAttributes()Gets a list of childRequestedAttribute
s.- Returns:
- list of child RequestedAttribute s
-