Searched refs:AUTHORIZATION_DENIED (Results 1 - 25 of 110) sorted by relevance

12345

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DProxiedAuthV2Control.java263 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 DProxiedAuthV1Control.java312 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 DProxiedAuthV2Control.java262 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 DProxiedAuthV1Control.java311 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 DProxiedAuthV2Control.java263 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 DProxiedAuthV1Control.java312 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 DProxiedAuthV2Control.java263 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 DProxiedAuthV1Control.java312 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 DProxiedAuthV2Control.java262 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 DProxiedAuthV1Control.java311 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 DProxiedAuthV2Control.java242 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 DProxiedAuthV1Control.java289 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 DLDAPResultCode.java574 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 DLDAPResultCode.java573 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 DLDAPResultCode.java574 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 DLDAPResultCode.java574 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 DLDAPResultCode.java573 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 DWhoAmIExtendedOperation.java98 operation.setResultCode(ResultCode.AUTHORIZATION_DENIED);
120 throw new DirectoryException(ResultCode.AUTHORIZATION_DENIED,
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DResultCode.java677 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 DResultCode.java676 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 DResultCode.java677 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 DResultCode.java677 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 DResultCode.java676 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 DProxyTestCase.java157 LDAPResultCode.AUTHORIZATION_DENIED);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java1155 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...]

Completed in 110 milliseconds

12345