/forgerock/opendj-b2.6/src/server/org/opends/server/controls/ |
H A D | ProxiedAuthV2Control.java | 263 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, 296 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 303 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 333 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 347 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
H A D | ProxiedAuthV1Control.java | 312 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 325 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 339 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
/forgerock/opendj2/src/server/org/opends/server/controls/ |
H A D | ProxiedAuthV2Control.java | 262 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, 295 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 302 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 332 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 346 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
H A D | ProxiedAuthV1Control.java | 311 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 324 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 338 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/ |
H A D | ProxiedAuthV2Control.java | 263 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, 296 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 303 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 333 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 347 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
H A D | ProxiedAuthV1Control.java | 312 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 325 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 339 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/ |
H A D | ProxiedAuthV2Control.java | 263 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, 296 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 303 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 333 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 347 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
H A D | ProxiedAuthV1Control.java | 312 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 325 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 339 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
/forgerock/opendj2-hg/src/server/org/opends/server/controls/ |
H A D | ProxiedAuthV2Control.java | 262 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, 295 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 302 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 332 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 346 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
H A D | ProxiedAuthV1Control.java | 311 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 324 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 338 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/ |
H A D | ProxiedAuthV2Control.java | 242 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 269 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 276 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 305 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 314 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message);
|
H A D | ProxiedAuthV1Control.java | 289 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 301 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message); 310 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED, message);
|
/forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/ |
H A D | LDAPResultCode.java | 574 public static final int AUTHORIZATION_DENIED = 123; field in class:LDAPResultCode 796 case AUTHORIZATION_DENIED: 797 message = "AUTHORIZATION_DENIED";
|
/forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/ |
H A D | LDAPResultCode.java | 573 public static final int AUTHORIZATION_DENIED = 123; field in class:LDAPResultCode 795 case AUTHORIZATION_DENIED: 796 message = "AUTHORIZATION_DENIED";
|
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/ |
H A D | LDAPResultCode.java | 574 public static final int AUTHORIZATION_DENIED = 123; field in class:LDAPResultCode 796 case AUTHORIZATION_DENIED: 797 message = "AUTHORIZATION_DENIED";
|
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/ |
H A D | LDAPResultCode.java | 574 public static final int AUTHORIZATION_DENIED = 123; field in class:LDAPResultCode 796 case AUTHORIZATION_DENIED: 797 message = "AUTHORIZATION_DENIED";
|
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/ |
H A D | LDAPResultCode.java | 573 public static final int AUTHORIZATION_DENIED = 123; field in class:LDAPResultCode 795 case AUTHORIZATION_DENIED: 796 message = "AUTHORIZATION_DENIED";
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
H A D | WhoAmIExtendedOperation.java | 98 operation.setResultCode(ResultCode.AUTHORIZATION_DENIED); 120 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
|
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | ResultCode.java | 677 AUTHORIZATION_DENIED(LDAPResultCode.AUTHORIZATION_DENIED, enum constant in enum:ResultCode 868 case LDAPResultCode.AUTHORIZATION_DENIED: 869 return AUTHORIZATION_DENIED;
|
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | ResultCode.java | 676 AUTHORIZATION_DENIED(LDAPResultCode.AUTHORIZATION_DENIED, enum constant in enum:ResultCode 867 case LDAPResultCode.AUTHORIZATION_DENIED: 868 return AUTHORIZATION_DENIED;
|
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | ResultCode.java | 677 AUTHORIZATION_DENIED(LDAPResultCode.AUTHORIZATION_DENIED, enum constant in enum:ResultCode 868 case LDAPResultCode.AUTHORIZATION_DENIED: 869 return AUTHORIZATION_DENIED;
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | ResultCode.java | 677 AUTHORIZATION_DENIED(LDAPResultCode.AUTHORIZATION_DENIED, enum constant in enum:ResultCode 868 case LDAPResultCode.AUTHORIZATION_DENIED: 869 return AUTHORIZATION_DENIED;
|
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | ResultCode.java | 676 AUTHORIZATION_DENIED(LDAPResultCode.AUTHORIZATION_DENIED, enum constant in enum:ResultCode 867 case LDAPResultCode.AUTHORIZATION_DENIED: 868 return AUTHORIZATION_DENIED;
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/ |
H A D | ProxyTestCase.java | 157 LDAPResultCode.AUTHORIZATION_DENIED);
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/ |
H A D | JmxPrivilegeTestCase.java | 1155 ResultCode.AUTHORIZATION_DENIED); 1177 ResultCode.AUTHORIZATION_DENIED); 1197 ResultCode.AUTHORIZATION_DENIED); 1216 ResultCode.AUTHORIZATION_DENIED); 1270 ResultCode.AUTHORIZATION_DENIED); 1291 ResultCode.AUTHORIZATION_DENIED); 1353 ResultCode.AUTHORIZATION_DENIED, 1378 ResultCode.AUTHORIZATION_DENIED, 1400 ResultCode.AUTHORIZATION_DENIED, 1421 ResultCode.AUTHORIZATION_DENIED, [all...] |