Searched defs:OperationStoreFactory (Results 1 - 2 of 2) 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;
48 this(new OperationStoreFactory(), new HashMap<TokenType, OperationStore>(), new OperationStore(), new OperationStore());
54 * @param operationStoreFactory An instance of the OperationStoreFactory.
59 TokenOperationsStore(final OperationStoreFactory operationStoreFactory,
275 static class OperationStoreFactory { class in class:TokenOperationsStore
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/monitoring/impl/operations/
H A DTokenOperationsStore.java38 private final OperationStoreFactory operationStoreFactory;
48 this(new OperationStoreFactory(), new HashMap<TokenType, OperationStore>(), new OperationStore(), new OperationStore());
54 * @param operationStoreFactory An instance of the OperationStoreFactory.
59 TokenOperationsStore(final OperationStoreFactory operationStoreFactory,
275 static class OperationStoreFactory { class in class:TokenOperationsStore

Completed in 22 milliseconds