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)
hashCode
public int hashCode()
getSessionID
public int getSessionID()
getUsername
public String getUsername()
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.