Searched refs:requestValue (Results 1 - 25 of 65) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPreParseExtendedOperation.java85 * @param requestValue The value for the request associated with
88 public void setRequestValue(ByteString requestValue); argument
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPreParseExtendedOperation.java84 * @param requestValue The value for the request associated with
87 public void setRequestValue(ByteString requestValue); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPreParseExtendedOperation.java85 * @param requestValue The value for the request associated with
88 public void setRequestValue(ByteString requestValue); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPreParseExtendedOperation.java85 * @param requestValue The value for the request associated with
88 public void setRequestValue(ByteString requestValue); argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPreParseExtendedOperation.java84 * @param requestValue The value for the request associated with
87 public void setRequestValue(ByteString requestValue); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPreParseExtendedOperation.java85 * @param requestValue The value for the request associated with
88 void setRequestValue(ByteString requestValue); argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DExtendedOperationBasis.java67 private ByteString requestValue; field in class:ExtendedOperationBasis
94 * @param requestValue The value for the request associated with this
100 String requestOID, ByteString requestValue)
106 this.requestValue = requestValue;
159 return requestValue;
168 * @param requestValue The value for the request associated with this
172 public final void setRequestValue(ByteString requestValue) argument
174 this.requestValue = requestValue;
97 ExtendedOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, String requestOID, ByteString requestValue) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DExtendedOperationBasis.java67 private ByteString requestValue; field in class:ExtendedOperationBasis
94 * @param requestValue The value for the request associated with this
100 String requestOID, ByteString requestValue)
106 this.requestValue = requestValue;
159 return requestValue;
168 * @param requestValue The value for the request associated with this
172 public final void setRequestValue(ByteString requestValue) argument
174 this.requestValue = requestValue;
97 ExtendedOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, String requestOID, ByteString requestValue) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DExtendedOperationBasis.java64 private ByteString requestValue; field in class:ExtendedOperationBasis
91 * @param requestValue The value for the request associated with this
97 String requestOID, ByteString requestValue)
103 this.requestValue = requestValue;
168 return requestValue;
177 * @param requestValue The value for the request associated with this
181 public final void setRequestValue(ByteString requestValue) argument
183 this.requestValue = requestValue;
94 ExtendedOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, String requestOID, ByteString requestValue) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DCancelExtendedOperation.java138 ByteString requestValue = operation.getRequestValue();
139 if (requestValue == null)
150 ASN1Reader reader = ASN1.getReader(requestValue);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DCancelExtendedOperation.java91 ByteString requestValue = operation.getRequestValue();
92 if (requestValue == null)
101 ASN1Reader reader = ASN1.getReader(requestValue);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DCancelExtendedOperation.java138 ByteString requestValue = operation.getRequestValue();
139 if (requestValue == null)
150 ASN1Reader reader = ASN1.getReader(requestValue);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DCancelExtendedOperation.java138 ByteString requestValue = operation.getRequestValue();
139 if (requestValue == null)
150 ASN1Reader reader = ASN1.getReader(requestValue);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DCancelExtendedOperation.java91 ByteString requestValue = operation.getRequestValue();
92 if (requestValue == null)
101 ASN1Reader reader = ASN1.getReader(requestValue);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DCancelExtendedOperation.java88 ByteString requestValue = operation.getRequestValue();
89 if (requestValue == null)
98 ASN1Reader reader = ASN1.getReader(requestValue);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperationTestCase.java127 final ByteString requestValue =
133 requestValue);
158 ByteString requestValue =
166 ServerConstants.OID_GET_SYMMETRIC_KEY_EXTENDED_OP, requestValue);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperationTestCase.java126 final ByteString requestValue =
132 requestValue);
157 ByteString requestValue =
165 ServerConstants.OID_GET_SYMMETRIC_KEY_EXTENDED_OP, requestValue);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperationTestCase.java127 final ByteString requestValue =
133 requestValue);
158 ByteString requestValue =
166 ServerConstants.OID_GET_SYMMETRIC_KEY_EXTENDED_OP, requestValue);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperationTestCase.java126 final ByteString requestValue =
132 requestValue);
157 ByteString requestValue =
165 ServerConstants.OID_GET_SYMMETRIC_KEY_EXTENDED_OP, requestValue);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperationTestCase.java127 final ByteString requestValue =
133 requestValue);
158 ByteString requestValue =
166 ServerConstants.OID_GET_SYMMETRIC_KEY_EXTENDED_OP, requestValue);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperationTestCase.java107 final ByteString requestValue =
113 requestValue);
138 ByteString requestValue =
146 ServerConstants.OID_GET_SYMMETRIC_KEY_EXTENDED_OP, requestValue);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DExtendedOperationBasis.java75 private ByteString requestValue; field in class:ExtendedOperationBasis
102 * @param requestValue The value for the request associated with this
108 String requestOID, ByteString requestValue)
114 this.requestValue = requestValue;
164 return requestValue;
173 * @param requestValue The value for the request associated with this
176 public final void setRequestValue(ByteString requestValue) argument
178 this.requestValue = requestValue;
105 ExtendedOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, String requestOID, ByteString requestValue) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DExtendedOperationBasis.java75 private ByteString requestValue; field in class:ExtendedOperationBasis
102 * @param requestValue The value for the request associated with this
108 String requestOID, ByteString requestValue)
114 this.requestValue = requestValue;
164 return requestValue;
173 * @param requestValue The value for the request associated with this
176 public final void setRequestValue(ByteString requestValue) argument
178 this.requestValue = requestValue;
105 ExtendedOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, String requestOID, ByteString requestValue) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DExtendedOperationBasis.java75 private ByteString requestValue; field in class:ExtendedOperationBasis
102 * @param requestValue The value for the request associated with this
108 String requestOID, ByteString requestValue)
114 this.requestValue = requestValue;
164 return requestValue;
173 * @param requestValue The value for the request associated with this
176 public final void setRequestValue(ByteString requestValue) argument
178 this.requestValue = requestValue;
105 ExtendedOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, String requestOID, ByteString requestValue) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperation.java158 ByteString requestValue = operation.getRequestValue();
159 if (requestValue == null)
169 ASN1Reader reader = ASN1.getReader(requestValue);

Completed in 76 milliseconds

123