Interface DelegationRestrictionType

  • All Superinterfaces:
    Condition, SAMLObject, org.opensaml.core.xml.XMLObject

    public interface DelegationRestrictionType
    extends Condition
    SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<Delegate> getDelegates()
      Get 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 Detail

      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getDelegates

        List<Delegate> getDelegates()
        Get the list of Delegate child elements.
        Returns:
        list of Delegate children