Package org.opensaml.saml.ext.reqattr
Interface RequestedAttributes
-
- All Superinterfaces:
SAMLObject,XMLObject
public interface RequestedAttributes extends SAMLObject
SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ELEMENT_LOCAL_NAMEName of the element inside the Extensions.static QNameDEFAULT_ELEMENT_NAMEDefault element name.static QNameSUPPORTS_REQUESTED_ATTRIBUTESQName of the XSI type.static StringSUPPORTS_REQUESTED_ATTRIBUTES_LOCAL_NAMELocal name of the supportsRequestedAttributes attribute.static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RequestedAttribute>getRequestedAttributes()Gets a list of childRequestedAttributes.-
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 Detail
-
DEFAULT_ELEMENT_LOCAL_NAME
@Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME
Name of the element inside the Extensions.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
SUPPORTS_REQUESTED_ATTRIBUTES
@Nonnull static final QName SUPPORTS_REQUESTED_ATTRIBUTES
QName of the XSI type.
-
-
Method Detail
-
getRequestedAttributes
List<RequestedAttribute> getRequestedAttributes()
Gets a list of childRequestedAttributes.- Returns:
- list of child RequestedAttribute s
-
-