org.opensaml
Class SAMLIdentifier

java.lang.Object
  extended byorg.opensaml.SAMLIdentifier

public class SAMLIdentifier
extends java.lang.Object

Encapsulates generation of identifiers for SAML objects

Author:
Scott Cantor

Field Summary
protected  java.lang.StringBuffer id
           
 
Constructor Summary
SAMLIdentifier()
          Generates a new random identifier
 
Method Summary
 java.lang.String toString()
          Obtains the string form of a random identifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected java.lang.StringBuffer id
Constructor Detail

SAMLIdentifier

public SAMLIdentifier()
Generates a new random identifier

Method Detail

toString

public java.lang.String toString()
Obtains the string form of a random identifier

Returns:
The identifier in string form
See Also:
Object.toString()


Copyright ? 2002 UCAID. All Rights Reserved.