Searched defs:hasPrivilege (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/core/
H A DOperation.java106 boolean hasPrivilege(Privilege privilege); method in interface:Operation
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java491 * @param hasPrivilege Indicates whether the authenticated user is expected
499 boolean hasPrivilege)
502 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
509 if (hasPrivilege)
528 * @param hasPrivilege Indicates whether the authenticated user is expected
536 boolean hasPrivilege)
539 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
547 if (hasPrivilege)
498 testConfigReadSearch(JmxClientConnection conn, boolean hasPrivilege) argument
535 testConfigReadCompare(JmxClientConnection conn, boolean hasPrivilege) argument
573 testConfigWriteAddAndDelete(JmxClientConnection conn, boolean hasPrivilege) argument
630 testConfigWriteModify(JmxClientConnection conn, boolean hasPrivilege) argument
678 testConfigWriteModifyDN(JmxClientConnection conn, boolean hasPrivilege) argument
716 testUpdateSchemaModify(JmxClientConnection conn, boolean hasPrivilege) argument
768 testUpdateSchemaAddSchemaFile(JmxClientConnection conn, boolean hasPrivilege) argument
853 testBackupBackend(JmxClientConnection conn, boolean hasPrivilege) argument
908 testRestoreBackend(JmxClientConnection conn, boolean hasPrivilege) argument
957 testLDIFExport(JmxClientConnection conn, boolean hasPrivilege) argument
1012 testLDIFImport(JmxClientConnection conn, boolean hasPrivilege) argument
1064 testRebuildIndex(JmxClientConnection conn, boolean hasPrivilege) argument
1115 testProxyAuthV1Write(JmxClientConnection conn, boolean hasPrivilege) argument
1241 testProxyAuthV1Read(JmxClientConnection conn, boolean hasPrivilege) argument
1311 testProxyAuthV2Write(JmxClientConnection conn, boolean hasPrivilege) argument
1447 testProxyAuthV2Read(JmxClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java472 * @param hasPrivilege Indicates whether the authenticated user is expected
480 boolean hasPrivilege)
483 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
490 if (hasPrivilege)
509 * @param hasPrivilege Indicates whether the authenticated user is expected
517 boolean hasPrivilege)
520 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
528 if (hasPrivilege)
479 testConfigReadSearch(JmxClientConnection conn, boolean hasPrivilege) argument
516 testConfigReadCompare(JmxClientConnection conn, boolean hasPrivilege) argument
554 testConfigWriteAddAndDelete(JmxClientConnection conn, boolean hasPrivilege) argument
611 testConfigWriteModify(JmxClientConnection conn, boolean hasPrivilege) argument
659 testConfigWriteModifyDN(JmxClientConnection conn, boolean hasPrivilege) argument
697 testUpdateSchemaModify(JmxClientConnection conn, boolean hasPrivilege) argument
749 testUpdateSchemaAddSchemaFile(JmxClientConnection conn, boolean hasPrivilege) argument
834 testBackupBackend(JmxClientConnection conn, boolean hasPrivilege) argument
889 testRestoreBackend(JmxClientConnection conn, boolean hasPrivilege) argument
938 testLDIFExport(JmxClientConnection conn, boolean hasPrivilege) argument
993 testLDIFImport(JmxClientConnection conn, boolean hasPrivilege) argument
1045 testRebuildIndex(JmxClientConnection conn, boolean hasPrivilege) argument
1096 testProxyAuthV1Write(JmxClientConnection conn, boolean hasPrivilege) argument
1222 testProxyAuthV1Read(JmxClientConnection conn, boolean hasPrivilege) argument
1292 testProxyAuthV2Write(JmxClientConnection conn, boolean hasPrivilege) argument
1428 testProxyAuthV2Read(JmxClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java491 * @param hasPrivilege Indicates whether the authenticated user is expected
499 boolean hasPrivilege)
502 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
509 if (hasPrivilege)
528 * @param hasPrivilege Indicates whether the authenticated user is expected
536 boolean hasPrivilege)
539 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
547 if (hasPrivilege)
498 testConfigReadSearch(JmxClientConnection conn, boolean hasPrivilege) argument
535 testConfigReadCompare(JmxClientConnection conn, boolean hasPrivilege) argument
573 testConfigWriteAddAndDelete(JmxClientConnection conn, boolean hasPrivilege) argument
630 testConfigWriteModify(JmxClientConnection conn, boolean hasPrivilege) argument
678 testConfigWriteModifyDN(JmxClientConnection conn, boolean hasPrivilege) argument
716 testUpdateSchemaModify(JmxClientConnection conn, boolean hasPrivilege) argument
768 testUpdateSchemaAddSchemaFile(JmxClientConnection conn, boolean hasPrivilege) argument
853 testBackupBackend(JmxClientConnection conn, boolean hasPrivilege) argument
908 testRestoreBackend(JmxClientConnection conn, boolean hasPrivilege) argument
957 testLDIFExport(JmxClientConnection conn, boolean hasPrivilege) argument
1012 testLDIFImport(JmxClientConnection conn, boolean hasPrivilege) argument
1064 testRebuildIndex(JmxClientConnection conn, boolean hasPrivilege) argument
1115 testProxyAuthV1Write(JmxClientConnection conn, boolean hasPrivilege) argument
1241 testProxyAuthV1Read(JmxClientConnection conn, boolean hasPrivilege) argument
1311 testProxyAuthV2Write(JmxClientConnection conn, boolean hasPrivilege) argument
1447 testProxyAuthV2Read(JmxClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java472 * @param hasPrivilege Indicates whether the authenticated user is expected
480 boolean hasPrivilege)
483 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
490 if (hasPrivilege)
509 * @param hasPrivilege Indicates whether the authenticated user is expected
517 boolean hasPrivilege)
520 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
528 if (hasPrivilege)
479 testConfigReadSearch(JmxClientConnection conn, boolean hasPrivilege) argument
516 testConfigReadCompare(JmxClientConnection conn, boolean hasPrivilege) argument
554 testConfigWriteAddAndDelete(JmxClientConnection conn, boolean hasPrivilege) argument
611 testConfigWriteModify(JmxClientConnection conn, boolean hasPrivilege) argument
659 testConfigWriteModifyDN(JmxClientConnection conn, boolean hasPrivilege) argument
697 testUpdateSchemaModify(JmxClientConnection conn, boolean hasPrivilege) argument
749 testUpdateSchemaAddSchemaFile(JmxClientConnection conn, boolean hasPrivilege) argument
834 testBackupBackend(JmxClientConnection conn, boolean hasPrivilege) argument
889 testRestoreBackend(JmxClientConnection conn, boolean hasPrivilege) argument
938 testLDIFExport(JmxClientConnection conn, boolean hasPrivilege) argument
993 testLDIFImport(JmxClientConnection conn, boolean hasPrivilege) argument
1045 testRebuildIndex(JmxClientConnection conn, boolean hasPrivilege) argument
1096 testProxyAuthV1Write(JmxClientConnection conn, boolean hasPrivilege) argument
1222 testProxyAuthV1Read(JmxClientConnection conn, boolean hasPrivilege) argument
1292 testProxyAuthV2Write(JmxClientConnection conn, boolean hasPrivilege) argument
1428 testProxyAuthV2Read(JmxClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java491 * @param hasPrivilege Indicates whether the authenticated user is expected
499 boolean hasPrivilege)
502 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
509 if (hasPrivilege)
528 * @param hasPrivilege Indicates whether the authenticated user is expected
536 boolean hasPrivilege)
539 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
547 if (hasPrivilege)
498 testConfigReadSearch(JmxClientConnection conn, boolean hasPrivilege) argument
535 testConfigReadCompare(JmxClientConnection conn, boolean hasPrivilege) argument
573 testConfigWriteAddAndDelete(JmxClientConnection conn, boolean hasPrivilege) argument
630 testConfigWriteModify(JmxClientConnection conn, boolean hasPrivilege) argument
678 testConfigWriteModifyDN(JmxClientConnection conn, boolean hasPrivilege) argument
716 testUpdateSchemaModify(JmxClientConnection conn, boolean hasPrivilege) argument
768 testUpdateSchemaAddSchemaFile(JmxClientConnection conn, boolean hasPrivilege) argument
853 testBackupBackend(JmxClientConnection conn, boolean hasPrivilege) argument
908 testRestoreBackend(JmxClientConnection conn, boolean hasPrivilege) argument
957 testLDIFExport(JmxClientConnection conn, boolean hasPrivilege) argument
1012 testLDIFImport(JmxClientConnection conn, boolean hasPrivilege) argument
1064 testRebuildIndex(JmxClientConnection conn, boolean hasPrivilege) argument
1115 testProxyAuthV1Write(JmxClientConnection conn, boolean hasPrivilege) argument
1241 testProxyAuthV1Read(JmxClientConnection conn, boolean hasPrivilege) argument
1311 testProxyAuthV2Write(JmxClientConnection conn, boolean hasPrivilege) argument
1447 testProxyAuthV2Read(JmxClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilegeManager.java122 public abstract boolean hasPrivilege(Privilege p, method in class:ApplicationPrivilegeManager
127 public abstract boolean hasPrivilege( method in class:ApplicationPrivilegeManager
141 public abstract boolean hasPrivilege(ReferralPrivilege p, method in class:ApplicationPrivilegeManager
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java412 * @param hasPrivilege Indicates whether the authenticated user is expected
419 public void testConfigReadSearch(JmxClientConnection conn, boolean hasPrivilege) throws Exception argument
421 assertEquals(conn.hasPrivilege(Privilege.JMX_READ, null), hasPrivilege);
425 if (hasPrivilege)
441 * @param hasPrivilege Indicates whether the authenticated user is expected
448 public void testUpdateSchemaAddSchemaFile(JmxClientConnection conn, boolean hasPrivilege) throws Exception argument
450 assertEquals(conn.hasPrivilege(Privilege.JMX_WRITE, null), hasPrivilege);
496 * @param hasPrivilege Indicate
503 testProxyAuthV1Write(JmxClientConnection conn, boolean hasPrivilege) argument
575 testProxyAuthV1Read(JmxClientConnection conn, boolean hasPrivilege) argument
614 testProxyAuthV2Write(JmxClientConnection conn, boolean hasPrivilege) argument
688 testProxyAuthV2Read(JmxClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilegeManager.java122 public abstract boolean hasPrivilege(Privilege p, method in class:ApplicationPrivilegeManager
127 public abstract boolean hasPrivilege( method in class:ApplicationPrivilegeManager
141 public abstract boolean hasPrivilege(ReferralPrivilege p, method in class:ApplicationPrivilegeManager
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLContext.java780 if (!hasPrivilege(authInfo))
850 if (!hasPrivilege(authInfo))
1023 private boolean hasPrivilege(final AuthenticationInfo authInfo) method in class:SASLContext
1028 if (!tempConn.hasPrivilege(Privilege.PROXIED_AUTH, bindOp))
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DSASLContext.java781 if (!hasPrivilege(authInfo))
851 if (!hasPrivilege(authInfo))
1023 private boolean hasPrivilege(final AuthenticationInfo authInfo) method in class:SASLContext
1028 if (!tempConn.hasPrivilege(Privilege.PROXIED_AUTH, bindOp))
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DSASLContext.java780 if (!hasPrivilege(authInfo))
850 if (!hasPrivilege(authInfo))
1023 private boolean hasPrivilege(final AuthenticationInfo authInfo) method in class:SASLContext
1028 if (!tempConn.hasPrivilege(Privilege.PROXIED_AUTH, bindOp))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java780 if (!hasPrivilege(authInfo))
850 if (!hasPrivilege(authInfo))
1023 private boolean hasPrivilege(final AuthenticationInfo authInfo) method in class:SASLContext
1028 if (!tempConn.hasPrivilege(Privilege.PROXIED_AUTH, bindOp))
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java781 if (!hasPrivilege(authInfo))
851 if (!hasPrivilege(authInfo))
1023 private boolean hasPrivilege(final AuthenticationInfo authInfo) method in class:SASLContext
1028 if (!tempConn.hasPrivilege(Privilege.PROXIED_AUTH, bindOp))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLContext.java741 if (!hasPrivilege(authInfo))
808 if (!hasPrivilege(authInfo))
964 private boolean hasPrivilege(final AuthenticationInfo authInfo) method in class:SASLContext
969 if (!tempConn.hasPrivilege(Privilege.PROXIED_AUTH, bindOp))
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java409 * @param hasPrivilege Indicates whether the authenticated user is expected
417 boolean hasPrivilege)
420 assertEquals(conn.hasPrivilege(Privilege.CONFIG_READ, null), hasPrivilege);
425 if (hasPrivilege)
442 * @param hasPrivilege Indicates whether the authenticated user is expected
449 boolean hasPrivilege)
452 assertEquals(conn.hasPrivilege(Privilege.UNINDEXED_SEARCH, null), hasPrivilege);
462 if (hasPrivilege)
416 testConfigReadSearch(InternalClientConnection conn, boolean hasPrivilege) argument
448 testUnindexedSearch(InternalClientConnection conn, boolean hasPrivilege) argument
488 testConfigReadCompare(InternalClientConnection conn, boolean hasPrivilege) argument
524 testConfigWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
581 testConfigWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
629 testConfigWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
668 testSubentryWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
724 testSubentryWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
773 testSubentryWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
815 testPasswordResetModify(InternalClientConnection conn, boolean hasPrivilege) argument
890 testPasswordResetExtOp(InternalClientConnection conn, boolean hasPrivilege) argument
969 testUpdateSchemaModify(InternalClientConnection conn, boolean hasPrivilege) argument
1021 testUpdateSchemaAddSchemaFile(InternalClientConnection conn, boolean hasPrivilege) argument
1106 testBackupBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1161 testRestoreBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1210 testLDIFExport(InternalClientConnection conn, boolean hasPrivilege) argument
1265 testLDIFImport(InternalClientConnection conn, boolean hasPrivilege) argument
1317 testRebuildIndex(InternalClientConnection conn, boolean hasPrivilege) argument
1368 testProxyAuthV1Write(InternalClientConnection conn, boolean hasPrivilege) argument
1493 testProxyAuthV1Read(InternalClientConnection conn, boolean hasPrivilege) argument
1563 testProxyAuthV2Write(InternalClientConnection conn, boolean hasPrivilege) argument
1697 testProxyAuthV2Read(InternalClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java336 * @param hasPrivilege Indicates whether the authenticated user is expected
344 boolean hasPrivilege)
347 assertEquals(conn.hasPrivilege(Privilege.CONFIG_READ, null), hasPrivilege);
351 assertPrivilege(searchOperation.getResultCode(), hasPrivilege);
360 * @param hasPrivilege Indicates whether the authenticated user is expected
367 boolean hasPrivilege)
370 assertEquals(conn.hasPrivilege(Privilege.UNINDEXED_SEARCH, null), hasPrivilege);
374 assertPrivilege(searchOperation.getResultCode(), hasPrivilege);
343 testConfigReadSearch(InternalClientConnection conn, boolean hasPrivilege) argument
366 testUnindexedSearch(InternalClientConnection conn, boolean hasPrivilege) argument
377 assertPrivilege(ResultCode actual, boolean hasPrivilege) argument
414 testConfigReadCompare(InternalClientConnection conn, boolean hasPrivilege) argument
450 testConfigWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
498 testConfigWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
540 testConfigWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
579 testSubentryWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
626 testSubentryWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
669 testSubentryWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
706 testPasswordResetModify(InternalClientConnection conn, boolean hasPrivilege) argument
781 testPasswordResetExtOp(InternalClientConnection conn, boolean hasPrivilege) argument
860 testUpdateSchemaModify(InternalClientConnection conn, boolean hasPrivilege) argument
906 testUpdateSchemaAddSchemaFile(InternalClientConnection conn, boolean hasPrivilege) argument
985 testBackupBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1034 testRestoreBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1077 testLDIFExport(InternalClientConnection conn, boolean hasPrivilege) argument
1126 testLDIFImport(InternalClientConnection conn, boolean hasPrivilege) argument
1172 testRebuildIndex(InternalClientConnection conn, boolean hasPrivilege) argument
1217 testProxyAuthV1Write(InternalClientConnection conn, boolean hasPrivilege) argument
1309 testProxyAuthV1Read(InternalClientConnection conn, boolean hasPrivilege) argument
1368 testProxyAuthV2Write(InternalClientConnection conn, boolean hasPrivilege) argument
1462 testProxyAuthV2Read(InternalClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java409 * @param hasPrivilege Indicates whether the authenticated user is expected
417 boolean hasPrivilege)
420 assertEquals(conn.hasPrivilege(Privilege.CONFIG_READ, null), hasPrivilege);
425 if (hasPrivilege)
442 * @param hasPrivilege Indicates whether the authenticated user is expected
449 boolean hasPrivilege)
452 assertEquals(conn.hasPrivilege(Privilege.UNINDEXED_SEARCH, null), hasPrivilege);
462 if (hasPrivilege)
416 testConfigReadSearch(InternalClientConnection conn, boolean hasPrivilege) argument
448 testUnindexedSearch(InternalClientConnection conn, boolean hasPrivilege) argument
488 testConfigReadCompare(InternalClientConnection conn, boolean hasPrivilege) argument
524 testConfigWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
581 testConfigWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
629 testConfigWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
668 testSubentryWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
724 testSubentryWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
773 testSubentryWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
815 testPasswordResetModify(InternalClientConnection conn, boolean hasPrivilege) argument
890 testPasswordResetExtOp(InternalClientConnection conn, boolean hasPrivilege) argument
969 testUpdateSchemaModify(InternalClientConnection conn, boolean hasPrivilege) argument
1021 testUpdateSchemaAddSchemaFile(InternalClientConnection conn, boolean hasPrivilege) argument
1106 testBackupBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1161 testRestoreBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1210 testLDIFExport(InternalClientConnection conn, boolean hasPrivilege) argument
1265 testLDIFImport(InternalClientConnection conn, boolean hasPrivilege) argument
1317 testRebuildIndex(InternalClientConnection conn, boolean hasPrivilege) argument
1368 testProxyAuthV1Write(InternalClientConnection conn, boolean hasPrivilege) argument
1493 testProxyAuthV1Read(InternalClientConnection conn, boolean hasPrivilege) argument
1563 testProxyAuthV2Write(InternalClientConnection conn, boolean hasPrivilege) argument
1697 testProxyAuthV2Read(InternalClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java336 * @param hasPrivilege Indicates whether the authenticated user is expected
344 boolean hasPrivilege)
347 assertEquals(conn.hasPrivilege(Privilege.CONFIG_READ, null), hasPrivilege);
351 assertPrivilege(searchOperation.getResultCode(), hasPrivilege);
360 * @param hasPrivilege Indicates whether the authenticated user is expected
367 boolean hasPrivilege)
370 assertEquals(conn.hasPrivilege(Privilege.UNINDEXED_SEARCH, null), hasPrivilege);
374 assertPrivilege(searchOperation.getResultCode(), hasPrivilege);
343 testConfigReadSearch(InternalClientConnection conn, boolean hasPrivilege) argument
366 testUnindexedSearch(InternalClientConnection conn, boolean hasPrivilege) argument
377 assertPrivilege(ResultCode actual, boolean hasPrivilege) argument
414 testConfigReadCompare(InternalClientConnection conn, boolean hasPrivilege) argument
450 testConfigWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
498 testConfigWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
540 testConfigWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
579 testSubentryWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
626 testSubentryWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
669 testSubentryWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
706 testPasswordResetModify(InternalClientConnection conn, boolean hasPrivilege) argument
781 testPasswordResetExtOp(InternalClientConnection conn, boolean hasPrivilege) argument
860 testUpdateSchemaModify(InternalClientConnection conn, boolean hasPrivilege) argument
906 testUpdateSchemaAddSchemaFile(InternalClientConnection conn, boolean hasPrivilege) argument
985 testBackupBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1034 testRestoreBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1077 testLDIFExport(InternalClientConnection conn, boolean hasPrivilege) argument
1126 testLDIFImport(InternalClientConnection conn, boolean hasPrivilege) argument
1172 testRebuildIndex(InternalClientConnection conn, boolean hasPrivilege) argument
1217 testProxyAuthV1Write(InternalClientConnection conn, boolean hasPrivilege) argument
1309 testProxyAuthV1Read(InternalClientConnection conn, boolean hasPrivilege) argument
1368 testProxyAuthV2Write(InternalClientConnection conn, boolean hasPrivilege) argument
1462 testProxyAuthV2Read(InternalClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java409 * @param hasPrivilege Indicates whether the authenticated user is expected
417 boolean hasPrivilege)
420 assertEquals(conn.hasPrivilege(Privilege.CONFIG_READ, null), hasPrivilege);
425 if (hasPrivilege)
442 * @param hasPrivilege Indicates whether the authenticated user is expected
449 boolean hasPrivilege)
452 assertEquals(conn.hasPrivilege(Privilege.UNINDEXED_SEARCH, null), hasPrivilege);
462 if (hasPrivilege)
416 testConfigReadSearch(InternalClientConnection conn, boolean hasPrivilege) argument
448 testUnindexedSearch(InternalClientConnection conn, boolean hasPrivilege) argument
488 testConfigReadCompare(InternalClientConnection conn, boolean hasPrivilege) argument
524 testConfigWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
581 testConfigWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
629 testConfigWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
668 testSubentryWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
724 testSubentryWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
773 testSubentryWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
815 testPasswordResetModify(InternalClientConnection conn, boolean hasPrivilege) argument
890 testPasswordResetExtOp(InternalClientConnection conn, boolean hasPrivilege) argument
969 testUpdateSchemaModify(InternalClientConnection conn, boolean hasPrivilege) argument
1021 testUpdateSchemaAddSchemaFile(InternalClientConnection conn, boolean hasPrivilege) argument
1106 testBackupBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1161 testRestoreBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1210 testLDIFExport(InternalClientConnection conn, boolean hasPrivilege) argument
1265 testLDIFImport(InternalClientConnection conn, boolean hasPrivilege) argument
1317 testRebuildIndex(InternalClientConnection conn, boolean hasPrivilege) argument
1368 testProxyAuthV1Write(InternalClientConnection conn, boolean hasPrivilege) argument
1493 testProxyAuthV1Read(InternalClientConnection conn, boolean hasPrivilege) argument
1563 testProxyAuthV2Write(InternalClientConnection conn, boolean hasPrivilege) argument
1697 testProxyAuthV2Read(InternalClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DPrivilegeTestCase.java378 * @param hasPrivilege Indicates whether the authenticated user is expected
386 boolean hasPrivilege)
389 assertEquals(conn.hasPrivilege(Privilege.CONFIG_READ, null), hasPrivilege);
393 assertPrivilege(searchOperation.getResultCode(), hasPrivilege);
402 * @param hasPrivilege Indicates whether the authenticated user is expected
409 boolean hasPrivilege)
412 assertEquals(conn.hasPrivilege(Privilege.UNINDEXED_SEARCH, null), hasPrivilege);
416 assertPrivilege(searchOperation.getResultCode(), hasPrivilege);
385 testConfigReadSearch(InternalClientConnection conn, boolean hasPrivilege) argument
408 testUnindexedSearch(InternalClientConnection conn, boolean hasPrivilege) argument
419 assertPrivilege(ResultCode actual, boolean hasPrivilege) argument
442 testConfigReadCompare(InternalClientConnection conn, boolean hasPrivilege) argument
476 testConfigWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
521 testConfigWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
563 testConfigWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
600 testSubentryWriteAddAndDelete(InternalClientConnection conn, boolean hasPrivilege) argument
644 testSubentryWriteModify(InternalClientConnection conn, boolean hasPrivilege) argument
687 testSubentryWriteModifyDN(InternalClientConnection conn, boolean hasPrivilege) argument
724 testPasswordResetModify(InternalClientConnection conn, boolean hasPrivilege) argument
799 testPasswordResetExtOp(InternalClientConnection conn, boolean hasPrivilege) argument
878 testUpdateSchemaModify(InternalClientConnection conn, boolean hasPrivilege) argument
924 testUpdateSchemaAddSchemaFile(InternalClientConnection conn, boolean hasPrivilege) argument
976 assertPrivilege(InternalClientConnection conn, boolean hasPrivilege, String... lines) argument
1005 testBackupBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1041 testRestoreBackend(InternalClientConnection conn, boolean hasPrivilege) argument
1071 testLDIFExport(InternalClientConnection conn, boolean hasPrivilege) argument
1112 testLDIFImport(InternalClientConnection conn, boolean hasPrivilege) argument
1145 testRebuildIndex(InternalClientConnection conn, boolean hasPrivilege) argument
1177 testProxyAuthV1Write(InternalClientConnection conn, boolean hasPrivilege) argument
1269 testProxyAuthV1Read(InternalClientConnection conn, boolean hasPrivilege) argument
1322 testProxyAuthV2Write(InternalClientConnection conn, boolean hasPrivilege) argument
1416 testProxyAuthV2Read(InternalClientConnection conn, boolean hasPrivilege) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DClientConnection.java1019 public static boolean hasPrivilege(Entry authorizationEntry, method in class:ClientConnection
1043 public boolean hasPrivilege(Privilege privilege, method in class:ClientConnection
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DClientConnection.java1020 public static boolean hasPrivilege(Entry authorizationEntry, method in class:ClientConnection
1044 public boolean hasPrivilege(Privilege privilege, method in class:ClientConnection
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DClientConnection.java1020 public static boolean hasPrivilege(Entry authorizationEntry, method in class:ClientConnection
1044 public boolean hasPrivilege(Privilege privilege, method in class:ClientConnection
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DClientConnection.java1019 public static boolean hasPrivilege(Entry authorizationEntry, method in class:ClientConnection
1043 public boolean hasPrivilege(Privilege privilege, method in class:ClientConnection

Completed in 70 milliseconds

12