Package org.opensaml.saml.saml2.core
Interface Scoping
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
ScopingImpl
SAML 2.0 Core Scoping.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the IDPList.Gets the ProxyCount attrib value.Gets the list of RequesterID's.void
setIDPList
(IDPList newIDPList) Sets the IDPList.void
setProxyCount
(Integer newProxyCount) Sets the ProxyCount attrib 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 Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element Local Name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
PROXY_COUNT_ATTRIB_NAME
ProxyCount attribute name.- See Also:
-
-
Method Details
-
getProxyCount
Integer getProxyCount()Gets the ProxyCount attrib value.- Returns:
- the ProxyCount attrib value
-
setProxyCount
Sets the ProxyCount attrib value.- Parameters:
newProxyCount
- the new ProxyCount attrib value
-
getIDPList
IDPList getIDPList()Gets the IDPList.- Returns:
- IDPList
-
setIDPList
Sets the IDPList.- Parameters:
newIDPList
- the new IDPList
-
getRequesterIDs
List<RequesterID> getRequesterIDs()Gets the list of RequesterID's.- Returns:
- list of RequesterID's
-