org.apache.geronimo.security.jaas
Class LoginModuleId

java.lang.Object
  extended byorg.apache.geronimo.security.jaas.LoginModuleId
All Implemented Interfaces:
Serializable

public class LoginModuleId
extends Object
implements Serializable

Version:
$Revision: 1.2 $ $Date: 2004/02/25 09:58:09 $
See Also:
Serialized Form

Constructor Summary
LoginModuleId(Long loginModuleId, byte[] hash)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getHash()
           
 Long getLoginModuleId()
           
 int hashCode()
          Returns a hashcode for this LoginModuleId.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginModuleId

public LoginModuleId(Long loginModuleId,
                     byte[] hash)
Method Detail

getLoginModuleId

public Long getLoginModuleId()

getHash

public byte[] getHash()

equals

public boolean equals(Object obj)

toString

public String toString()

hashCode

public int hashCode()
Returns a hashcode for this LoginModuleId.

Returns:
a hashcode for this LoginModuleId.


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.