org.apache.geronimo.security.jaas.server
Class JaasSessionId

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

public class JaasSessionId
extends Object
implements Serializable

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Constructor Summary
JaasSessionId(long sessionId, byte[] hash)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getHash()
           
 long getSessionId()
           
 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

JaasSessionId

public JaasSessionId(long sessionId,
                     byte[] hash)
Method Detail

getSessionId

public long getSessionId()

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-2007 Apache Software Foundation. All Rights Reserved.