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 single sign on token status.
 

Method Detail

ssoTokenChanged

public void ssoTokenChanged(SSOTokenEvent evt)
This method will be called when there is a change in the single sign on token status.

Parameters:
evt - single sign on token status changed event.


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.