org.jboss.security.srp
Class SRPSessionKey
java.lang.Object
org.jboss.security.srp.SRPSessionKey
- All Implemented Interfaces:
- Serializable
public class SRPSessionKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
NO_SESSION_ID
public static final Integer NO_SESSION_ID
SRPSessionKey
public SRPSessionKey(String username)
SRPSessionKey
public SRPSessionKey(String username,
int sessionID)
SRPSessionKey
public SRPSessionKey(String username,
Integer sessionID)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getSessionID
public int getSessionID()
getUsername
public String getUsername()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.