Searched defs:operation (Results 401 - 425 of 964) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRepeatedCharactersPasswordValidator.java104 Operation operation, Entry userEntry,
102 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DSimilarityBasedPasswordValidator.java99 Operation operation, Entry userEntry,
97 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DTraditionalWorkerThread.java75 /** The operation that this worker thread is currently processing. */
76 private Operation operation; field in class:TraditionalWorkerThread
104 operation = null;
133 return (isAlive() && (operation != null));
152 operation = null;
153 operation = workQueue.nextOperation(this);
157 if (operation == null)
159 // The operation may be null if the server is shutting down. If that
165 // The operation is not null, so process it. Make sure that when
167 operation
[all...]
H A DUniqueCharactersPasswordValidator.java104 Operation operation, Entry userEntry,
102 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DIntermediateResponse.java56 // The operation with which this intermediate response is
58 private Operation operation; field in class:IntermediateResponse
69 * @param operation The operation with which this intermediate
76 public IntermediateResponse(Operation operation, String oid, argument
80 this.operation = operation;
97 * Retrieves the operation with which this intermediate response
100 * @return The operation with which this intermediate response
105 return operation;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPostOperationSearchOperation.java28 package org.opends.server.types.operation;
45 * post-operation plugins for search operations. Note that this
70 * Retrieves the base DN for this search operation.
72 * @return The base DN for this search operation.
79 * Retrieves the scope for this search operation.
81 * @return The scope for this search operation.
89 * operation.
92 * operation.
99 * Retrieves the size limit for this search operation.
101 * @return The size limit for this search operation
[all...]
H A DPostResponseBindOperation.java27 package org.opends.server.types.operation;
54 * Retrieves the authentication type for this bind operation.
56 * @return The authentication type for this bind operation.
74 * Retrieves the raw, unprocessed bind DN for this bind operation as
78 * @return The raw, unprocessed bind DN for this bind operation as
86 * Retrieves the bind DN for this bind operation.
88 * @return The bind DN for this bind operation.
96 * operation.
99 * operation.
106 * Retrieves the SASL mechanism for this bind operation
[all...]
H A DPostResponseSearchOperation.java28 package org.opends.server.types.operation;
64 * Retrieves the base DN for this search operation.
66 * @return The base DN for this search operation.
73 * Retrieves the scope for this search operation.
75 * @return The scope for this search operation.
83 * operation.
86 * operation.
93 * Retrieves the size limit for this search operation.
95 * @return The size limit for this search operation.
102 * Retrieves the time limit for this search operation
[all...]
H A DPreOperationBindOperation.java27 package org.opends.server.types.operation;
40 * pre-operation plugins for bind operations. Note that this
53 * Retrieves the authentication type for this bind operation.
55 * @return The authentication type for this bind operation.
73 * Retrieves the raw, unprocessed bind DN for this bind operation as
77 * @return The raw, unprocessed bind DN for this bind operation as
85 * Retrieves the bind DN for this bind operation.
87 * @return The bind DN for this bind operation.
95 * operation.
98 * operation
[all...]
H A DPreOperationModifyDNOperation.java27 package org.opends.server.types.operation;
43 * pre-operation plugins for modify DN operations. Note that this
145 * operation. This will include attribute-level changes from the
148 * it may also be used by pre-operation plugins to cause additional
170 * pre-operation plugins.
H A DPreOperationOperation.java28 package org.opends.server.types.operation;
43 * pre-operation plugins for all types of operations. Note that this
78 * Retrieves the error message for this operation. Its contents may
81 * @return The error message for this operation.
88 * Specifies the error message for this operation.
90 * @param errorMessage The error message for this operation.
109 * Retrieves the authorization DN for this operation. In many
114 * requested (e.g., the operation included a proxied authorization
117 * @return The authorization DN for this operation.
125 * operation, whic
[all...]
H A DPreParseModifyDNOperation.java27 package org.opends.server.types.operation;
131 * operation, as provided in the request from the client. This
H A DPreParseOperation.java28 package org.opends.server.types.operation;
56 * operation.
59 * controls for this operation.
67 * this operation.
70 * controls for this operation.
99 * Retrieves the error message for this operation. Its contents may
102 * @return The error message for this operation.
109 * Specifies the error message for this operation.
111 * @param errorMessage The error message for this operation.
131 * operation, whic
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DWorkQueue.java95 * Submits an operation to be processed in the server.
97 * @param operation The operation to be processed.
99 * @throws DirectoryException If the provided operation is not
105 public abstract void submitOperation(Operation operation) argument
111 * Tries to submit an operation to be processed in the server, without
114 * @param operation
115 * The operation to be processed.
116 * @return true if the operation could be submitted to the queue, false if the
119 * If the provided operation i
122 trySubmitOperation(Operation operation) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicy.java35 import org.opends.server.types.operation.PreParseOperation;
96 * search operation processed by this network group.
99 * search operation processed by this network group.
106 * Determines if the provided operation is allowed according to this
111 * @param operation
112 * the ongoing operation
122 PreParseOperation operation, boolean fullCheck,
121 isAllowed(ClientConnection connection, PreParseOperation operation, boolean fullCheck, List<Message> messages) argument
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperation.java51 * This class implements the get symmetric key extended operation, an OpenDS
65 * The BER type value for the symmetric key element of the operation value.
70 * The BER type value for the instance key ID element of the operation value.
75 * Create an instance of this symmetric key extended operation. All
94 * Processes the provided extended operation.
96 * @param operation The extended operation to be processed.
99 public void processExtendedOperation(ExtendedOperation operation) argument
109 ByteString requestValue = operation.getRequestValue();
114 operation
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLengthBasedPasswordValidator.java114 Operation operation, Entry userEntry,
112 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DParallelWorkerThread.java74 /** The operation that this worker thread is currently processing. */
75 private Operation operation; field in class:ParallelWorkerThread
103 operation = null;
132 return (isAlive() && (operation != null));
151 operation = null;
152 operation = workQueue.nextOperation(this);
156 if (operation == null)
158 // The operation may be null if the server is shutting down. If that
164 // The operation is not null, so process it. Make sure that when
166 operation
[all...]
H A DRepeatedCharactersPasswordValidator.java103 Operation operation, Entry userEntry,
101 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DSimilarityBasedPasswordValidator.java98 Operation operation, Entry userEntry,
96 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DTraditionalWorkerThread.java72 /** The operation that this worker thread is currently processing. */
73 private volatile Operation operation; field in class:TraditionalWorkerThread
101 operation = null;
130 return isAlive() && operation != null;
149 operation = null; // this line is necessary because next line can block
150 operation = workQueue.nextOperation(this);
154 if (operation == null)
156 // The operation may be null if the server is shutting down. If that
162 // The operation is not null, so process it. Make sure that when
164 operation
[all...]
H A DUniqueCharactersPasswordValidator.java103 Operation operation, Entry userEntry,
101 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DIntermediateResponse.java55 // The operation with which this intermediate response is
57 private Operation operation; field in class:IntermediateResponse
68 * @param operation The operation with which this intermediate
75 public IntermediateResponse(Operation operation, String oid, argument
79 this.operation = operation;
96 * Retrieves the operation with which this intermediate response
99 * @return The operation with which this intermediate response
104 return operation;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPostOperationSearchOperation.java27 package org.opends.server.types.operation;
44 * post-operation plugins for search operations. Note that this
69 * Retrieves the base DN for this search operation.
71 * @return The base DN for this search operation.
78 * Retrieves the scope for this search operation.
80 * @return The scope for this search operation.
88 * operation.
91 * operation.
98 * Retrieves the size limit for this search operation.
100 * @return The size limit for this search operation
[all...]
H A DPostResponseBindOperation.java26 package org.opends.server.types.operation;
53 * Retrieves the authentication type for this bind operation.
55 * @return The authentication type for this bind operation.
73 * Retrieves the raw, unprocessed bind DN for this bind operation as
77 * @return The raw, unprocessed bind DN for this bind operation as
85 * Retrieves the bind DN for this bind operation.
87 * @return The bind DN for this bind operation.
95 * operation.
98 * operation.
105 * Retrieves the SASL mechanism for this bind operation
[all...]

Completed in 112 milliseconds

<<11121314151617181920>>