Package com.iplanet.sso


@Supported package 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.
  • Class
    Description
    This SSOException is thrown when there are single sign on token operation error.
    The SSOToken class represents a "single sign on"(SSO) token.
    The SSOTokenEvent is an interface that represents an SSO token event.The single sign on token event represents a change in SSOToken.
    The SSOTokenID is an interface that is used to identify a single sign on token object.
    The SSOTokenListener interface needs to be implemented by the applications to receive SSO token events.
    This SSOTokenCannotBeObservedException is thrown when calling SSOToken.addSSOTokenListener(SSOTokenListener) on an SSOToken type that does not generate lifecycle events.
    SSOTokenManager is the final class that is the mediator between the SSO APIs and SSO providers.