Searched refs:hasSubordinates (Results 1 - 25 of 101) sorted by relevance

12345

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java54 * hasSubordinates operational attribute as described in X.501.
112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
144 ConditionResult ret = backend.hasSubordinates(entry.getDN());
171 ConditionResult ret = backend.hasSubordinates(entry.getDN());
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java47 * hasSubordinates operational attribute as described in X.501.
84 ConditionResult ret = backend.hasSubordinates(entry.getDN());
112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
135 ConditionResult ret = backend.hasSubordinates(entry.getDN());
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java54 * hasSubordinates operational attribute as described in X.501.
112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
144 ConditionResult ret = backend.hasSubordinates(entry.getDN());
171 ConditionResult ret = backend.hasSubordinates(entry.getDN());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java54 * hasSubordinates operational attribute as described in X.501.
112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
144 ConditionResult ret = backend.hasSubordinates(entry.getDN());
171 ConditionResult ret = backend.hasSubordinates(entry.getDN());
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java47 * hasSubordinates operational attribute as described in X.501.
84 ConditionResult ret = backend.hasSubordinates(entry.getDN());
112 ConditionResult ret = backend.hasSubordinates(entry.getDN());
135 ConditionResult ret = backend.hasSubordinates(entry.getDN());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DHasSubordinatesVirtualAttributeProvider.java48 * hasSubordinates operational attribute as described in X.501.
81 ConditionResult ret = backend.hasSubordinates(entry.getName());
103 ConditionResult ret = backend.hasSubordinates(entry.getName());
125 ConditionResult ret = backend.hasSubordinates(entry.getName());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java669 * Tests the {@code hasSubordinates} method.
681 assertEquals(b.hasSubordinates(DN.decode("o=ldif")), ConditionResult.TRUE);
682 assertEquals(b.hasSubordinates(DN.decode("uid=user.1,ou=People,o=ldif")),
687 b.hasSubordinates(DN.decode("ou=nonexistent,o=ldif"));
688 fail("Expected an exception when calling hasSubordinates on a " +
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java668 * Tests the {@code hasSubordinates} method.
680 assertEquals(b.hasSubordinates(DN.decode("o=ldif")), ConditionResult.TRUE);
681 assertEquals(b.hasSubordinates(DN.decode("uid=user.1,ou=People,o=ldif")),
686 b.hasSubordinates(DN.decode("ou=nonexistent,o=ldif"));
687 fail("Expected an exception when calling hasSubordinates on a " +
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java669 * Tests the {@code hasSubordinates} method.
681 assertEquals(b.hasSubordinates(DN.decode("o=ldif")), ConditionResult.TRUE);
682 assertEquals(b.hasSubordinates(DN.decode("uid=user.1,ou=People,o=ldif")),
687 b.hasSubordinates(DN.decode("ou=nonexistent,o=ldif"));
688 fail("Expected an exception when calling hasSubordinates on a " +
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java668 * Tests the {@code hasSubordinates} method.
680 assertEquals(b.hasSubordinates(DN.decode("o=ldif")), ConditionResult.TRUE);
681 assertEquals(b.hasSubordinates(DN.decode("uid=user.1,ou=People,o=ldif")),
686 b.hasSubordinates(DN.decode("ou=nonexistent,o=ldif"));
687 fail("Expected an exception when calling hasSubordinates on a " +
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DLDIFBackendTestCase.java669 * Tests the {@code hasSubordinates} method.
681 assertEquals(b.hasSubordinates(DN.decode("o=ldif")), ConditionResult.TRUE);
682 assertEquals(b.hasSubordinates(DN.decode("uid=user.1,ou=People,o=ldif")),
687 b.hasSubordinates(DN.decode("ou=nonexistent,o=ldif"));
688 fail("Expected an exception when calling hasSubordinates on a " +
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DLDIFBackendTestCase.java620 * Tests the {@code hasSubordinates} method.
629 assertEquals(b.hasSubordinates(DN.valueOf("o=ldif")), ConditionResult.TRUE);
630 assertEquals(b.hasSubordinates(DN.valueOf("uid=user.1,ou=People,o=ldif")),
635 b.hasSubordinates(DN.valueOf("ou=nonexistent,o=ldif"));
636 fail("Expected an exception when calling hasSubordinates on a " +
/forgerock/opendj2/src/server/org/opends/server/api/
H A DBackend.java401 public abstract ConditionResult hasSubordinates(DN entryDN) method in class:Backend
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DBackend.java401 public abstract ConditionResult hasSubordinates(DN entryDN) method in class:Backend
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java385 public ConditionResult hasSubordinates(DN entryDN) throws DirectoryException method in class:ReadOnlyConfigFileHandler
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java344 public ConditionResult hasSubordinates(DN entryDN) throws DirectoryException method in class:ReadOnlyConfigFileHandler
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java385 public ConditionResult hasSubordinates(DN entryDN) throws DirectoryException method in class:ReadOnlyConfigFileHandler
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java344 public ConditionResult hasSubordinates(DN entryDN) throws DirectoryException method in class:ReadOnlyConfigFileHandler
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java358 public ConditionResult hasSubordinates(DN entryDN) throws DirectoryException method in class:ReadOnlyConfigFileHandler
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DReadOnlyConfigFileHandler.java338 public ConditionResult hasSubordinates(DN entryDN) throws DirectoryException method in class:ReadOnlyConfigFileHandler
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DBackend.java379 public abstract ConditionResult hasSubordinates(DN entryDN) throws DirectoryException; method in class:Backend
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DNullBackend.java239 public ConditionResult hasSubordinates(DN entryDN) throws DirectoryException method in class:NullBackend
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DPluggableBackendImplTestCase.java633 assertEquals(backend.hasSubordinates(testBaseDN), ConditionResult.TRUE,
637 assertEquals(backend.hasSubordinates(DN.valueOf("dc=a")), ConditionResult.UNDEFINED,
642 assertEquals(backend.hasSubordinates(searchDN), ConditionResult.FALSE,
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DNullBackend.java288 public ConditionResult hasSubordinates(DN entryDN) method in class:NullBackend
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DBackend.java441 public abstract ConditionResult hasSubordinates(DN entryDN) method in class:Backend

Completed in 234 milliseconds

12345