Searched defs:INSTANCE (Results 101 - 125 of 163) sorted by relevance

1234567

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java74 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn(); field in class:TestChildCfgDefn
110 AggregationPropertyDefinition.Builder<ConnectionHandlerCfgClient, ConnectionHandlerCfg> builder = AggregationPropertyDefinition.createBuilder(INSTANCE, "aggregation-property");
112 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "aggregation-property"));
117 INSTANCE.registerPropertyDefinition(PD_AGGREGATION_PROPERTY);
118 INSTANCE.registerConstraint(PD_AGGREGATION_PROPERTY.getSourceConstraint());
125 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE, "mandatory-boolean-property");
127 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-boolean-property"));
130 INSTANCE.registerPropertyDefinition(PD_MANDATORY_BOOLEAN_PROPERTY);
137 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE, "mandatory-class-property");
139 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE, "mandator
[all...]
H A DTestParentCfgDefn.java78 private static final TestParentCfgDefn INSTANCE = new TestParentCfgDefn(); field in class:TestParentCfgDefn
114 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE, "mandatory-boolean-property");
116 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-boolean-property"));
119 INSTANCE.registerPropertyDefinition(PD_MANDATORY_BOOLEAN_PROPERTY);
126 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE, "mandatory-class-property");
128 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE, "mandatory-class-property"));
133 INSTANCE.registerPropertyDefinition(PD_MANDATORY_CLASS_PROPERTY);
140 AttributeTypePropertyDefinition.Builder builder = AttributeTypePropertyDefinition.createBuilder(INSTANCE, "mandatory-read-only-attribute-type-property");
143 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-read-only-attribute-type-property"));
146 INSTANCE
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/server/
H A DServerManagementContext.java401 private final static ServerManagementContext INSTANCE = field in class:ServerManagementContext
425 return INSTANCE;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java75 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn(); field in class:TestChildCfgDefn
111 AggregationPropertyDefinition.Builder<ConnectionHandlerCfgClient, ConnectionHandlerCfg> builder = AggregationPropertyDefinition.createBuilder(INSTANCE, "aggregation-property");
113 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "aggregation-property"));
118 INSTANCE.registerPropertyDefinition(PD_AGGREGATION_PROPERTY);
119 INSTANCE.registerConstraint(PD_AGGREGATION_PROPERTY.getSourceConstraint());
126 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE, "mandatory-boolean-property");
128 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-boolean-property"));
131 INSTANCE.registerPropertyDefinition(PD_MANDATORY_BOOLEAN_PROPERTY);
138 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE, "mandatory-class-property");
140 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE, "mandator
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java81 return INSTANCE;
84 private static final TestSSLSocketFactory INSTANCE = new TestSSLSocketFactory(); field in class:SASLOverTLSTestCase.TestSSLSocketFactory
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java80 return INSTANCE;
83 private static final TestSSLSocketFactory INSTANCE = new TestSSLSocketFactory(); field in class:SASLOverTLSTestCase.TestSSLSocketFactory
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java74 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn(); field in class:TestChildCfgDefn
110 AggregationPropertyDefinition.Builder<ConnectionHandlerCfgClient, ConnectionHandlerCfg> builder = AggregationPropertyDefinition.createBuilder(INSTANCE, "aggregation-property");
112 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "aggregation-property"));
117 INSTANCE.registerPropertyDefinition(PD_AGGREGATION_PROPERTY);
118 INSTANCE.registerConstraint(PD_AGGREGATION_PROPERTY.getSourceConstraint());
125 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE, "mandatory-boolean-property");
127 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-boolean-property"));
130 INSTANCE.registerPropertyDefinition(PD_MANDATORY_BOOLEAN_PROPERTY);
137 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE, "mandatory-class-property");
139 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE, "mandator
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestChildCfgDefn.java75 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn(); field in class:TestChildCfgDefn
111 AggregationPropertyDefinition.Builder<ConnectionHandlerCfgClient, ConnectionHandlerCfg> builder = AggregationPropertyDefinition.createBuilder(INSTANCE, "aggregation-property");
113 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "aggregation-property"));
118 INSTANCE.registerPropertyDefinition(PD_AGGREGATION_PROPERTY);
119 INSTANCE.registerConstraint(PD_AGGREGATION_PROPERTY.getSourceConstraint());
126 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE, "mandatory-boolean-property");
128 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-boolean-property"));
131 INSTANCE.registerPropertyDefinition(PD_MANDATORY_BOOLEAN_PROPERTY);
138 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE, "mandatory-class-property");
140 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE, "mandator
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java81 return INSTANCE;
84 private static final TestSSLSocketFactory INSTANCE = new TestSSLSocketFactory(); field in class:SASLOverTLSTestCase.TestSSLSocketFactory
/forgerock/opendj2-hg/src/server/org/opends/server/admin/server/
H A DServerManagementContext.java400 private final static ServerManagementContext INSTANCE = field in class:ServerManagementContext
424 return INSTANCE;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/server/
H A DServerManagementContext.java401 private final static ServerManagementContext INSTANCE = field in class:ServerManagementContext
425 return INSTANCE;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java106 INSTANCE; enum constant in enum:EventService.Singleton
154 return Singleton.INSTANCE.getEventService();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java80 INSTANCE; enum constant in enum:AMConfiguration.ConfigFileHolder
224 entries = ConfigFileHolder.INSTANCE.configFile.getAppConfigurationEntry(name);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DClassLoaderProvider.java130 private static final ClassLoaderProvider INSTANCE = new ClassLoaderProvider(); field in class:ClassLoaderProvider
148 return INSTANCE;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/server/
H A DServerManagementContext.java372 private static final ServerManagementContext INSTANCE = new ServerManagementContext(); field in class:ServerManagementContext
388 return INSTANCE;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/
H A DTestChildCfgDefn.java75 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn(); field in class:TestChildCfgDefn
95 AggregationPropertyDefinition.Builder<ConnectionHandlerCfgClient, ConnectionHandlerCfg> builder = AggregationPropertyDefinition.createBuilder(INSTANCE, "aggregation-property");
97 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "aggregation-property"));
102 INSTANCE.registerPropertyDefinition(PD_AGGREGATION_PROPERTY);
103 INSTANCE.registerConstraint(PD_AGGREGATION_PROPERTY.getSourceConstraint());
110 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE, "mandatory-boolean-property");
112 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-boolean-property"));
115 INSTANCE.registerPropertyDefinition(PD_MANDATORY_BOOLEAN_PROPERTY);
122 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE, "mandatory-class-property");
124 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE, "mandator
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DOnDiskMergeImporterTest.java117 final MeteredCursor<ByteString, ByteString> result = new CollectorCursor<>(source, StringConcatCollector.INSTANCE);
321 new ExternalSortChunk(tempDir, "test", bufferPool, StringConcatCollector.INSTANCE, new ForkJoinPool());
334 assertThat(toPairs(cursor)).containsExactly(Pair.of(KEY, StringConcatCollector.INSTANCE.merge(expected)));
379 static Collector<List<ByteString>, ByteString> INSTANCE = new StringConcatCollector(); field in class:OnDiskMergeImporterTest.StringConcatCollector
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfigurationFramework.java137 private static final ConfigurationFramework INSTANCE = new ConfigurationFramework(); field in class:ConfigurationFramework
155 return INSTANCE;
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DTestChildCfgDefn.java54 private static final TestChildCfgDefn INSTANCE = new TestChildCfgDefn(); field in class:TestChildCfgDefn
79 AggregationPropertyDefinition.createBuilder(INSTANCE, "aggregation-property");
81 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE,
87 INSTANCE.registerPropertyDefinition(PROPDEF_AGGREGATION_PROPERTY);
88 INSTANCE.registerConstraint(PROPDEF_AGGREGATION_PROPERTY.getSourceConstraint());
93 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE,
96 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE,
100 INSTANCE.registerPropertyDefinition(PROPDEF_MANDATORY_BOOLEAN_PROPERTY);
105 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE,
108 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE,
[all...]
H A DTestParentCfgDefn.java57 private static final TestParentCfgDefn INSTANCE = new TestParentCfgDefn(); field in class:TestParentCfgDefn
79 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE,
82 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE,
86 INSTANCE.registerPropertyDefinition(PD_MANDATORY_BOOLEAN_PROPERTY);
91 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE,
94 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE,
101 INSTANCE.registerPropertyDefinition(PD_MANDATORY_CLASS_PROPERTY);
109 AttributeTypePropertyDefinition.Builder builder = AttributeTypePropertyDefinition.createBuilder(INSTANCE,
113 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE,
117 INSTANCE
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java79 return INSTANCE;
82 private static final TestSSLSocketFactory INSTANCE = new TestSSLSocketFactory(); field in class:SASLOverTLSTestCase.TestSSLSocketFactory
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DEventService.java112 INSTANCE; enum constant in enum:EventService.Singleton
161 return Singleton.INSTANCE.getEventService();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java81 INSTANCE; enum constant in enum:AMConfiguration.ConfigFileHolder
205 entries = ConfigFileHolder.INSTANCE.configFile.getAppConfigurationEntry(name);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/caching/
H A DInMemoryInternalSessionCacheStep.java197 throw NullResultException.INSTANCE;
243 return EmptyCache.INSTANCE;
273 private static final NullResultException INSTANCE = new NullResultException(); field in class:InMemoryInternalSessionCacheStep.NullResultException
299 INSTANCE; enum constant in enum:InMemoryInternalSessionCacheStep.EmptyCache
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/
H A DTestParentCfgDefn.java79 private static final TestParentCfgDefn INSTANCE = new TestParentCfgDefn(); field in class:TestParentCfgDefn
115 BooleanPropertyDefinition.Builder builder = BooleanPropertyDefinition.createBuilder(INSTANCE, "mandatory-boolean-property");
117 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-boolean-property"));
120 INSTANCE.registerPropertyDefinition(PD_MANDATORY_BOOLEAN_PROPERTY);
127 ClassPropertyDefinition.Builder builder = ClassPropertyDefinition.createBuilder(INSTANCE, "mandatory-class-property");
129 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.COMPONENT_RESTART, INSTANCE, "mandatory-class-property"));
134 INSTANCE.registerPropertyDefinition(PD_MANDATORY_CLASS_PROPERTY);
141 AttributeTypePropertyDefinition.Builder builder = AttributeTypePropertyDefinition.createBuilder(INSTANCE, "mandatory-read-only-attribute-type-property");
144 builder.setAdministratorAction(new AdministratorAction(AdministratorAction.Type.NONE, INSTANCE, "mandatory-read-only-attribute-type-property"));
147 INSTANCE
[all...]

Completed in 87 milliseconds

1234567