Uses of Interface
org.cilogon.oauth2.servlet.util.Incrementable
-
Packages that use Incrementable Package Description org.cilogon.oauth2.admin Extensions to OA4MP's CLI (Command Line Interface).org.cilogon.oauth2.servlet.loader Package that reads the CILogon configuration and creates the runtime environment (CILogonOA2ServiceEnvironmentfrom that.org.cilogon.oauth2.servlet.storage.sequence The sequence for generating serial identifiers.org.cilogon.oauth2.servlet.storage.user The user store for CILogon.org.cilogon.oauth2.servlet.util Various utilities needed by the stores. -
-
Uses of Incrementable in org.cilogon.oauth2.admin
Methods in org.cilogon.oauth2.admin that return Incrementable Modifier and Type Method Description IncrementableCounterCommands. getIncrementable()Constructors in org.cilogon.oauth2.admin with parameters of type Incrementable Constructor Description CounterCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, String indent, Incrementable incrementable, UserStore userStore) -
Uses of Incrementable in org.cilogon.oauth2.servlet.loader
Methods in org.cilogon.oauth2.servlet.loader that return Incrementable Modifier and Type Method Description IncrementableCILogonOA2ServiceEnvironment. getIncrementable()Methods in org.cilogon.oauth2.servlet.loader that return types with arguments of type Incrementable Modifier and Type Method Description edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<Incrementable>CILOA2ConfigurationLoader. getIp() -
Uses of Incrementable in org.cilogon.oauth2.servlet.storage.sequence
Classes in org.cilogon.oauth2.servlet.storage.sequence that implement Incrementable Modifier and Type Class Description classDerbySequenceCreated by Jeff Gaynor
on 8/17/21 at 6:12 AMclassFSSequenceSimple extension to Apache's file sequence.classMemorySequenceSimple in-memory sequence.classMySQLSequenceCreated by Jeff Gaynor
on 5/9/12 at 11:58 AMclassPostgresSequenceCreated by Jeff Gaynor
on Jun 24, 2010 at 8:19:52 AMclassSequenceCreated by Jeff Gaynor
on Jun 24, 2010 at 8:26:44 AMMethods in org.cilogon.oauth2.servlet.storage.sequence that return Incrementable Modifier and Type Method Description IncrementableDerbySequenceProvider. get()IncrementableFSSequenceProvider. get()IncrementableMultiIncrementableProvider. getDefaultStore() -
Uses of Incrementable in org.cilogon.oauth2.servlet.storage.user
Methods in org.cilogon.oauth2.servlet.storage.user that return Incrementable Modifier and Type Method Description IncrementableCILSQLUserStore. getIncrementable()IncrementableMemoryUserStore. getIncrementable()IncrementableUserFileStore. getIncrementable()IncrementableUserStore. getIncrementable()Constructors in org.cilogon.oauth2.servlet.storage.user with parameters of type Incrementable Constructor Description CILFSUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> userProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter, Incrementable incrementable)CILSQLUserStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> idp, edu.uiuc.ncsa.security.storage.data.MapConverter converter, Incrementable incrementable)CILSQLUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, String type, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> userProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter, Incrementable incrementable)MemoryUserStore(edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> up, Incrementable incrementable)MultiUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode cn, boolean disableDefaultStore, edu.uiuc.ncsa.security.core.util.MyLoggingFacade loggingFacade, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> userProvider, Incrementable incrementable)UserFileStore(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<User> up, edu.uiuc.ncsa.security.storage.data.MapConverter converter, boolean removeEmptyFiles, Incrementable incrementable, boolean removeFailedFiles)UserIdentifierProvider(Incrementable incrementable, String server) -
Uses of Incrementable in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util that return Incrementable Modifier and Type Method Description IncrementableCILogonSE. getIncrementable()IncrementableCILogonSEImpl. getIncrementable()Methods in org.cilogon.oauth2.servlet.util that return types with arguments of type Incrementable Modifier and Type Method Description edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<Incrementable>CILogonConfiguration. getIp()
-