com.sun.identity.saml2.protocol
Interface IDPList


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.
 java.util.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(java.util.List idpEntryList)
          Sets the IDPEntry Object.
 java.lang.String toXMLString()
          Returns a String representation of this Object.
 java.lang.String toXMLString(boolean includeNSPrefix, boolean declareNS)
          Returns a String representation of this Object.
 

Method Detail

getIDPEntries

public java.util.List getIDPEntries()
Returns the list of IDPEntry Objects.

Returns:
the list IDPEntry objects.
See Also:
#setIDPEntry(List)

setIDPEntries

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

Parameters:
idpEntryList - the list of IDPEntry objects.
Throws:
SAML2Exception - if the object is immutable.
See Also:
#getIDPEntry

getGetComplete

public GetComplete getGetComplete()
Returns the GetComplete Object.

Returns:
the GetComplete object.
See Also:
setGetComplete(GetComplete)

setGetComplete

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

Parameters:
getComplete - the new GetComplete object.
Throws:
SAML2Exception - if the object is immutable.
See Also:
getGetComplete()

toXMLString

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

Returns:
a String representation of this Object.
Throws:
SAML2Exception - cannot create String object.

toXMLString

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

Parameters:
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.
Returns:
the String representation of this Object.
Throws:
SAML2Exception - cannot create String object.

makeImmutable

public void makeImmutable()
Makes this object immutable.


isMutable

public boolean isMutable()
Returns true if object is mutable.

Returns:
true if the object is mutable.


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.