Searched defs:operation (Results 376 - 400 of 964) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPreOperationOperation.java27 package org.opends.server.types.operation;
42 * pre-operation plugins for all types of operations. Note that this
77 * Retrieves the error message for this operation. Its contents may
80 * @return The error message for this operation.
87 * Specifies the error message for this operation.
89 * @param errorMessage The error message for this operation.
108 * Retrieves the authorization DN for this operation. In many
113 * requested (e.g., the operation included a proxied authorization
116 * @return The authorization DN for this operation.
124 * operation, whic
[all...]
H A DPreParseModifyDNOperation.java26 package org.opends.server.types.operation;
130 * operation, as provided in the request from the client. This
H A DPreParseOperation.java27 package org.opends.server.types.operation;
52 * operation.
55 * controls for this operation.
84 * Retrieves the error message for this operation. Its contents may
87 * @return The error message for this operation.
94 * Specifies the error message for this operation.
96 * @param errorMessage The error message for this operation.
116 * operation, which should be written to the log but not included in the
120 * operation.
127 * Adds an additional log item to this operation, whic
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DWorkQueue.java96 * Submits an operation to be processed in the server.
98 * @param operation The operation to be processed.
100 * @throws DirectoryException If the provided operation is not
106 public abstract void submitOperation(Operation operation) argument
112 * Tries to submit an operation to be processed in the server, without
115 * @param operation
116 * The operation to be processed.
117 * @return true if the operation could be submitted to the queue, false if the
120 * If the provided operation i
123 trySubmitOperation(Operation operation) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicy.java36 import org.opends.server.types.operation.PreParseOperation;
97 * search operation processed by this network group.
100 * search operation processed by this network group.
107 * Determines if the provided operation is allowed according to this
112 * @param operation
113 * the ongoing operation
123 PreParseOperation operation, boolean fullCheck,
122 isAllowed(ClientConnection connection, PreParseOperation operation, boolean fullCheck, List<Message> messages) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperation.java52 * This class implements the get symmetric key extended operation, an OpenDS
68 * The BER type value for the symmetric key element of the operation value.
75 * The BER type value for the instance key ID element of the operation value.
81 // The default set of supported control OIDs for this extended operation.
87 * Create an instance of this symmetric key extended operation. All
120 * operation handler. By default, no finalization is performed.
144 * Processes the provided extended operation.
146 * @param operation The extended operation to be processed.
148 public void processExtendedOperation(ExtendedOperation operation) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLengthBasedPasswordValidator.java115 Operation operation, Entry userEntry,
113 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DParallelWorkerThread.java75 /** The operation that this worker thread is currently processing. */
76 private Operation operation; field in class:ParallelWorkerThread
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 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.6.2/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.6.2/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;
53 * operation.
56 * controls for this operation.
85 * Retrieves the error message for this operation. Its contents may
88 * @return The error message for this operation.
95 * Specifies the error message for this operation.
97 * @param errorMessage The error message for this operation.
117 * operation, which should be written to the log but not included in the
121 * operation.
128 * Adds an additional log item to this operation, whic
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicy.java36 import org.opends.server.types.operation.PreParseOperation;
97 * search operation processed by this network group.
100 * search operation processed by this network group.
107 * Determines if the provided operation is allowed according to this
112 * @param operation
113 * the ongoing operation
123 PreParseOperation operation, boolean fullCheck,
122 isAllowed(ClientConnection connection, PreParseOperation operation, boolean fullCheck, List<Message> messages) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DGetSymmetricKeyExtendedOperation.java52 * This class implements the get symmetric key extended operation, an OpenDS
68 * The BER type value for the symmetric key element of the operation value.
75 * The BER type value for the instance key ID element of the operation value.
81 // The default set of supported control OIDs for this extended operation.
87 * Create an instance of this symmetric key extended operation. All
120 * operation handler. By default, no finalization is performed.
144 * Processes the provided extended operation.
146 * @param operation The extended operation to be processed.
148 public void processExtendedOperation(ExtendedOperation operation) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLengthBasedPasswordValidator.java115 Operation operation, Entry userEntry,
113 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DParallelWorkerThread.java75 /** The operation that this worker thread is currently processing. */
76 private Operation operation; field in class:ParallelWorkerThread
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...]

Completed in 95 milliseconds

<<11121314151617181920>>