Interface DelegationPolicy
-
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Implementing Classes:
DelegationPolicyImpl
public interface DelegationPolicy extends SAMLObject
SAMLObject for the Shibboleth DelegationPolicy extension supporting SAML delegation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ELEMENT_LOCAL_NAMEElement local name.static QNameDEFAULT_ELEMENT_NAMEDefault element name.static StringMAX_DELEGATION_CHAIN_LENGTH_ATTRIB_NAMEVerifyDepth attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetMaximumTokenDelegationChainLength()Get the MaximumTokenDelegationChainLength attribute value.voidsetMaximumTokenDelegationChainLength(Long value)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 Detail
-
DEFAULT_ELEMENT_LOCAL_NAME
static final String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
static final QName DEFAULT_ELEMENT_NAME
Default element name.
-
MAX_DELEGATION_CHAIN_LENGTH_ATTRIB_NAME
static final String MAX_DELEGATION_CHAIN_LENGTH_ATTRIB_NAME
VerifyDepth attribute name.- See Also:
- Constant Field Values
-
-
Method Detail
-
getMaximumTokenDelegationChainLength
Long getMaximumTokenDelegationChainLength()
Get the MaximumTokenDelegationChainLength attribute value.- Returns:
- the MaximumTokenDelegationChainLength attribute value
-
setMaximumTokenDelegationChainLength
void setMaximumTokenDelegationChainLength(Long value)
Set the MaximumTokenDelegationChainLength attribute value.- Parameters:
value- the new MaximumTokenDelegationChainLength attribute value
-
-