com.sun.identity.saml2.protocol
インタフェース IDPList


public interface IDPList

This interface specifies the identity providers trusted by the requester to authenticate the presenter.


メソッドの概要
 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.
 

メソッドの詳細

getIDPEntries

List getIDPEntries()
Returns the list of IDPEntry Objects.

戻り値:
the list IDPEntry objects.
関連項目:
IDPList.setIDPEntries(List)

setIDPEntries

void setIDPEntries(List idpEntryList)
                   throws SAML2Exception
Sets the IDPEntry Object.

パラメータ:
idpEntryList - the list of IDPEntry objects.
例外:
SAML2Exception - if the object is immutable.
関連項目:
IDPList.getIDPEntries()

getGetComplete

GetComplete getGetComplete()
Returns the GetComplete Object.

戻り値:
the GetComplete object.
関連項目:
IDPList.setGetComplete(GetComplete)

setGetComplete

void setGetComplete(GetComplete getComplete)
                    throws SAML2Exception
Sets the GetComplete Object.

パラメータ:
getComplete - the new GetComplete object.
例外:
SAML2Exception - if the object is immutable.
関連項目:
IDPList.getGetComplete()

toXMLString

String toXMLString()
                   throws SAML2Exception
Returns a String representation of this Object.

戻り値:
a String representation of this Object.
例外:
SAML2Exception - cannot create String object.

toXMLString

String toXMLString(boolean includeNSPrefix,
                   boolean declareNS)
                   throws SAML2Exception
Returns a String representation of this Object.

パラメータ:
includeNSPrefix - determines whether or not the namespace qualifier is prepended to the Element when converted
declareNS - determines whether or not the namespace is declared within the Element.
戻り値:
the String representation of this Object.
例外:
SAML2Exception - cannot create String object.

makeImmutable

void makeImmutable()
Makes this object immutable.


isMutable

boolean isMutable()
Returns true if object is mutable.

戻り値:
true if the object is mutable.