Searched defs:instance (Results 276 - 300 of 355) sorted by relevance

<<1112131415

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java121 private static ControlPanelInfo instance; field in class:ControlPanelInfo
132 * Returns a singleton for this instance.
137 if (instance == null)
139 instance = new ControlPanelInfo();
142 instance.setTrustManager(
148 instance.setTrustManager(new ApplicationTrustManager(null));
151 return instance;
270 // the registered index might have changed (for instance the number of
417 * Returns an empty new server descriptor instance.
418 * @return an empty new server descriptor instance
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java121 private static ControlPanelInfo instance; field in class:ControlPanelInfo
132 * Returns a singleton for this instance.
137 if (instance == null)
139 instance = new ControlPanelInfo();
142 instance.setTrustManager(
148 instance.setTrustManager(new ApplicationTrustManager(null));
151 return instance;
270 // the registered index might have changed (for instance the number of
417 * Returns an empty new server descriptor instance.
418 * @return an empty new server descriptor instance
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java120 private static ControlPanelInfo instance; field in class:ControlPanelInfo
131 * Returns a singleton for this instance.
136 if (instance == null)
138 instance = new ControlPanelInfo();
141 instance.setTrustManager(
147 instance.setTrustManager(new ApplicationTrustManager(null));
150 return instance;
269 // the registered index might have changed (for instance the number of
416 * Returns an empty new server descriptor instance.
417 * @return an empty new server descriptor instance
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java122 private static ControlPanelInfo instance; field in class:ControlPanelInfo
133 * Returns a singleton for this instance.
138 if (instance == null)
140 instance = new ControlPanelInfo();
143 instance.setTrustManager(
149 instance.setTrustManager(new ApplicationTrustManager(null));
152 return instance;
271 // the registered index might have changed (for instance the number of
418 * Returns an empty new server descriptor instance.
419 * @return an empty new server descriptor instance
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java75 private static RemoteServicesImpl instance; field in class:RemoteServicesImpl
105 if (instance == null) {
108 instance = new RemoteServicesImpl();
110 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java78 private static DataStore instance = new DataStore(); field in class:DataStore
138 return instance;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java124 private static ControlPanelInfo instance; field in class:ControlPanelInfo
132 * Returns a singleton for this instance.
137 if (instance == null)
139 instance = new ControlPanelInfo();
142 instance.setTrustManager(
148 instance.setTrustManager(new ApplicationTrustManager(null));
151 return instance;
266 // the registered index might have changed (for instance the number of
404 * Returns an empty new server descriptor instance.
405 * @return an empty new server descriptor instance
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java73 * It is a singleton class; an instance of this class can be obtained by
76 * Having obtained an instance of <code>AssertionManager</code>, its methods
133 // Singleton instance of AssertionManager
134 private static AssertionManager instance = null; field in class:AssertionManager
263 * Gets the singleton instance of <code>AssertionManager</code>.
264 * @return The singleton <code>AssertionManager</code> instance
266 * <code>AssertionManager</code> instance.
271 if (instance == null) {
273 if (instance == null) {
275 SAMLUtils.debug.message("Constructing a new instance"
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLServiceManager.java70 private static SAMLServiceManager instance = null; field in class:SAMLServiceManager
202 * plugin instance
204 * instance
206 * <code>PartnerSiteAttributeMapper</code> plugin instance
208 * <code>ConsumerSiteAttributeMapper</code> plugin instance
210 * instance
211 * @param attrMapper <code>AttributeMapper</code> plugin instance
212 * @param actionMapper <code>ActionMapper</code> plugin instance
310 * Returns <code>PartnerAccountMapper</code> instance.
311 * @return PartnerAccountMapper instance
[all...]
/forgerock/web-agents-v4/source/
H A Dthread.c350 static void CALLBACK worker_dispatch_callback(PTP_CALLBACK_INSTANCE instance, void *arg) { argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java75 private static RemoteServicesImpl instance; field in class:RemoteServicesImpl
105 if (instance == null) {
108 instance = new RemoteServicesImpl();
110 return instance;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java80 private static DataStore instance = new DataStore(); field in class:DataStore
140 return instance;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java75 * It is a singleton class; an instance of this class can be obtained by
78 * Having obtained an instance of <code>AssertionManager</code>, its methods
135 // Singleton instance of AssertionManager
136 private static AssertionManager instance = null; field in class:AssertionManager
265 * Gets the singleton instance of <code>AssertionManager</code>.
266 * @return The singleton <code>AssertionManager</code> instance
268 * <code>AssertionManager</code> instance.
273 if (instance == null) {
275 if (instance == null) {
277 SAMLUtils.debug.message("Constructing a new instance"
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLServiceManager.java70 private static SAMLServiceManager instance = null; field in class:SAMLServiceManager
202 * plugin instance
204 * instance
206 * <code>PartnerSiteAttributeMapper</code> plugin instance
208 * <code>ConsumerSiteAttributeMapper</code> plugin instance
210 * instance
211 * @param attrMapper <code>AttributeMapper</code> plugin instance
212 * @param actionMapper <code>ActionMapper</code> plugin instance
310 * Returns <code>PartnerAccountMapper</code> instance.
311 * @return PartnerAccountMapper instance
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-junit4.jar ... .taskdefs.optional.junit.JUnit4TestMethodAdapter$Cache instance private void " href="/source/s?defs=% ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-junit4.jar ... .taskdefs.optional.junit.JUnit4TestMethodAdapter$Cache instance private void " href="/source/s?defs=% ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-junit4.jar ... .taskdefs.optional.junit.JUnit4TestMethodAdapter$Cache instance private void " href="/source/s?defs=% ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-junit4.jar ... .taskdefs.optional.junit.JUnit4TestMethodAdapter$Cache instance private void " href="/source/s?defs=% ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-junit4.jar ... .taskdefs.optional.junit.JUnit4TestMethodAdapter$Cache instance private void " href="/source/s?defs=% ...
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java158 // A handle to Singleton instance
159 private static IDirectoryServices instance; field in class:DirectoryServicesImpl
186 * create an instance of this class.
190 * instance.
201 if (instance == null) {
204 instance = new DirectoryServicesImpl();
206 return instance;
403 * Gets the user post plugin instance. Returns a null if plugin not
2488 // Create a mailter instance
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java158 // A handle to Singleton instance
159 private static IDirectoryServices instance; field in class:DirectoryServicesImpl
186 * create an instance of this class.
190 * instance.
201 if (instance == null) {
204 instance = new DirectoryServicesImpl();
206 return instance;
403 * Gets the user post plugin instance. Returns a null if plugin not
2488 // Create a mailter instance
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2.6.2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-jel-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...

Completed in 544 milliseconds

<<1112131415