Interface DelegationPolicy
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
DelegationPolicyImpl
SAMLObject for the Shibboleth DelegationPolicy extension supporting SAML delegation.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the MaximumTokenDelegationChainLength attribute value.void
Set the MaximumTokenDelegationChainLength attribute value.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
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
MAX_DELEGATION_CHAIN_LENGTH_ATTRIB_NAME
VerifyDepth attribute name.- See Also:
-
-
Method Details
-
getMaximumTokenDelegationChainLength
Long getMaximumTokenDelegationChainLength()Get the MaximumTokenDelegationChainLength attribute value.- Returns:
- the MaximumTokenDelegationChainLength attribute value
-
setMaximumTokenDelegationChainLength
Set the MaximumTokenDelegationChainLength attribute value.- Parameters:
value
- the new MaximumTokenDelegationChainLength attribute value
-