org.jboss.security.srp
Class SRPSessionKey

java.lang.Object
  extended byorg.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)

hashCode

public int hashCode()

getSessionID

public int getSessionID()

getUsername

public String getUsername()

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.