Package | Description |
---|---|
com.iplanet.sso |
This package contains classes fro accessing the Single Sign On service and
representing a SSOToken(Single Sign On) which contains the information
related to session.
|
com.iplanet.sso.providers.dpro |
This package contains classes that represent SSOProvider
|
com.sun.identity.authentication.internal |
Internal classes to handle Authentication.
|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and Description |
---|---|
void |
SSOToken.addSSOTokenListener(SSOTokenListener listener)
Adds an SSO token listener for the token change events.
|
Constructor and Description |
---|
SSOSessionListener(SSOTokenListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
AuthSSOToken.addSSOTokenListener(SSOTokenListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
PolicySSOTokenListener
The class
PolicySSOTokenListener implements
SSOTokenListener interface and is used for maintaining the
policy decision cache , subject evaluation cache, User
Role cache maintained by LDAPRoles subject,
as well as the user nsRole attribute values cache. |
Modifier and Type | Field and Description |
---|---|
static SSOTokenListener |
PolicyEvaluator.ssoListener
Deprecated.
listener object to be used in cleaning up the
userNSRoleCache, subjectEvaluationCache , user role
cache in LDAPRoles and policyResultsCache
upon user token expiration.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.