public class ScopingType extends Object
Java class for ScopingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScopingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}IDPList" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}RequesterID" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ProxyCount" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IDPListType |
idpList |
protected BigInteger |
proxyCount |
protected List<URI> |
requesterID |
| Constructor and Description |
|---|
ScopingType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequesterID(URI uri)
Add requester id
|
IDPListType |
getIDPList()
Gets the value of the idpList property.
|
BigInteger |
getProxyCount()
Gets the value of the proxyCount property.
|
List<URI> |
getRequesterID()
Gets the value of the requesterID property.
|
void |
removeRequesterID(URI uri)
Remove requester id
|
void |
setIDPList(IDPListType value)
Sets the value of the idpList property.
|
void |
setProxyCount(BigInteger value)
Sets the value of the proxyCount property.
|
protected IDPListType idpList
protected BigInteger proxyCount
public IDPListType getIDPList()
IDPListTypepublic void setIDPList(IDPListType value)
value - allowed object is IDPListTypepublic List<URI> getRequesterID()
For example, to add a new item, do as follows:
getRequesterID().add(newItem);
Objects of the following type(s) are allowed in the list String
public void addRequesterID(URI uri)
uri - public void removeRequesterID(URI uri)
uri - public BigInteger getProxyCount()
BigIntegerpublic void setProxyCount(BigInteger value)
value - allowed object is BigIntegerCopyright © 2021 JBoss by Red Hat. All rights reserved.