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 (CILogonOA2ServiceEnvironment
from 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 Incrementable
CounterCommands. getIncrementable()
Constructors in org.cilogon.oauth2.admin with parameters of type Incrementable Constructor Description CounterCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, 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 Incrementable
CILogonOA2ServiceEnvironment. 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 class
DerbySequence
Created by Jeff Gaynor
on 8/17/21 at 6:12 AMclass
FSSequence
Simple extension to Apache's file sequence.class
MemorySequence
Simple in-memory sequence.class
MySQLSequence
Created by Jeff Gaynor
on 5/9/12 at 11:58 AMclass
PostgresSequence
Created by Jeff Gaynor
on Jun 24, 2010 at 8:19:52 AMclass
Sequence
Created 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 Incrementable
DerbySequenceProvider. get()
Incrementable
FSSequenceProvider. get()
Incrementable
MultiIncrementableProvider. 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 Incrementable
CILSQLUserStore. getIncrementable()
Incrementable
MemoryUserStore. getIncrementable()
Incrementable
UserFileStore. getIncrementable()
Incrementable
UserStore. 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 Incrementable
CILogonSE. getIncrementable()
Incrementable
CILogonSEImpl. 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()
-