|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Scoping
This interface defines methods to retrieve Identity Providers and context/limitations related to proxying of the request message.
| Method Summary | |
|---|---|
IDPList |
getIDPList()
Returns the IDPList Object. |
Integer |
getProxyCount()
Returns the value of ProxyCount attribute. |
List |
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 requesterIDList)
Sets a list of RequesterID Objects. |
String |
toXMLString()
Returns a String representation of this Object. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object. |
| Method Detail |
|---|
IDPList getIDPList()
IDPList Object.
IDPList object.Scoping.setIDPList(IDPList)
void setIDPList(IDPList idpList)
throws SAML2Exception
IDPList Object.
idpList - the new IDPList object.
SAML2Exception - if the object is immutable.Scoping.getIDPList()List getRequesterIDs()
RequesterID Objects..
RequesterID objects.Scoping.setRequesterIDs(List)
void setRequesterIDs(List requesterIDList)
throws SAML2Exception
RequesterID Objects.
requesterIDList - the list of RequesterID object.
SAML2Exception - if the object is immutable.Scoping.getRequesterIDs()Integer getProxyCount()
ProxyCount attribute.
ProxyCount attribute.Scoping.setProxyCount(Integer)
void setProxyCount(Integer proxyCount)
throws SAML2Exception
ProxyCount attribute.
proxyCount - new value of ProxyCount attribute.
SAML2Exception - if the object is immutable.Scoping.getProxyCount()
String toXMLString()
throws SAML2Exception
SAML2Exception - if cannot create String object
String toXMLString(boolean includeNSPrefix,
boolean declareNS)
throws SAML2Exception
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.void makeImmutable()
boolean isMutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||