Uses of Class
com.iplanet.sso.SSOTokenManager
-
Packages that use SSOTokenManager 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 SSOTokenManager in com.iplanet.sso
Methods in com.iplanet.sso that return SSOTokenManager Modifier and Type Method Description static SSOTokenManager
SSOTokenManager. getInstance()
Returns the singleton instance ofSSOTokenManager
.
-