Interface DelegationRestrictionType
- All Superinterfaces:
Condition
,SAMLObject
,XMLObject
- All Known Implementing Classes:
DelegationRestrictionTypeImpl
SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Local name of the XSI type.static final QName
QName of the XSI type.Fields inherited from interface org.opensaml.saml.saml2.core.Condition
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of Delegate child elements.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
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getDelegates
Get the list of Delegate child elements.- Returns:
- list of Delegate children
-