org.resilientedge.jockey.peer
Class Credentials

java.lang.Object
  |
  +--org.resilientedge.jockey.peer.Credentials

public class Credentials
extends java.lang.Object

Represents a user credential.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner

Constructor Summary
Credentials()
           
 
Method Summary
 java.lang.String getIdentity()
          Gets the user identity
 void setIdentity(java.lang.String newValue)
          Sets the user identity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Credentials

public Credentials()
Method Detail

setIdentity

public void setIdentity(java.lang.String newValue)
Sets the user identity
Parameters:
newValue - The new Identity value

getIdentity

public java.lang.String getIdentity()
Gets the user identity
Returns:
The Identity value


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.