Searched defs:AMStoreConnection (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java25 * $Id: AMStoreConnection.java,v 1.13 2009/01/28 05:34:47 ww203982 Exp $
62 * The <code>AMStoreConnection</code> class represents a connection to the Sun
65 * data tore. <code>AMStoreConnection</code> controls and manages access to
68 * An instance of <code>AMStoreConnection</code> object should always be
76 * AMStoreConnection amsc = new AMStoreConnection(ssotoken); AMUser user =
82 * <code>AMStoreConnection</code> also has other helper methods which are very
137 public final class AMStoreConnection implements AMConstants { class in inherits:AMConstants
169 public AMStoreConnection(SSOToken ssoToken) throws SSOException { method in class:AMStoreConnection
192 AMCommonUtils.debug.message("AMStoreConnection
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java25 * $Id: AMStoreConnection.java,v 1.13 2009/01/28 05:34:47 ww203982 Exp $
64 * The <code>AMStoreConnection</code> class represents a connection to the Sun
67 * data tore. <code>AMStoreConnection</code> controls and manages access to
70 * An instance of <code>AMStoreConnection</code> object should always be
78 * AMStoreConnection amsc = new AMStoreConnection(ssotoken); AMUser user =
84 * <code>AMStoreConnection</code> also has other helper methods which are very
139 public final class AMStoreConnection implements AMConstants { class in inherits:AMConstants
171 public AMStoreConnection(SSOToken ssoToken) throws SSOException { method in class:AMStoreConnection
194 AMCommonUtils.debug.message("AMStoreConnection
[all...]

Completed in 29 milliseconds