|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDPList
This interface specifies the identity providers trusted by the requester to authenticate the presenter.
| Method Summary | |
|---|---|
GetComplete |
getGetComplete()
Returns the GetComplete Object. |
List |
getIDPEntries()
Returns the list of IDPEntry Objects. |
boolean |
isMutable()
Returns true if object is mutable. |
void |
makeImmutable()
Makes this object immutable. |
void |
setGetComplete(GetComplete getComplete)
Sets the GetComplete Object. |
void |
setIDPEntries(List idpEntryList)
Sets the IDPEntry Object. |
String |
toXMLString()
Returns a String representation of this Object. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a String representation of this Object. |
| Method Detail |
|---|
List getIDPEntries()
IDPEntry Objects.
IDPEntry objects.IDPList.setIDPEntries(List)
void setIDPEntries(List idpEntryList)
throws SAML2Exception
IDPEntry Object.
idpEntryList - the list of IDPEntry objects.
SAML2Exception - if the object is immutable.IDPList.getIDPEntries()GetComplete getGetComplete()
GetComplete Object.
GetComplete object.IDPList.setGetComplete(GetComplete)
void setGetComplete(GetComplete getComplete)
throws SAML2Exception
GetComplete Object.
getComplete - the new GetComplete object.
SAML2Exception - if the object is immutable.IDPList.getGetComplete()
String toXMLString()
throws SAML2Exception
SAML2Exception - 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 - cannot create String object.void makeImmutable()
boolean isMutable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||