Searched refs:PROXIED_AUTH (Results 1 - 25 of 85) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DRootPrivilegeChangeListener.java167 case PROXIED_AUTH:
168 privSet.add(Privilege.PROXIED_AUTH);
H A DCoreConfigManager.java316 case PROXIED_AUTH:
317 disabledPrivileges.add(Privilege.PROXIED_AUTH);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DRootPrivilegeChangeListener.java167 case PROXIED_AUTH:
168 privSet.add(Privilege.PROXIED_AUTH);
H A DCoreConfigManager.java316 case PROXIED_AUTH:
317 disabledPrivileges.add(Privilege.PROXIED_AUTH);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DRootPrivilegeChangeListener.java167 case PROXIED_AUTH:
168 privSet.add(Privilege.PROXIED_AUTH);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DPrivilege.java171 PROXIED_AUTH("proxied-auth"), enum constant in enum:Privilege
288 PRIV_MAP.put("proxied-auth", PROXIED_AUTH);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DPrivilege.java171 PROXIED_AUTH("proxied-auth"), enum constant in enum:Privilege
288 PRIV_MAP.put("proxied-auth", PROXIED_AUTH);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DPrivilege.java171 PROXIED_AUTH("proxied-auth"), enum constant in enum:Privilege
288 PRIV_MAP.put("proxied-auth", PROXIED_AUTH);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DPrivilege.java168 PROXIED_AUTH("proxied-auth"), enum constant in enum:Privilege
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java491 * the PROXIED_AUTH privilege for add, delete, modify and modify DN requests
497 * to have the PROXIED_AUTH privilege and therefore
508 boolean hasProxyPrivilege = conn.hasPrivilege(Privilege.PROXIED_AUTH, null);
563 * the PROXIED_AUTH privilege for search and compare requests that contain the
569 * to have the PROXIED_AUTH privilege and therefore
580 boolean hasProxyPrivilege = conn.hasPrivilege(Privilege.PROXIED_AUTH, null);
602 * the PROXIED_AUTH privilege for add, delete, modify and modify DN requests
608 * to have the PROXIED_AUTH privilege and therefore
619 boolean hasProxyPrivilege = conn.hasPrivilege(Privilege.PROXIED_AUTH, null);
676 * the PROXIED_AUTH privileg
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperation.java94 // The requester must have the PROXIED_AUTH privilege in order to be
96 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH,
/forgerock/opendj2/src/server/org/opends/server/types/
H A DPrivilege.java168 PROXIED_AUTH("proxied-auth"), enum constant in enum:Privilege
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperation.java94 // The requester must have the PROXIED_AUTH privilege in order to be
96 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH,
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DPrivilege.java168 PROXIED_AUTH("proxied-auth"), enum constant in enum:Privilege
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DWhoAmIExtendedOperation.java91 // The requester must have the PROXIED_AUTH privilege in order to be
93 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH,
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperation.java155 // The requester must have the PROXIED_AUTH privilige in order to
157 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH,
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperation.java155 // The requester must have the PROXIED_AUTH privilige in order to
157 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperation.java155 // The requester must have the PROXIED_AUTH privilige in order to
157 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH,
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java465 // The requester must have the PROXIED_AUTH privilige in order to
467 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
489 // The requester must have the PROXIED_AUTH privilige in order to
491 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
H A DLocalBackendSearchOperation.java446 // The requester must have the PROXIED_AUTH privilige in order to be
448 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
470 // The requester must have the PROXIED_AUTH privilige in order to be
472 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
/forgerock/opendj2/src/server/org/opends/server/core/
H A DCoreConfigManager.java291 case PROXIED_AUTH:
292 disabledPrivileges.add(Privilege.PROXIED_AUTH);
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java470 // The requester must have the PROXIED_AUTH privilege in order to
472 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
494 // The requester must have the PROXIED_AUTH privilege in order to
496 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
H A DLocalBackendSearchOperation.java407 // The requester must have the PROXIED_AUTH privilege in order to be
409 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
424 // The requester must have the PROXIED_AUTH privilege in order to be
426 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendCompareOperation.java461 // The requester must have the PROXIED_AUTH privilige in order to
463 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
485 // The requester must have the PROXIED_AUTH privilige in order to
487 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
H A DLocalBackendSearchOperation.java431 // The requester must have the PROXIED_AUTH privilige in order to be
433 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))
455 // The requester must have the PROXIED_AUTH privilige in order to be
457 if (! clientConnection.hasPrivilege(Privilege.PROXIED_AUTH, this))

Completed in 321 milliseconds

1234