Searched defs:instance (Results 126 - 150 of 355) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DTestTaskListener.java50 private static final TestTaskListener instance = new TestTaskListener(); field in class:TestTaskListener
67 DirectoryServer.registerBackupTaskListener(instance);
68 DirectoryServer.registerRestoreTaskListener(instance);
69 DirectoryServer.registerExportTaskListener(instance);
70 DirectoryServer.registerImportTaskListener(instance);
80 DirectoryServer.deregisterBackupTaskListener(instance);
81 DirectoryServer.deregisterRestoreTaskListener(instance);
82 DirectoryServer.deregisterExportTaskListener(instance);
83 DirectoryServer.deregisterImportTaskListener(instance);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java49 * The singleton instance of this test password validator.
51 private static TestPasswordValidator instance = null; field in class:TestPasswordValidator
78 * Creates a new instance of this password validator.
95 instance = this;
132 * Retrieves an instance of this test password validator.
134 * @return An instance of this test password validator, or <CODE>null</CODE>
135 * if no instance has been created.
139 return instance;
145 * Clears the instance after the tests so that it's memory can be reclaimed.
151 instance
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java60 * The singleton instance of this test password validator.
62 private static UpdatePreOpPlugin instance = null; field in class:UpdatePreOpPlugin
85 * Creates a new instance of this Directory Server plugin. Every
122 instance = this;
197 instance.setAttributes.clear();
198 instance.removeAttributes.clear();
199 instance.addObjectClasses.clear();
200 instance.removeObjectClasses.clear();
201 instance.modifications.clear();
214 instance
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java48 * The singleton instance of this test password validator.
50 private static TestPasswordValidator instance = null; field in class:TestPasswordValidator
77 * Creates a new instance of this password validator.
94 instance = this;
131 * Retrieves an instance of this test password validator.
133 * @return An instance of this test password validator, or <CODE>null</CODE>
134 * if no instance has been created.
138 return instance;
144 * Clears the instance after the tests so that it's memory can be reclaimed.
150 instance
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java59 * The singleton instance of this test password validator.
61 private static UpdatePreOpPlugin instance = null; field in class:UpdatePreOpPlugin
84 * Creates a new instance of this Directory Server plugin. Every
121 instance = this;
196 instance.setAttributes.clear();
197 instance.removeAttributes.clear();
198 instance.addObjectClasses.clear();
199 instance.removeObjectClasses.clear();
200 instance.modifications.clear();
213 instance
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DTestTaskListener.java49 private static final TestTaskListener instance = new TestTaskListener(); field in class:TestTaskListener
66 DirectoryServer.registerBackupTaskListener(instance);
67 DirectoryServer.registerRestoreTaskListener(instance);
68 DirectoryServer.registerExportTaskListener(instance);
69 DirectoryServer.registerImportTaskListener(instance);
79 DirectoryServer.deregisterBackupTaskListener(instance);
80 DirectoryServer.deregisterRestoreTaskListener(instance);
81 DirectoryServer.deregisterExportTaskListener(instance);
82 DirectoryServer.deregisterImportTaskListener(instance);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java83 /** The singleton instance of this class for configuration purposes. */
84 static final DebugLogger instance = new DebugLogger(); field in class:DebugLogger
182 * Retrieve the singleton instance of this class.
184 * @return The singleton instance of this logger.
188 return instance;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DTestTaskListener.java50 private static final TestTaskListener instance = new TestTaskListener(); field in class:TestTaskListener
67 DirectoryServer.registerBackupTaskListener(instance);
68 DirectoryServer.registerRestoreTaskListener(instance);
69 DirectoryServer.registerExportTaskListener(instance);
70 DirectoryServer.registerImportTaskListener(instance);
80 DirectoryServer.deregisterBackupTaskListener(instance);
81 DirectoryServer.deregisterRestoreTaskListener(instance);
82 DirectoryServer.deregisterExportTaskListener(instance);
83 DirectoryServer.deregisterImportTaskListener(instance);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java49 * The singleton instance of this test password validator.
51 private static TestPasswordValidator instance = null; field in class:TestPasswordValidator
78 * Creates a new instance of this password validator.
95 instance = this;
132 * Retrieves an instance of this test password validator.
134 * @return An instance of this test password validator, or <CODE>null</CODE>
135 * if no instance has been created.
139 return instance;
145 * Clears the instance after the tests so that it's memory can be reclaimed.
151 instance
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java60 * The singleton instance of this test password validator.
62 private static UpdatePreOpPlugin instance = null; field in class:UpdatePreOpPlugin
85 * Creates a new instance of this Directory Server plugin. Every
122 instance = this;
197 instance.setAttributes.clear();
198 instance.removeAttributes.clear();
199 instance.addObjectClasses.clear();
200 instance.removeObjectClasses.clear();
201 instance.modifications.clear();
214 instance
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java48 * The singleton instance of this test password validator.
50 private static TestPasswordValidator instance = null; field in class:TestPasswordValidator
77 * Creates a new instance of this password validator.
94 instance = this;
131 * Retrieves an instance of this test password validator.
133 * @return An instance of this test password validator, or <CODE>null</CODE>
134 * if no instance has been created.
138 return instance;
144 * Clears the instance after the tests so that it's memory can be reclaimed.
150 instance
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java59 * The singleton instance of this test password validator.
61 private static UpdatePreOpPlugin instance = null; field in class:UpdatePreOpPlugin
84 * Creates a new instance of this Directory Server plugin. Every
121 instance = this;
196 instance.setAttributes.clear();
197 instance.removeAttributes.clear();
198 instance.addObjectClasses.clear();
199 instance.removeObjectClasses.clear();
200 instance.modifications.clear();
213 instance
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DTestTaskListener.java49 private static final TestTaskListener instance = new TestTaskListener(); field in class:TestTaskListener
66 DirectoryServer.registerBackupTaskListener(instance);
67 DirectoryServer.registerRestoreTaskListener(instance);
68 DirectoryServer.registerExportTaskListener(instance);
69 DirectoryServer.registerImportTaskListener(instance);
79 DirectoryServer.deregisterBackupTaskListener(instance);
80 DirectoryServer.deregisterRestoreTaskListener(instance);
81 DirectoryServer.deregisterExportTaskListener(instance);
82 DirectoryServer.deregisterImportTaskListener(instance);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DTestTaskListener.java50 private static final TestTaskListener instance = new TestTaskListener(); field in class:TestTaskListener
67 DirectoryServer.registerBackupTaskListener(instance);
68 DirectoryServer.registerRestoreTaskListener(instance);
69 DirectoryServer.registerExportTaskListener(instance);
70 DirectoryServer.registerImportTaskListener(instance);
80 DirectoryServer.deregisterBackupTaskListener(instance);
81 DirectoryServer.deregisterRestoreTaskListener(instance);
82 DirectoryServer.deregisterExportTaskListener(instance);
83 DirectoryServer.deregisterImportTaskListener(instance);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java49 * The singleton instance of this test password validator.
51 private static TestPasswordValidator instance = null; field in class:TestPasswordValidator
78 * Creates a new instance of this password validator.
95 instance = this;
132 * Retrieves an instance of this test password validator.
134 * @return An instance of this test password validator, or <CODE>null</CODE>
135 * if no instance has been created.
139 return instance;
145 * Clears the instance after the tests so that it's memory can be reclaimed.
151 instance
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java60 * The singleton instance of this test password validator.
62 private static UpdatePreOpPlugin instance = null; field in class:UpdatePreOpPlugin
85 * Creates a new instance of this Directory Server plugin. Every
122 instance = this;
197 instance.setAttributes.clear();
198 instance.removeAttributes.clear();
199 instance.addObjectClasses.clear();
200 instance.removeObjectClasses.clear();
201 instance.modifications.clear();
214 instance
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java83 /** The singleton instance of this class for configuration purposes. */
84 static final DebugLogger instance = new DebugLogger(); field in class:DebugLogger
182 * Retrieve the singleton instance of this class.
184 * @return The singleton instance of this logger.
188 return instance;
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/debug/
H A DDebugLogger.java82 /** The singleton instance of this class for configuration purposes. */
83 static final DebugLogger instance = new DebugLogger(); field in class:DebugLogger
181 * Retrieve the singleton instance of this class.
183 * @return The singleton instance of this logger.
187 return instance;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DDiscoveryDataCache.java53 private static DiscoveryDataCache instance = new DiscoveryDataCache(); field in class:DiscoveryDataCache
67 * Gets an instance of discover data cache
69 * @return an instance of discover data cache
72 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DBackwardCompSupport.java47 private static BackwardCompSupport instance; field in class:BackwardCompSupport
89 if (instance == null) {
90 instance = new BackwardCompSupport();
92 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationObserver.java56 private static final ConfigurationObserver instance = new ConfigurationObserver(); field in class:ConfigurationObserver
100 * Returns an instance of <code>ConfigurationObserver</code>.
102 * @return an instance of <code>ConfigurationObserver</code>.
105 instance.registerListeners();
106 return instance;
140 // always use the server instance name with initialising properties
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/validation/
H A DXSDurationValidator.java54 private static XSDurationValidator instance = new XSDurationValidator(); field in class:XSDurationValidator
64 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoAttributeValidatorManager.java53 static IdRepoAttributeValidatorManager instance = null; field in class:IdRepoAttributeValidatorManager
69 * Returns an instance of <code>IdRepoAttributeValidatorManager</code>
70 * @return an instance of <code>IdRepoAttributeValidatorManager</code>
73 if (instance == null) {
75 if (instance == null) {
76 instance = new IdRepoAttributeValidatorManager();
80 return instance;
84 * Returns an instance of <code>IdRepoAttributeValidator</code> for
87 * @return an instance of <code>IdRepoAttributeValidator</code>
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/security/
H A DAdminTokenAction.java91 * Singleton instance.
93 private static volatile AdminTokenAction instance; field in class:AdminTokenAction
103 * Returns a cached instance <code>AdminTokenAction</code>.
105 * @return instance of <code>AdminTokenAction</code>.
108 // Safe double-checked locking pattern (instance is volatile):
109 if (instance == null) {
111 if (instance == null) {
113 instance = new AdminTokenAction();
120 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DDirectoryServerVendor.java56 private static DirectoryServerVendor instance = new DirectoryServerVendor(); field in class:DirectoryServerVendor
66 * Returns an instance of this class.
68 * @return an instance of this class.
71 return instance;

Completed in 362 milliseconds

1234567891011>>