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 Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • 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:
  • Method Details

    • 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