org.opensaml.samlext.saml2delrestrict
Interface DelegationRestrictionType

All Superinterfaces:
Condition, SAMLObject, ValidatingXMLObject, XMLObject
All Known Implementing Classes:
DelegationRestrictionTypeImpl

public interface DelegationRestrictionType
extends Condition

SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.


Field Summary
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Fields inherited from interface org.opensaml.saml2.core.Condition
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME
 
Method Summary
 List<Delegate> getDelegates()
          Get the list of Delegate child elements.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

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


Copyright © 1999-2012. All Rights Reserved.