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)
           
 

Method Detail

ssoTokenChanged

public void ssoTokenChanged(SSOTokenEvent evt)