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