public class Session extends Entity
| Modifier and Type | Class and Description |
|---|---|
class |
Session.SessionCollection |
| Modifier and Type | Field and Description |
|---|---|
boolean |
active |
Map<String,String> |
attributeNames |
Map<String,String> |
attributes |
long |
creationTime |
long |
currentTime |
long |
lastAccessedTime |
int |
maxInactiveInterval |
String |
userEid |
String |
userId |
entityReference, entityURL, id| Constructor and Description |
|---|
Session(boolean active,
Map<String,String> attributeNames,
Map<String,String> attributes,
long creationTime,
long currentTime,
long lastAccessedTime,
int maxInactiveInterval,
String userEid,
String userId,
String id,
String entityReference,
URL entityURL) |
compareTo, equals, fromJsonArray, fromJsonObject, hashCode, toJsonArray, toJsonObjectpublic final boolean active
public final long creationTime
public final long currentTime
public final long lastAccessedTime
public final int maxInactiveInterval
@Nullable public final String userEid
@Nullable public final String userId
public Session(boolean active,
@NotNull
Map<String,String> attributeNames,
@Nullable
Map<String,String> attributes,
long creationTime,
long currentTime,
long lastAccessedTime,
int maxInactiveInterval,
@Nullable
String userEid,
@Nullable
String userId,
@Nullable
String id,
@NotNull
String entityReference,
@NotNull
URL entityURL)
Copyright © 2016. All rights reserved.