org.apache.geronimo.security.jaas.server
Class JaasSessionId
java.lang.Object
org.apache.geronimo.security.jaas.server.JaasSessionId
- All Implemented Interfaces:
- Serializable
public class JaasSessionId
- extends Object
- implements Serializable
- See Also:
- Serialized Form
JaasSessionId
public JaasSessionId(long sessionId,
byte[] hash)
getSessionId
public long getSessionId()
getHash
public byte[] getHash()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Returns a hashcode for this LoginModuleId.
- Overrides:
hashCode in class Object
- Returns:
- a hashcode for this LoginModuleId.
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.