public final class Session extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Session.Builder |
Modifier and Type | Method and Description |
---|---|
static Session.Builder |
builder() |
boolean |
equals(Object o) |
Application |
getApplication()
Get application
|
Map<String,Object> |
getAttributes()
A map of key-value pairs.
|
Boolean |
getNew()
A boolean value indicating whether this is a new session.
|
String |
getSessionId()
A string that represents a unique identifier per a user’s active session.
|
User |
getUser()
An object that describes the user making the request.
|
int |
hashCode() |
String |
toString() |
public static Session.Builder builder()
public Boolean getNew()
public String getSessionId()
public User getUser()
public Map<String,Object> getAttributes()
public Application getApplication()
Copyright © 2023. All rights reserved.