Searched defs:addRequest (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java72 * @param addRequest The add request for this operation.
86 AddRequest addRequest,
91 addResponse.setRequestID(addRequest.getRequestID());
93 ByteString dnStr = ByteString.valueOf(addRequest.getDn());
96 List<DsmlAttr> addList = addRequest.getAttr();
85 doOperation(ObjectFactory objFactory, AddRequest addRequest, List<org.opends.server.types.Control> controls) argument
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java73 * @param addRequest The add request for this operation.
87 AddRequest addRequest,
92 addResponse.setRequestID(addRequest.getRequestID());
94 ByteString dnStr = ByteString.valueOf(addRequest.getDn());
97 List<DsmlAttr> addList = addRequest.getAttr();
86 doOperation(ObjectFactory objFactory, AddRequest addRequest, List<org.opends.server.types.Control> controls) argument
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java73 * @param addRequest The add request for this operation.
87 AddRequest addRequest,
92 addResponse.setRequestID(addRequest.getRequestID());
94 ByteString dnStr = ByteString.valueOf(addRequest.getDn());
97 List<DsmlAttr> addList = addRequest.getAttr();
86 doOperation(ObjectFactory objFactory, AddRequest addRequest, List<org.opends.server.types.Control> controls) argument
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java72 * @param addRequest The add request for this operation.
86 AddRequest addRequest,
91 addResponse.setRequestID(addRequest.getRequestID());
93 ByteString dnStr = ByteString.valueOf(addRequest.getDn());
96 List<DsmlAttr> addList = addRequest.getAttr();
85 doOperation(ObjectFactory objFactory, AddRequest addRequest, List<org.opends.server.types.Control> controls) argument
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java73 * @param addRequest The add request for this operation.
87 AddRequest addRequest,
92 addResponse.setRequestID(addRequest.getRequestID());
94 ByteString dnStr = ByteString.valueOf(addRequest.getDn());
97 List<DsmlAttr> addList = addRequest.getAttr();
86 doOperation(ObjectFactory objFactory, AddRequest addRequest, List<org.opends.server.types.Control> controls) argument
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLAddOperation.java72 * @param addRequest The add request for this operation.
86 AddRequest addRequest,
91 addResponse.setRequestID(addRequest.getRequestID());
93 ByteString dnStr = ByteString.valueOfUtf8(addRequest.getDn());
96 List<DsmlAttr> addList = addRequest.getAttr();
85 doOperation(ObjectFactory objFactory, AddRequest addRequest, List<org.opends.server.types.Control> controls) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java161 public void addRequest(String httpMethod) throws NullPointerException method in class:HTTPStatistics
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java160 public void addRequest(String httpMethod) throws NullPointerException method in class:HTTPStatistics
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java161 public void addRequest(String httpMethod) throws NullPointerException method in class:HTTPStatistics
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java161 public void addRequest(String httpMethod) throws NullPointerException method in class:HTTPStatistics
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java160 public void addRequest(String httpMethod) throws NullPointerException method in class:HTTPStatistics
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPStatistics.java150 public void addRequest(String httpMethod) throws NullPointerException method in class:HTTPStatistics
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequestSet.java95 * to this object by calling addRequest method. service.
170 public void addRequest(Request request) { method in class:RequestSet
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DRequestSet.java95 * to this object by calling addRequest method. service.
170 public void addRequest(Request request) { method in class:RequestSet
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...

Completed in 264 milliseconds