Package | Description |
---|---|
com.iplanet.dpro.session |
This package contains classes that represents a session and its
all session related information
|
com.iplanet.dpro.session.monitoring | |
com.iplanet.dpro.session.operations | |
com.iplanet.dpro.session.operations.strategies | |
com.iplanet.dpro.session.service |
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
|
com.sun.identity.session.util |
This package contains session untility classes and the SSO (single Sign on )
token restrictions classes
|
org.forgerock.openam.agent | |
org.forgerock.openam.dpro.session | |
org.forgerock.openam.sso.providers.stateless |
Modifier and Type | Class and Description |
---|---|
class |
DNOrIPAddressListTokenRestriction
DNOrIPAddressListTokenRestriction implements
TokenRestriction interface and handles the restriction of
the DN or IPAddress |
Modifier and Type | Method and Description |
---|---|
TokenRestriction |
Session.getRestriction() |
static TokenRestriction |
TokenRestrictionFactory.unmarshal(String data)
Deserialize the string into Token Restriction object.
|
Modifier and Type | Method and Description |
---|---|
static String |
TokenRestrictionFactory.marshal(TokenRestriction tokenRestriction)
Serializes the restriction object.
|
protected void |
Session.setRestriction(TokenRestriction restriction)
Sets a token restriction on this session.
|
Modifier and Type | Method and Description |
---|---|
String |
MonitoredOperations.getRestrictedTokenId(SessionID masterSid,
TokenRestriction restriction) |
Modifier and Type | Method and Description |
---|---|
String |
SessionOperations.getRestrictedTokenId(SessionID masterSessionId,
TokenRestriction restriction)
Gets the restricted token ID for a session.
|
Modifier and Type | Method and Description |
---|---|
String |
ClientSdkOperations.getRestrictedTokenId(SessionID masterSid,
TokenRestriction restriction) |
String |
StatelessOperations.getRestrictedTokenId(SessionID masterSid,
TokenRestriction restriction) |
String |
LocalOperations.getRestrictedTokenId(SessionID masterSessionId,
TokenRestriction restriction)
Returns the restricted token
|
Modifier and Type | Method and Description |
---|---|
TokenRestriction |
InternalSession.getRestrictionForToken(SessionID sid)
Returns the TokenRestriction for the given SessionID.
|
Modifier and Type | Method and Description |
---|---|
SessionID |
InternalSession.addRestrictedToken(SessionID newRestrictedTokenId,
TokenRestriction restriction)
Add new restricted token pointing at the same session to the list.
|
SessionID |
InternalSession.getRestrictedTokenForRestriction(TokenRestriction restriction)
Returns the SessionID of the restricted token for the provided restriction for this session.
|
String |
SessionService.getRestrictedTokenId(String masterSid,
TokenRestriction restriction)
Returns the restricted token
|
Modifier and Type | Class and Description |
---|---|
class |
PrincipalTokenRestriction
This Class represents a PrincipalTokenRestriction
implementing the TokenRestriction interface provides methods to check and
compare SSOToken restrictions for this DN
|
Modifier and Type | Method and Description |
---|---|
TokenRestriction |
TokenRestrictionResolver.resolve(String agentId,
String realm,
SSOToken adminToken)
Returns an appropriate token restriction for the given agent.
|
TokenRestriction |
TokenRestrictionResolver.resolve(String providerId,
String gotoUrl,
SSOToken adminToken,
boolean uniqueSSOTokenCookie)
Returns an appropriate token restriction for the given agent.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpTokenRestriction
A simple TokenRestriction implementation which will always satisfy the restriction.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StatelessSession.setRestriction(TokenRestriction restriction) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.