com.iplanet.sso
Interface SSOTokenListener


public interface SSOTokenListener

The SSOTokenListener interface needs to be implemented by the applications to receive SSO token events. The method ssoTokenChanged() is invoked when an SSO token event arrives.

See Also:
SSOTokenEvent

Method Summary
 void ssoTokenChanged(SSOTokenEvent evt)
          This method will be called when there is a change in the SSOToken status.
 

Method Detail

ssoTokenChanged

public void ssoTokenChanged(SSOTokenEvent evt)
This method will be called when there is a change in the SSOToken status.
Parameters:
evt - SSOToken status changed event.