Searched defs:operationStoreFactory (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/operations/
H A DTokenOperationsStore.java38 private final OperationStoreFactory operationStoreFactory; field in class:TokenOperationsStore
54 * @param operationStoreFactory An instance of the OperationStoreFactory.
59 TokenOperationsStore(final OperationStoreFactory operationStoreFactory, argument
63 this.operationStoreFactory = operationStoreFactory;
84 operationStoreForTokenType = operationStoreFactory.createOperationStore();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/operations/
H A DTokenOperationsStore.java38 private final OperationStoreFactory operationStoreFactory; field in class:TokenOperationsStore
54 * @param operationStoreFactory An instance of the OperationStoreFactory.
59 TokenOperationsStore(final OperationStoreFactory operationStoreFactory, argument
63 this.operationStoreFactory = operationStoreFactory;
84 operationStoreForTokenType = operationStoreFactory.createOperationStore();
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/operations/
H A DTokenOperationsStoreTest.java36 private TokenOperationsStore.OperationStoreFactory operationStoreFactory; field in class:TokenOperationsStoreTest
44 operationStoreFactory = mock(TokenOperationsStore.OperationStoreFactory.class);
49 tokenOperationsStore = new TokenOperationsStore(operationStoreFactory, tokenOperations, operationStore, operationFailureStore);
72 given(operationStoreFactory.createOperationStore()).willReturn(typeOperationStore);
96 verifyZeroInteractions(operationStoreFactory);
104 TokenOperationsStore.OperationStoreFactory operationStoreFactory =
106 TokenOperationsStore localTokenOperationsStore = new TokenOperationsStore(operationStoreFactory,
155 tokenOperationsStore = new TokenOperationsStore(operationStoreFactory, tokenOperations, operationStore, operationFailureStore);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/monitoring/impl/operations/
H A DTokenOperationsStoreTest.java36 private TokenOperationsStore.OperationStoreFactory operationStoreFactory; field in class:TokenOperationsStoreTest
44 operationStoreFactory = mock(TokenOperationsStore.OperationStoreFactory.class);
49 tokenOperationsStore = new TokenOperationsStore(operationStoreFactory, tokenOperations, operationStore, operationFailureStore);
72 given(operationStoreFactory.createOperationStore()).willReturn(typeOperationStore);
96 verifyZeroInteractions(operationStoreFactory);
104 TokenOperationsStore.OperationStoreFactory operationStoreFactory =
106 TokenOperationsStore localTokenOperationsStore = new TokenOperationsStore(operationStoreFactory,
155 tokenOperationsStore = new TokenOperationsStore(operationStoreFactory, tokenOperations, operationStore, operationFailureStore);

Completed in 26 milliseconds