Searched defs:operation (Results 476 - 500 of 964) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidator.java137 Operation operation, Entry userEntry,
135 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DCharacterSetPasswordValidator.java120 Operation operation, Entry userEntry,
118 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DDictionaryPasswordValidator.java122 Operation operation, Entry userEntry,
120 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
/forgerock/opendj2/src/server/org/opends/server/plugins/
H A DChangeNumberControlPlugin.java51 import org.opends.server.types.operation.PostOperationAddOperation;
52 import org.opends.server.types.operation.PostOperationDeleteOperation;
53 import org.opends.server.types.operation.PostOperationModifyDNOperation;
54 import org.opends.server.types.operation.PostOperationModifyOperation;
55 import org.opends.server.types.operation.PostOperationOperation;
270 // Ensure that the set of plugin types contains only pre-operation add,
271 // pre-operation modify, and pre-operation modify DN.
307 * response in the operation.
309 * @param operation th
311 processCsnControl(PostOperationOperation operation) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java39 import org.opends.server.types.operation.PluginOperation;
61 * for each operation done on the replication domain.
124 * operation.
126 * @param operation The local operation for which an UpdateMsg must
128 * @return The CSN now associated to the operation.
130 synchronized CSN putLocalOperation(PluginOperation operation) argument
133 if (!operation.isSynchronizationOperation())
135 pendingChanges.put(csn, new PendingChange(csn, operation, null));
204 * in a single atomic operation
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DExtendedOperationHandler.java70 * Initializes this extended operation handler based on the
75 * @param config The extended operation handler configuration that
77 * this extended operation handler.
95 * this extended operation handler. It should be possible to call
96 * this method on an uninitialized extended operation handler
97 * instance in order to determine whether the extended operation
104 * @param configuration The extended operation handler
112 * for this extended operation handler, or {@code false} if
120 // validation. It should be overridden by extended operation
130 * operation handle
144 processExtendedOperation(ExtendedOperation operation) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java64 // The last operation provided to the passwordIsAcceptable method.
113 Operation operation, Entry userEntry,
118 lastOperation = operation;
185 * Retrieves the last <CODE>operation</CODE> value provided to the
188 * @return The last <CODE>operation</CODE> value provided to the
111 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyTest.java216 "First operation should be allowed");
222 "Second operation in the same interval should be disallowed");
230 "Third operation should be allowed");
234 ClientConnection conn, InternalSearchOperation operation, boolean expected)
236 assertOperationIsAllowed(limits, conn, operation, expected, null);
240 ClientConnection conn, InternalSearchOperation operation,
247 final boolean actual = limits.isAllowed(conn, operation, true, messages);
233 assertOperationIsAllowed(ResourceLimitsPolicy limits, ClientConnection conn, InternalSearchOperation operation, boolean expected) argument
239 assertOperationIsAllowed(ResourceLimitsPolicy limits, ClientConnection conn, InternalSearchOperation operation, boolean expected, String assertMsg) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java63 // The last operation provided to the passwordIsAcceptable method.
112 Operation operation, Entry userEntry,
117 lastOperation = operation;
184 * Retrieves the last <CODE>operation</CODE> value provided to the
187 * @return The last <CODE>operation</CODE> value provided to the
110 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPostOperationBindOperation.java26 package org.opends.server.types.operation;
40 * post-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 DPreOperationAddOperation.java26 package org.opends.server.types.operation;
45 * pre-operation plugins for add operations. Note that this interface
104 * pre-operation plugin processing is invoked after access control
118 * that pre-operation plugin processing is invoked after access
157 * pre-operation plugin processing is invoked after access control
173 * pre-operation processing is invoked after access control and
H A DPreOperationSearchOperation.java27 package org.opends.server.types.operation;
48 * pre-operation plugins for search operations. Note that this
73 * Retrieves the base DN for this search operation.
75 * @return The base DN for this search operation.
82 * Retrieves the scope for this search operation.
84 * @return The scope for this search operation.
92 * operation.
95 * operation.
102 * Retrieves the size limit for this search operation.
104 * @return The size limit for this search operation
[all...]
H A DPreParseBindOperation.java26 package org.opends.server.types.operation;
50 * Retrieves the authentication type for this bind operation.
52 * @return The authentication type for this bind operation.
82 * Retrieves the raw, unprocessed bind DN for this bind operation as
86 * @return The raw, unprocessed bind DN for this bind operation as
94 * Specifies the raw, unprocessed bind DN for this bind operation.
104 * operation.
107 * operation.
115 * operation.
118 * this bind operation
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DExtendedOperationHandler.java70 * Initializes this extended operation handler based on the
75 * @param config The extended operation handler configuration that
77 * this extended operation handler.
95 * this extended operation handler. It should be possible to call
96 * this method on an uninitialized extended operation handler
97 * instance in order to determine whether the extended operation
104 * @param configuration The extended operation handler
112 * for this extended operation handler, or {@code false} if
120 // validation. It should be overridden by extended operation
130 * operation handle
144 processExtendedOperation(ExtendedOperation operation) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DWorkflowTopologyNode.java89 * Executes an operation on a set of data being identified by the
92 * @param operation the operation to execute
94 * @throws CanceledOperationException if this operation should
97 public void execute(Operation operation) argument
99 // Execute the operation
100 getWorkflowImpl().execute(operation);
102 // For subtree search operation we need to go through the subordinate
104 if (operation.getOperationType() == OperationType.SEARCH)
106 executeSearchOnSubordinates((SearchOperation) operation);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidator.java138 Operation operation, Entry userEntry,
136 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DCharacterSetPasswordValidator.java121 Operation operation, Entry userEntry,
119 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DDictionaryPasswordValidator.java123 Operation operation, Entry userEntry,
121 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DChangeNumberControlPlugin.java51 import org.opends.server.types.operation.PostOperationAddOperation;
52 import org.opends.server.types.operation.PostOperationDeleteOperation;
53 import org.opends.server.types.operation.PostOperationModifyDNOperation;
54 import org.opends.server.types.operation.PostOperationModifyOperation;
55 import org.opends.server.types.operation.PostOperationOperation;
270 // Ensure that the set of plugin types contains only pre-operation add,
271 // pre-operation modify, and pre-operation modify DN.
307 * and sets the control response in the operation.
309 * @param operation th
311 processCsnControl(PostOperationOperation operation) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DPendingChanges.java39 import org.opends.server.types.operation.PluginOperation;
61 * for each operation done on the replication domain.
157 * operation.
159 * @param operation The local operation for which an UpdateMsg must
161 * @return The ChangeNumber now associated to the operation.
163 public synchronized ChangeNumber putLocalOperation(PluginOperation operation) argument
165 return _putLocalOperation(operation);
169 * operation.
171 * @param operation Th
175 _putLocalOperation(PluginOperation operation) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPostOperationBindOperation.java27 package org.opends.server.types.operation;
41 * post-operation plugins for bind operations. Note that this
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
[all...]
H A DPreOperationAddOperation.java27 package org.opends.server.types.operation;
46 * pre-operation plugins for add operations. Note that this interface
105 * pre-operation plugin processing is invoked after access control
119 * that pre-operation plugin processing is invoked after access
158 * pre-operation plugin processing is invoked after access control
174 * pre-operation processing is invoked after access control and
H A DPreOperationSearchOperation.java28 package org.opends.server.types.operation;
49 * pre-operation plugins for search operations. Note that this
74 * Retrieves the base DN for this search operation.
76 * @return The base DN for this search operation.
83 * Retrieves the scope for this search operation.
85 * @return The scope for this search operation.
93 * operation.
96 * operation.
103 * Retrieves the size limit for this search operation.
105 * @return The size limit for this search operation
[all...]
H A DPreParseBindOperation.java27 package org.opends.server.types.operation;
51 * Retrieves the authentication type for this bind operation.
53 * @return The authentication type for this bind operation.
83 * Retrieves the raw, unprocessed bind DN for this bind operation as
87 * @return The raw, unprocessed bind DN for this bind operation as
95 * Specifies the raw, unprocessed bind DN for this bind operation.
105 * operation.
108 * operation.
116 * operation.
119 * this bind operation
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLWorkflowElement.java54 * e-g an entity that handles the processing of an operation against the ECL.
115 public void execute(Operation operation) throws CanceledOperationException { argument
116 switch (operation.getOperationType())
120 new ECLSearchOperation((SearchOperation) operation);
124 // There is no processing for an abandon operation.
134 throw new AssertionError("Attempted to execute an invalid operation " +
135 "type: " + operation.getOperationType() +
136 " (" + operation + ")");
143 * Attaches the current local operation to the global operation s
[all...]

Completed in 82 milliseconds

<<11121314151617181920>>