Package com.enonic.xp.session
Class SessionKey
- java.lang.Object
-
- com.enonic.xp.session.SessionKey
-
@PublicApi public final class SessionKey extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
static SessionKey
from(String value)
static SessionKey
generate()
Deprecated.int
hashCode()
String
toString()
-
-
-
Method Detail
-
from
public static SessionKey from(String value)
-
generate
@Deprecated public static SessionKey generate()
Deprecated.
-
-