com.lotus.cs
Class CSCredentials

java.lang.Object
  |
  +--com.lotus.cs.CSCredentials
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class CSCredentials
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

CSCredentials is a class used to extract and hold Authentication information.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          copyright statement
 
Method Summary
 java.lang.String getUserLoginName()
          Returns the login name for the currently logged in user.
 java.lang.String getUserName()
          Returns a string representing the user name in Distinguished Name format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
copyright statement
Method Detail

getUserLoginName

public java.lang.String getUserLoginName()
Returns the login name for the currently logged in user.
Returns:
a string representing the user name

getUserName

public java.lang.String getUserName()
Returns a string representing the user name in Distinguished Name format.
Returns:
a string representing the user name in DN format