Uses of Interface
com.iplanet.sso.SSOTokenListener
-
Packages that use SSOTokenListener 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. -
-
Uses of SSOTokenListener in com.iplanet.sso
Methods in com.iplanet.sso with parameters of type SSOTokenListener Modifier and Type Method Description void
SSOToken. addSSOTokenListener(SSOTokenListener listener)
Adds an SSO token listener for the token change events.
-