Searched defs:SSOTokenManager (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DRefreshActionHandler.java25 import com.iplanet.sso.SSOTokenManager;
41 private SSOTokenManager SSOTokenManager; field in class:RefreshActionHandler
47 * * @param ssoTokenManager An instance of the SSOTokenManager.
50 public RefreshActionHandler(SSOTokenManager SSOTokenManager, argument
52 this.SSOTokenManager = SSOTokenManager;
61 SSOToken ssoToken = SSOTokenManager.createSSOToken(tokenId);
62 SSOTokenManager
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/sso/
H A DSSOTokenManager.java25 * $Id: SSOTokenManager.java,v 1.7 2009/02/18 23:59:36 qcheng Exp $
49 * SSOTokenManager is the final class that is the mediator between the SSO APIs
51 * SSOTokenManager will delegate that call to the SSO provider/plug-in. The SSO
52 * provider will execute the call and return the results to SSOTokenManager,
56 * invoke the class methods on the objects returned by the SSOTokenManager.
58 * SSOTokenManager is a singleton class; there can be, at most, only one
59 * instance of SSOTokenManager in any given JVM. <p> SSOTokenManager currently
71 * The class <code>SSOTokenManager</code> is a <code>final</code> class that
75 * <code>SSOTokenManager
84 public class SSOTokenManager { class
207 private SSOTokenManager() throws SSOException { method in class:SSOTokenManager
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/sso/
H A DSSOTokenManager.java25 * $Id: SSOTokenManager.java,v 1.7 2009/02/18 23:59:36 qcheng Exp $
50 * SSOTokenManager is the final class that is the mediator between the SSO APIs
52 * SSOTokenManager will delegate that call to the SSO provider/plug-in. The SSO
53 * provider will execute the call and return the results to SSOTokenManager,
57 * invoke the class methods on the objects returned by the SSOTokenManager.
59 * SSOTokenManager is a singleton class; there can be, at most, only one
60 * instance of SSOTokenManager in any given JVM. <p> SSOTokenManager currently
72 * The class <code>SSOTokenManager</code> is a <code>final</code> class that
76 * <code>SSOTokenManager
85 public class SSOTokenManager { class
204 private SSOTokenManager() throws SSOException { method in class:SSOTokenManager
[all...]

Completed in 41 milliseconds