Constructor and Description |
---|
ScopingImpl()
Constructor to create Scoping object.
|
ScopingImpl(Element element)
Constructor to create the
Scoping Object. |
ScopingImpl(String xmlString)
Constructor to create the
Scoping Object. |
Modifier and Type | Method and Description |
---|---|
IDPList |
getIDPList()
Returns the
IDPList Object. |
Integer |
getProxyCount()
Returns the value of
ProxyCount attribute. |
List<RequesterID> |
getRequesterIDs()
Returns a list of
RequesterID Objects. |
boolean |
isMutable()
Returns true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setIDPList(IDPList idpList)
Sets the
IDPList Object. |
void |
setProxyCount(Integer proxyCount)
Sets the value of
ProxyCount attribute. |
void |
setRequesterIDs(List<RequesterID> value)
Sets the
RequesterID Object. |
String |
toXMLString()
Returns a String representation of this Object.
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation
|
public ScopingImpl()
public ScopingImpl(Element element) throws SAML2Exception
Scoping
Object.element
- Document Element of Scoping
Object.SAML2Exception
- if Scoping cannot be created.
public ScopingImpl(String xmlString) throws SAML2Exception
Scoping
Object.xmlString
- XML String Representation of Scoping
Object.SAML2Exception
- if Scoping cannot be created.
public IDPList getIDPList()
IDPList
Object.getIDPList
in interface Scoping
IDPList
object.setIDPList(IDPList)
public void setIDPList(IDPList idpList) throws SAML2Exception
IDPList
Object.setIDPList
in interface Scoping
idpList
- the new IDPList
object.SAML2Exception
- if the object is immutable.getIDPList()
public List<RequesterID> getRequesterIDs()
RequesterID
Objects.getRequesterIDs
in interface Scoping
RequesterID
objects.setRequesterIDs(List)
public void setRequesterIDs(List<RequesterID> value) throws SAML2Exception
RequesterID
Object.setRequesterIDs
in interface Scoping
value
- list of RequesterID
objects.SAML2Exception
- if the object is immutable.getRequesterIDs()
public Integer getProxyCount()
ProxyCount
attribute.getProxyCount
in interface Scoping
ProxyCount
attribute value.Scoping.setProxyCount(Integer)
public void setProxyCount(Integer proxyCount) throws SAML2Exception
ProxyCount
attribute.setProxyCount
in interface Scoping
proxyCount
- new value of ProxyCount
attribute.SAML2Exception
- if the object is immutable.Scoping.getProxyCount()
public String toXMLString() throws SAML2Exception
toXMLString
in interface Scoping
SAML2Exception
- if cannot create String objectpublic String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
toXMLString
in interface Scoping
includeNSPrefix
- determines whether or not the namespace
qualifier is prepended to the Element when converteddeclareNS
- determines whether or not the namespace is declared
within the Element.SAML2Exception
- if String object cannot be created.public void makeImmutable()
makeImmutable
in interface Scoping
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.