public class SessionData extends Object
| Constructor and Description |
|---|
SessionData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getExpires() |
String |
getSecret() |
Object |
getUserId() |
SessionData |
setExpires(Long expires) |
SessionData |
setSecret(String secret) |
SessionData |
setUserId(Object userId) |
public SessionData()
public SessionData setSecret(String secret)
public SessionData setUserId(Object userId)
public Long getExpires()
public SessionData setExpires(Long expires)
Copyright © 2016. All rights reserved.