|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.web.tomcat.service.sso.spi.FullyQualifiedSessionId
public class FullyQualifiedSessionId
Encapsulates a session id along with the name of the owning context and its hostname.
Constructor Summary | |
---|---|
FullyQualifiedSessionId(String sessionId,
String contextName,
String hostName)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getContextName()
Get the contextPath. |
String |
getHostName()
Get the hostName. |
String |
getSessionId()
Get the sessionId. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FullyQualifiedSessionId(String sessionId, String contextName, String hostName)
Method Detail |
---|
public String getContextName()
public String getHostName()
public String getSessionId()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |