com.sun.identity.saml2.protocol
Interface RequesterID


public interface RequesterID

This interface identifies the requester in an AuthnRequest message.


Method Summary
 java.lang.String getValue()
          Returns the value of the RequesterID URI.
 boolean isMutable()
          Returns value true if object is mutable.
 void makeImmutable()
          Makes this object immutable.
 void setValue(java.lang.String value)
          Sets the value of the RequesterID URI.
 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

getValue

public java.lang.String getValue()
Returns the value of the RequesterID URI.

Returns:
value of the RequesterID URI.
See Also:
setValue(java.lang.String)

setValue

public void setValue(java.lang.String value)
              throws SAML2Exception
Sets the value of the RequesterID URI.

Parameters:
value - of the RequesterID URI.
Throws:
SAML2Exception - if the object is immutable.
See Also:
getValue()

toXMLString

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

Returns:
a String representation of this Object.
Throws:
SAML2Exception - if cannot convert to String.

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:
a String representation of this Object.
Throws:
SAML2Exception - if cannot convert to String.

makeImmutable

public void makeImmutable()
Makes this object immutable.


isMutable

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

Returns:
true if object is mutable.


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