Class DelegationPolicyImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
net.shibboleth.idp.saml.xmlobject.impl.DelegationPolicyImpl
All Implemented Interfaces:
DelegationPolicy, XMLObject, SAMLObject

@NotThreadSafe public class DelegationPolicyImpl extends AbstractXMLObject implements DelegationPolicy
Implementation of DelegationPolicy.
  • Field Details

    • maximumTokenDelegationChainLength

      private Long maximumTokenDelegationChainLength
      The VerifyDepth attribute.
  • Constructor Details

    • DelegationPolicyImpl

      protected DelegationPolicyImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details