public class PartialSession extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PartialSession.Builder
A builder to help with construction of
PartialSession instances. |
Modifier and Type | Method and Description |
---|---|
org.forgerock.json.JsonValue |
asJson() |
String |
getLatestAccessTime()
The timestamp of when the session was last used.
|
String |
getMaxIdleExpirationTime()
The timestamp of when the max idle timeout will be reached.
|
String |
getMaxSessionExpirationTime()
The timestamp of when the max session timeout will be reached.
|
String |
getRealm()
Returns the realm associated with this partial session.
|
String |
getSessionHandle()
Returns the session handle associated with this partial session.
|
String |
getUniversalId()
Returns the universal ID associated with this partial session.
|
String |
getUsername()
Returns the username associated with this partial session.
|
public String getUsername()
public String getUniversalId()
public String getRealm()
public String getSessionHandle()
public String getLatestAccessTime()
public String getMaxIdleExpirationTime()
public String getMaxSessionExpirationTime()
public org.forgerock.json.JsonValue asJson()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.