org.jboss.security.srp
Class SRPSessionKey

java.lang.Object
  extended by org.jboss.security.srp.SRPSessionKey
All Implemented Interfaces:
Serializable

public class SRPSessionKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static Integer NO_SESSION_ID
           
 
Constructor Summary
SRPSessionKey(String username)
           
SRPSessionKey(String username, int sessionID)
           
SRPSessionKey(String username, Integer sessionID)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getSessionID()
           
 String getUsername()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_SESSION_ID

public static final Integer NO_SESSION_ID
Constructor Detail

SRPSessionKey

public SRPSessionKey(String username)

SRPSessionKey

public SRPSessionKey(String username,
                     int sessionID)

SRPSessionKey

public SRPSessionKey(String username,
                     Integer sessionID)
Method Detail

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.