Searched refs:reportAuthzID (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java45 private boolean reportAuthzID = false; field in class:LDAPConnectionOptions
264 return reportAuthzID;
273 * @param reportAuthzID Specifies whether to request that the server return
276 public void setReportAuthzID(boolean reportAuthzID) argument
278 this.reportAuthzID = reportAuthzID;
H A DLDAPModify.java631 BooleanArgument reportAuthzID = null;
850 reportAuthzID = new BooleanArgument(
852 "reportAuthzID",
854 reportAuthzID.setPropertyName("reportAuthzID");
855 argParser.addArgument(reportAuthzID);
1184 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
H A DLDAPSearch.java678 BooleanArgument reportAuthzID = null;
925 reportAuthzID = new BooleanArgument(
928 reportAuthzID.setPropertyName(OPTION_LONG_REPORT_AUTHZ_ID);
929 argParser.addArgument(reportAuthzID);
1248 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java44 private boolean reportAuthzID = false; field in class:LDAPConnectionOptions
263 return reportAuthzID;
272 * @param reportAuthzID Specifies whether to request that the server return
275 public void setReportAuthzID(boolean reportAuthzID) argument
277 this.reportAuthzID = reportAuthzID;
H A DLDAPModify.java612 BooleanArgument reportAuthzID = null;
831 reportAuthzID = new BooleanArgument(
833 "reportAuthzID",
835 reportAuthzID.setPropertyName("reportAuthzID");
836 argParser.addArgument(reportAuthzID);
1165 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
H A DLDAPSearch.java659 BooleanArgument reportAuthzID = null;
906 reportAuthzID = new BooleanArgument(
909 reportAuthzID.setPropertyName(OPTION_LONG_REPORT_AUTHZ_ID);
910 argParser.addArgument(reportAuthzID);
1229 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java45 private boolean reportAuthzID = false; field in class:LDAPConnectionOptions
264 return reportAuthzID;
273 * @param reportAuthzID Specifies whether to request that the server return
276 public void setReportAuthzID(boolean reportAuthzID) argument
278 this.reportAuthzID = reportAuthzID;
H A DLDAPModify.java631 BooleanArgument reportAuthzID = null;
850 reportAuthzID = new BooleanArgument(
852 "reportAuthzID",
854 reportAuthzID.setPropertyName("reportAuthzID");
855 argParser.addArgument(reportAuthzID);
1184 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
H A DLDAPSearch.java678 BooleanArgument reportAuthzID = null;
925 reportAuthzID = new BooleanArgument(
928 reportAuthzID.setPropertyName(OPTION_LONG_REPORT_AUTHZ_ID);
929 argParser.addArgument(reportAuthzID);
1248 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java45 private boolean reportAuthzID = false; field in class:LDAPConnectionOptions
264 return reportAuthzID;
273 * @param reportAuthzID Specifies whether to request that the server return
276 public void setReportAuthzID(boolean reportAuthzID) argument
278 this.reportAuthzID = reportAuthzID;
H A DLDAPModify.java631 BooleanArgument reportAuthzID = null;
850 reportAuthzID = new BooleanArgument(
852 "reportAuthzID",
854 reportAuthzID.setPropertyName("reportAuthzID");
855 argParser.addArgument(reportAuthzID);
1184 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
H A DLDAPSearch.java678 BooleanArgument reportAuthzID = null;
925 reportAuthzID = new BooleanArgument(
928 reportAuthzID.setPropertyName(OPTION_LONG_REPORT_AUTHZ_ID);
929 argParser.addArgument(reportAuthzID);
1249 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java44 private boolean reportAuthzID = false; field in class:LDAPConnectionOptions
263 return reportAuthzID;
272 * @param reportAuthzID Specifies whether to request that the server return
275 public void setReportAuthzID(boolean reportAuthzID) argument
277 this.reportAuthzID = reportAuthzID;
H A DLDAPModify.java612 BooleanArgument reportAuthzID = null;
831 reportAuthzID = new BooleanArgument(
833 "reportAuthzID",
835 reportAuthzID.setPropertyName("reportAuthzID");
836 argParser.addArgument(reportAuthzID);
1165 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
H A DLDAPSearch.java659 BooleanArgument reportAuthzID = null;
906 reportAuthzID = new BooleanArgument(
909 reportAuthzID.setPropertyName(OPTION_LONG_REPORT_AUTHZ_ID);
910 argParser.addArgument(reportAuthzID);
1229 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPConnectionOptions.java45 private boolean reportAuthzID; field in class:LDAPConnectionOptions
257 return reportAuthzID;
266 * @param reportAuthzID Specifies whether to request that the server return
269 public void setReportAuthzID(boolean reportAuthzID) argument
271 this.reportAuthzID = reportAuthzID;
H A DLDAPModify.java564 BooleanArgument reportAuthzID = null;
783 reportAuthzID = new BooleanArgument(
785 "reportAuthzID",
787 reportAuthzID.setPropertyName("reportAuthzID");
788 argParser.addArgument(reportAuthzID);
1061 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
H A DLDAPSearch.java639 BooleanArgument reportAuthzID = null;
886 reportAuthzID = new BooleanArgument(
889 reportAuthzID.setPropertyName(OPTION_LONG_REPORT_AUTHZ_ID);
890 argParser.addArgument(reportAuthzID);
1175 connectionOptions.setReportAuthzID(reportAuthzID.isPresent());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java259 boolean pwdPolicy, boolean reportAuthzID,
262 base, filter, attr, pwdPolicy, reportAuthzID, rc);
276 boolean pwdPolicy, boolean reportAuthzID, int rc) {
304 if(reportAuthzID) {
255 LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int rc) argument
273 _LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int rc) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java246 boolean pwdPolicy, boolean reportAuthzID,
249 base, filter, attr, pwdPolicy, reportAuthzID, expectedRc);
263 boolean pwdPolicy, boolean reportAuthzID,
292 if(reportAuthzID) {
242 LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int expectedRc) argument
260 _LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int expectedRc) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java259 boolean pwdPolicy, boolean reportAuthzID,
262 base, filter, attr, pwdPolicy, reportAuthzID, rc);
276 boolean pwdPolicy, boolean reportAuthzID, int rc) {
304 if(reportAuthzID) {
255 LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int rc) argument
273 _LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int rc) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java246 boolean pwdPolicy, boolean reportAuthzID,
249 base, filter, attr, pwdPolicy, reportAuthzID, expectedRc);
263 boolean pwdPolicy, boolean reportAuthzID,
292 if(reportAuthzID) {
242 LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int expectedRc) argument
260 _LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int expectedRc) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java259 boolean pwdPolicy, boolean reportAuthzID,
262 base, filter, attr, pwdPolicy, reportAuthzID, rc);
276 boolean pwdPolicy, boolean reportAuthzID, int rc) {
304 if(reportAuthzID) {
255 LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int rc) argument
273 _LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int rc) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java283 boolean pwdPolicy, boolean reportAuthzID,
286 base, filter, attr, pwdPolicy, reportAuthzID, expectedRc);
300 boolean pwdPolicy, boolean reportAuthzID,
329 if(reportAuthzID) {
279 LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int expectedRc) argument
297 _LDAPSearchParams(String bindDn, String bindPassword, String proxyDN, String authzid, String[] attrList, String base, String filter ,String attr, boolean pwdPolicy, boolean reportAuthzID, int expectedRc) argument

Completed in 134 milliseconds