Uses of Enum Class
com.netscape.cmscore.dbs.Repository.IDGenerator
Packages that use Repository.IDGenerator
-
Uses of Repository.IDGenerator in com.netscape.cmscore.dbs
Subclasses with type arguments of type Repository.IDGenerator in com.netscape.cmscore.dbsFields in com.netscape.cmscore.dbs declared as Repository.IDGeneratorMethods in com.netscape.cmscore.dbs that return Repository.IDGeneratorModifier and TypeMethodDescriptionstatic Repository.IDGeneratorRepository.IDGenerator.fromString(String name) Repository.getIDGenerator()static Repository.IDGeneratorReturns the enum constant of this class with the specified name.static Repository.IDGenerator[]Repository.IDGenerator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.netscape.cmscore.dbs with parameters of type Repository.IDGeneratorModifier and TypeMethodDescriptionprotected voidRepository.setIDGenerator(Repository.IDGenerator idGenerator) -
Uses of Repository.IDGenerator in org.dogtagpki.server.cli
Fields in org.dogtagpki.server.cli declared as Repository.IDGeneratorModifier and TypeFieldDescriptionprotected Repository.IDGeneratorSubsystemIdGeneratorUpdateCLI.idGeneratorprotected Repository.IDGeneratorSubsystemDBInitCLI.requestIDGeneratorprotected Repository.IDGeneratorSubsystemRangeUpdateCLI.requestIDGeneratorprotected Repository.IDGeneratorSubsystemDBInitCLI.serialIDGeneratorprotected Repository.IDGeneratorSubsystemRangeUpdateCLI.serialIDGeneratorMethods in org.dogtagpki.server.cli with parameters of type Repository.IDGeneratorModifier and TypeMethodDescriptionprotected voidSubsystemIdGeneratorUpdateCLI.updateRequestNumberRangeGenerator(LdapBoundConnection conn, DatabaseConfig dbConfig, String baseDN, String newRangesName, Repository.IDGenerator newGenerator, String hostName, String securePort) protected voidSubsystemIdGeneratorUpdateCLI.updateSerialNumberRangeGenerator(LdapBoundConnection conn, DatabaseConfig dbConfig, String baseDN, String newRangesName, Repository.IDGenerator newGenerator, String hostName, String securePort)