Uses of Interface
org.oa4mp.delegation.common.storage.TransactionStore
-
Packages that use TransactionStore Package Description org.oa4mp.delegation.common.storage org.oa4mp.delegation.common.storage.transactions org.oa4mp.delegation.server.storage org.oa4mp.myproxy.servlet -
-
Uses of TransactionStore in org.oa4mp.delegation.common.storage
Classes in org.oa4mp.delegation.common.storage with type parameters of type TransactionStore Modifier and Type Class Description class
AggregateTransactionStore<V extends TransactionStore>
An aggregate store for transactions.Classes in org.oa4mp.delegation.common.storage that implement TransactionStore Modifier and Type Class Description class
AggregateTransactionStore<V extends TransactionStore>
An aggregate store for transactions.Constructors in org.oa4mp.delegation.common.storage with parameters of type TransactionStore Constructor Description AggregateTransactionStore(V... stores)
-
Uses of TransactionStore in org.oa4mp.delegation.common.storage.transactions
Classes in org.oa4mp.delegation.common.storage.transactions with type parameters of type TransactionStore Modifier and Type Class Description class
TransactionStoreProvider<T extends TransactionStore<? extends BasicTransaction>>
Created by Jeff Gaynor
on 1/13/12 at 10:43 AMClasses in org.oa4mp.delegation.common.storage.transactions that implement TransactionStore Modifier and Type Class Description class
FSTransactionStore<V extends BasicTransaction>
Implementation of a transaction store backed by the file system.class
SQLBaseTransactionStore<V extends BasicTransaction>
Generic SQL implementation.class
TransactionCache<V extends BasicTransaction>
A cache.class
TransactionMemoryStore<V extends BasicTransaction>
In-memory transaction storage.Methods in org.oa4mp.delegation.common.storage.transactions that return TransactionStore Modifier and Type Method Description TransactionStore
TransactionCache. getBackingStore()
Constructors in org.oa4mp.delegation.common.storage.transactions with parameters of type TransactionStore Constructor Description TransactionCache(TransactionStore backingStore)
-
Uses of TransactionStore in org.oa4mp.delegation.server.storage
Classes in org.oa4mp.delegation.server.storage that implement TransactionStore Modifier and Type Class Description class
SQLServiceTransactionStore<V extends ServiceTransaction>
Created by Jeff Gaynor
on May 12, 2010 at 9:52:58 AM -
Uses of TransactionStore in org.oa4mp.myproxy.servlet
Constructor parameters in org.oa4mp.myproxy.servlet with type arguments of type TransactionStore Constructor Description MyProxyServiceEnvironment(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, javax.inject.Provider<TransactionStore> tsp, javax.inject.Provider<org.oa4mp.server.loader.oauth2.storage.tx.TXStore> txStoreProvider, javax.inject.Provider<org.oa4mp.server.loader.oauth2.storage.vi.VIStore> voStoreProvider, javax.inject.Provider<ClientStore> csp, int maxAllowedNewClientRequests, long agLifetime, long maxAGLifetime, long idTokenLifetime, long maxIDTokenLifetime, long maxATLifetime, long atLifetime, long rtLifetime, long maxRTLifetime, javax.inject.Provider<ClientApprovalStore> casp, edu.uiuc.ncsa.security.util.mail.MailUtilProvider mup, org.oa4mp.server.api.ServiceEnvironmentImpl.MessagesProvider messagesProvider, javax.inject.Provider<AGIssuer> agip, javax.inject.Provider<ATIssuer> atip, javax.inject.Provider<PAIssuer> paip, javax.inject.Provider<TokenForge> tfp, HashMap<String,String> constants, org.oa4mp.server.api.storage.servlet.AuthorizationServletConfig ac, edu.uiuc.ncsa.security.servlet.UsernameTransformer usernameTransformer, boolean isPingable, javax.inject.Provider<org.oa4mp.server.api.admin.permissions.PermissionsStore> psp, javax.inject.Provider<org.oa4mp.server.api.admin.adminClient.AdminClientStore> acs, int clientSecretLength, Collection<String> scopes, ClaimSource claimSource, LDAPConfiguration ldapConfiguration2, boolean isRefreshTokenEnabled, boolean twoFactorSupportEnabled, long maxClientRefreshTokenLifetime, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jsonWebKeys, String issuer, boolean utilServletEnabled, boolean oidcEnabled, org.oa4mp.server.loader.oauth2.cm.CMConfigs cmConfigs, org.oa4mp.server.loader.qdl.scripting.OA2QDLEnvironment qdlEnvironment, boolean rfc8693Enabled, boolean qdlStrictACLs, boolean safeGC, boolean cleanupLockingEnabled, boolean cleanupFailOnErrors, org.oa4mp.server.loader.oauth2.servlet.RFC8628ServletConfig rfc8628ServletConfig, boolean rfc8628Enabled, boolean printTSInDebug, long cleanupInterval, Collection<LocalTime> cleanupAlarms, String notifyACEventEmailAddresses, boolean rfc7636Required, boolean demoModeEnabled, long rtGracePeriod, boolean isMonitorEnabled, long monitorInterval, Collection<LocalTime> monitorAlarms, boolean clientCredentialFlowEnabled, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger, boolean allowPromptNone, List<MyProxyFacadeProvider> mfp)
-