com.plumtree.server.authsource.sso
Interface IPTSSOAuthTokenGenerator


public interface IPTSSOAuthTokenGenerator

Generates secure tokens used for authentication during SSO login.

Version:
$Revision$
Author:
Mike Jahr

Method Summary
 java.lang.String GetSecureToken()
          Generates a secure token which can be passed as the third parameter (SecurityProviderInfo) to Session.Connect for login with SSO.
 

Method Detail

GetSecureToken

java.lang.String GetSecureToken()
Generates a secure token which can be passed as the third parameter (SecurityProviderInfo) to Session.Connect for login with SSO.

Returns:
a secure token
See Also:
IPTSession.Connect(int, String, Object), IPTSession.Connect(String, String, Object)


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.