Searched defs:operation (Results 326 - 350 of 964) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAMConfigAuditEventBuilder.java44 * Sets the operation for the event. This method is preferred over
48 * @param operation one of the predefined operations from {@link AuditConstants.ConfigOperation}
51 public AMConfigAuditEventBuilder operation(AuditConstants.ConfigOperation operation) { argument
52 return operation(operation.toString());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/spi/
H A DAuthorizer.java37 * of the person who is trying to perform a log operation.
59 * @param logName Log name on which operation is to be performed.
60 * @param operation Log operation to be performed.
66 String operation,
69 return authorizer.isAuthorized (logName, operation, credential);
64 isAuthorized( String logName, String operation, Object credential) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DEntitlementIndexConfigFilter.java33 public boolean isAudited(String objectId, String realm, ConfigOperation operation, Subject subject) { argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/model/
H A DAMSessionRepositoryDeferredOperation.java48 private Enum<AMSessionRepositoryDeferredOperationType> operation; field in class:AMSessionRepositoryDeferredOperation
59 * @param operation
62 public AMSessionRepositoryDeferredOperation(Enum<AMSessionRepositoryDeferredOperationType> operation, Object[] parameters) { argument
63 this.setOperation(operation);
67 return operation;
70 public void setOperation(Enum<AMSessionRepositoryDeferredOperationType> operation) { argument
71 this.operation = operation;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/queue/
H A DDefaultMonitoringResultHandler.java24 * that do not specifically have access to the Token in the operation. This
30 private final CTSOperation operation; field in class:DefaultMonitoringResultHandler
35 * @param operation The CTS Operation to report to the store.
37 public DefaultMonitoringResultHandler(ResultHandler<T, E> handler, CTSOperationsMonitoringStore store, CTSOperation operation) { argument
40 this.operation = operation;
59 store.addTokenOperation(null, operation, true);
69 store.addTokenOperation(null, operation, false);
H A DTokenMonitoringResultHandler.java30 private final CTSOperation operation; field in class:TokenMonitoringResultHandler
35 * @param operation Non null operation type to signal to the store.
38 CTSOperation operation) {
41 this.operation = operation;
54 * @param result The result to log in the operation store, then delegates to wrapped handler.
58 store.addTokenOperation(result, operation, true);
67 store.addTokenOperation(null, operation, false);
37 TokenMonitoringResultHandler(ResultHandler<Token, CoreTokenException> handler, CTSOperationsMonitoringStore store, CTSOperation operation) argument
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/queue/
H A DDefaultMonitoringResultHandlerTest.java35 private CTSOperation operation; field in class:DefaultMonitoringResultHandlerTest
41 operation = CTSOperation.LIST;
43 handler = new DefaultMonitoringResultHandler(mockResultHandler, mockStore, operation);
55 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(true));
61 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(false));
H A DTokenMonitoringResultHandlerTest.java34 private CTSOperation operation; field in class:TokenMonitoringResultHandlerTest
40 operation = CTSOperation.CREATE;
42 handler = new TokenMonitoringResultHandler(mockResultHandler, mockStore, operation);
55 verify(mockStore).addTokenOperation(eq(mockToken), eq(operation), eq(true));
61 verify(mockStore).addTokenOperation((Token) eq(null), eq(operation), eq(false));
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/cancel/
H A DIssuedTokenCancelOperationImpl.java17 package org.forgerock.openam.sts.rest.operation.cancel;
26 import org.forgerock.openam.sts.rest.operation.TokenRequestMarshaller;
H A DIssuedTokenCancellerFactoryImpl.java17 package org.forgerock.openam.sts.rest.operation.cancel;
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/translate/
H A DOpenIdConnectRestTokenProviderParameters.java17 package org.forgerock.openam.sts.rest.operation.translate;
H A DSaml2RestTokenProviderParameters.java17 package org.forgerock.openam.sts.rest.operation.translate;
H A DTokenTransform.java17 package org.forgerock.openam.sts.rest.operation.translate;
31 * the top-level operation(TokenTransformOperation), and the set of specific TokenTransform instances, each of which
H A DTokenTranslateOperation.java17 package org.forgerock.openam.sts.rest.operation.translate;
28 * It is a 'top-level' operation, invoked directly by the implementation of the RestSTS.validateToken method.
H A DTokenTranslateOperationImpl.java17 package org.forgerock.openam.sts.rest.operation.translate;
32 import org.forgerock.openam.sts.rest.operation.TokenRequestMarshaller;
42 * This class defines TokenTranslateOperation implementation, the top-level operation invoked by the REST-STS
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/validate/
H A DIssuedTokenValidateOperationImpl.java17 package org.forgerock.openam.sts.rest.operation.validate;
26 import org.forgerock.openam.sts.rest.operation.TokenRequestMarshaller;
H A DIssuedTokenValidatorFactoryImpl.java17 package org.forgerock.openam.sts.rest.operation.validate;
/forgerock/opendj-b2.6/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/opendj-b2.6/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/opendj-b2.6/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

Completed in 58 milliseconds

<<11121314151617181920>>