Searched refs:deregisterAttributeType (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DLastModPluginTestCase.java181 DirectoryServer.deregisterAttributeType(ctType);
182 DirectoryServer.deregisterAttributeType(cnType);
183 DirectoryServer.deregisterAttributeType(mtType);
184 DirectoryServer.deregisterAttributeType(mnType);
H A DEntryUUIDPluginTestCase.java162 DirectoryServer.deregisterAttributeType(entryUUIDType);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLastModPluginTestCase.java202 DirectoryServer.deregisterAttributeType(ctType);
203 DirectoryServer.deregisterAttributeType(cnType);
204 DirectoryServer.deregisterAttributeType(mtType);
205 DirectoryServer.deregisterAttributeType(mnType);
H A DEntryUUIDPluginTestCase.java181 DirectoryServer.deregisterAttributeType(entryUUIDType);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLastModPluginTestCase.java201 DirectoryServer.deregisterAttributeType(ctType);
202 DirectoryServer.deregisterAttributeType(cnType);
203 DirectoryServer.deregisterAttributeType(mtType);
204 DirectoryServer.deregisterAttributeType(mnType);
H A DEntryUUIDPluginTestCase.java180 DirectoryServer.deregisterAttributeType(entryUUIDType);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLastModPluginTestCase.java202 DirectoryServer.deregisterAttributeType(ctType);
203 DirectoryServer.deregisterAttributeType(cnType);
204 DirectoryServer.deregisterAttributeType(mtType);
205 DirectoryServer.deregisterAttributeType(mnType);
H A DEntryUUIDPluginTestCase.java181 DirectoryServer.deregisterAttributeType(entryUUIDType);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLastModPluginTestCase.java201 DirectoryServer.deregisterAttributeType(ctType);
202 DirectoryServer.deregisterAttributeType(cnType);
203 DirectoryServer.deregisterAttributeType(mtType);
204 DirectoryServer.deregisterAttributeType(mnType);
H A DEntryUUIDPluginTestCase.java180 DirectoryServer.deregisterAttributeType(entryUUIDType);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DLastModPluginTestCase.java202 DirectoryServer.deregisterAttributeType(ctType);
203 DirectoryServer.deregisterAttributeType(cnType);
204 DirectoryServer.deregisterAttributeType(mtType);
205 DirectoryServer.deregisterAttributeType(mnType);
H A DEntryUUIDPluginTestCase.java181 DirectoryServer.deregisterAttributeType(entryUUIDType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java345 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
1826 deregisterAttributeType(at);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java451 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3185 deregisterAttributeType(at);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java467 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3201 deregisterAttributeType(at);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java452 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3186 deregisterAttributeType(at);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java451 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3185 deregisterAttributeType(at);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java467 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3201 deregisterAttributeType(at);
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java1666 schema.deregisterAttributeType(existingType);
1864 schema.deregisterAttributeType(removeType);
4353 newSchema.deregisterAttributeType(removeType);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java1772 schema.deregisterAttributeType(existingType);
1974 schema.deregisterAttributeType(removeType);
4553 newSchema.deregisterAttributeType(removeType);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java1772 schema.deregisterAttributeType(existingType);
1974 schema.deregisterAttributeType(removeType);
4553 newSchema.deregisterAttributeType(removeType);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java1666 schema.deregisterAttributeType(existingType);
1864 schema.deregisterAttributeType(removeType);
4353 newSchema.deregisterAttributeType(removeType);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java1768 schema.deregisterAttributeType(existingType);
1970 schema.deregisterAttributeType(removeType);
4517 newSchema.deregisterAttributeType(removeType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java1334 schema.deregisterAttributeType(existingType);
1549 schema.deregisterAttributeType(removeType);
3702 newSchema.deregisterAttributeType(removeType);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java3923 public static void deregisterAttributeType(AttributeType attributeType) method in class:DirectoryServer
3925 directoryServer.schema.deregisterAttributeType(attributeType);

Completed in 194 milliseconds

12