Searched defs:operation (Results 276 - 300 of 964) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java37 * extended class that wraps each LDAP operation being
44 * @param operation The compare operation to evaluate.
45 * @param rights The rights of a compare operation.
48 public AciLDAPOperationContainer(Operation operation, argument
51 super(operation, rights, entry);
56 * Constructor interface for the compare operation.
57 * @param operation The compare operation to evaluate.
58 * @param rights The rights of a compare operation
60 AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights) argument
76 AciLDAPOperationContainer(Operation operation, Entry e, AuthenticationInfo authInfo, int rights) argument
91 AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights) argument
104 AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights) argument
115 AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights) argument
126 AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights) argument
136 AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights) argument
148 AciLDAPOperationContainer(LocalBackendModifyDNOperation operation, int rights, Entry entry) argument
[all...]
/forgerock/openam-v13/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-v13/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-v13/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-v13/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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DPasswordValidator.java137 * @param operation The operation that is being used to set
139 * modify, or a password modify operation.
152 Operation operation,
150 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciLDAPOperationContainer.java35 * extended class that wraps each LDAP operation being
42 * @param operation The compare operation to evaluate.
43 * @param rights The rights of a compare operation.
46 public AciLDAPOperationContainer(Operation operation, argument
49 super(operation, rights, entry);
54 * Constructor interface for the compare operation.
55 * @param operation The compare operation to evaluate.
56 * @param rights The rights of a compare operation
58 AciLDAPOperationContainer(LocalBackendCompareOperation operation, int rights) argument
74 AciLDAPOperationContainer(Operation operation, Entry e, AuthenticationInfo authInfo, int rights) argument
89 AciLDAPOperationContainer(Operation operation, Entry e, Control c, int rights) argument
102 AciLDAPOperationContainer(ExtendedOperation operation, Entry e, int rights) argument
113 AciLDAPOperationContainer(LocalBackendAddOperation operation, int rights) argument
124 AciLDAPOperationContainer(LocalBackendDeleteOperation operation, int rights) argument
134 AciLDAPOperationContainer(LocalBackendModifyOperation operation, int rights) argument
146 AciLDAPOperationContainer(ModifyDNOperation operation, int rights, Entry entry) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DBoundedWorkQueueStrategy.java37 * operation will be executed on the current thread.
85 public void enqueueRequest(final Operation operation) argument
88 if (!operation.getClientConnection().isConnectionValid())
96 if (!tryEnqueueRequest(operation))
98 operation.run();
102 || !tryEnqueueRequest(wrap(operation)))
106 operation.run();
110 // only decrement when the operation is run synchronously.
118 * Tries to add the provided operation to the work queue if not full so that
122 * The operation t
133 wrap(final Operation operation) argument
260 runWrapped(final Operation operation) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DCancelExtendedOperation.java46 * This class implements the LDAP cancel extended operation defined in RFC 3909.
47 * It is similar to the LDAP abandon operation, with the exception that it
48 * requires a response for both the operation that is cancelled and the cancel
50 * successful the abandoned operation won't get one either).
58 * Create an instance of this cancel extended operation. All initialization
77 * Processes the provided extended operation.
79 * @param operation The extended operation to be processed.
82 public void processExtendedOperation(ExtendedOperation operation) argument
85 // that holds the message ID of the operation t
[all...]
H A DGetConnectionIDExtendedOperation.java46 * This class implements the "Get Connection ID" extended operation that can be
56 * Create an instance of this "Get Connection ID" extended operation. All
76 public void processExtendedOperation(ExtendedOperation operation) argument
78 operation.setResponseOID(OID_GET_CONNECTION_ID_EXTOP);
79 operation.setResponseValue(
80 encodeResponseValue(operation.getConnectionID()));
81 operation.setResultCode(ResultCode.SUCCESS);
88 * the value for this extended operation.
H A DStartTLSExtendedOperation.java42 * This class provides an implementation of the StartTLS extended operation as
52 * Create an instance of this StartTLS extended operation handler. All
71 * Processes the provided extended operation.
73 * @param operation The extended operation to be processed.
76 public void processExtendedOperation(ExtendedOperation operation) argument
81 operation.setResponseOID(OID_START_TLS_REQUEST);
85 ClientConnection clientConnection = operation.getClientConnection();
88 operation.setResultCode(ResultCode.UNAVAILABLE);
89 operation
[all...]
H A DWhoAmIExtendedOperation.java48 * This class implements the "Who Am I?" extended operation defined in RFC 4532.
57 * Create an instance of this "Who Am I?" extended operation. All
77 public void processExtendedOperation(ExtendedOperation operation) argument
79 // Process any supported controls for this operation, including the
81 ClientConnection clientConnection = operation.getClientConnection();
86 operation.getRequestControl(ProxiedAuthV1Control.DECODER);
88 operation.getRequestControl(ProxiedAuthV2Control.DECODER);
94 operation))
96 operation.appendErrorMessage(
98 operation
[all...]
/forgerock/openam-v13/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-v13/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-v13/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/openam-v13/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-v13/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));

Completed in 116 milliseconds

<<11121314151617181920>>