Uses of Interface
com.iplanet.sso.SSOTokenEvent
-
Packages that use SSOTokenEvent 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.sun.identity.console.base com.sun.identity.console.policy.model com.sun.identity.console.service.model com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of SSOTokenEvent in com.iplanet.sso
Methods in com.iplanet.sso with parameters of type SSOTokenEvent Modifier and Type Method Description voidSSOTokenListener. ssoTokenChanged(SSOTokenEvent evt)Handles single sign on token status changed event. -
Uses of SSOTokenEvent in com.sun.identity.console.base
Methods in com.sun.identity.console.base with parameters of type SSOTokenEvent Modifier and Type Method Description voidPageTrailManager. ssoTokenChanged(SSOTokenEvent evt)Gets notification when single sign on token changes state. -
Uses of SSOTokenEvent in com.sun.identity.console.policy.model
Methods in com.sun.identity.console.policy.model with parameters of type SSOTokenEvent Modifier and Type Method Description voidPolicyCache. ssoTokenChanged(SSOTokenEvent evt)Gets notification when single sign on token changes state. -
Uses of SSOTokenEvent in com.sun.identity.console.service.model
Methods in com.sun.identity.console.service.model with parameters of type SSOTokenEvent Modifier and Type Method Description voidDiscoveryDataCache. ssoTokenChanged(SSOTokenEvent evt)Gets notification when single sign on token changes state. -
Uses of SSOTokenEvent in com.sun.identity.policy
Methods in com.sun.identity.policy with parameters of type SSOTokenEvent Modifier and Type Method Description voidPolicySSOTokenListener. ssoTokenChanged(SSOTokenEvent evt)Callback for SSOTokenListener Cleans up the policy decision cache, subject evaluation cache , user role cache of LDAPRoles and usernsRoleattribute values cache upon user's token expiration.
-