Package | Description |
---|---|
com.iplanet.dpro.session |
This package contains classes that represents a session and its
all session related information
|
com.iplanet.dpro.session.service |
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
|
org.forgerock.openam.sso.providers.stateless |
Modifier and Type | Field and Description |
---|---|
protected SessionState |
Session.sessionState
Four possible values for the state of the session:
Invalid
Valid
Inactive
Destroyed
|
Modifier and Type | Method and Description |
---|---|
SessionState |
Session.getState(boolean reset)
Returns the state of the session.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.setState(SessionState state) |
Modifier and Type | Method and Description |
---|---|
SessionState |
InternalSession.getState()
Returns the state of the Internal Session
|
static SessionState |
SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionState[] |
SessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalSession.setState(SessionState sessionState)
Sets the
SessionState of the Internal Session. |
Modifier and Type | Method and Description |
---|---|
SessionState |
StatelessSession.getState(boolean reset) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.