org.openejb.ri.server
Class AuthenticationRequest

java.lang.Object
  |
  +--org.openejb.ri.server.AuthenticationRequest
All Implemented Interfaces:
java.security.Principal, java.io.Serializable

public class AuthenticationRequest
extends java.lang.Object
implements java.security.Principal, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AuthenticationRequest(java.lang.String userID, java.lang.String password)
           
 
Method Summary
 boolean equals(java.lang.Object another)
           
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 java.lang.String getUserID()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationRequest

public AuthenticationRequest(java.lang.String userID,
                             java.lang.String password)
Method Detail

getUserID

public java.lang.String getUserID()

getPassword

public java.lang.String getPassword()

equals

public boolean equals(java.lang.Object another)
Specified by:
equals in interface java.security.Principal
Overrides:
equals in class java.lang.Object

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal

hashCode

public int hashCode()
Specified by:
hashCode in interface java.security.Principal
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface java.security.Principal
Overrides:
toString in class java.lang.Object