Modifier and Type | Interface and Description |
---|---|
interface |
IAuthority
Authority interface.
|
interface |
ICertAuthority
Authority that handles certificates needed by the cert registration
servlets.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSubsystem
This class represents a basic subsystem.
|
Modifier and Type | Method and Description |
---|---|
ISubsystem |
ISubsystemSource.getSubsystem(java.lang.String sid)
Retrieves subsystem from the source.
|
Modifier and Type | Method and Description |
---|---|
void |
IPluginImpl.init(ISubsystem sys,
java.lang.String instanceName,
java.lang.String className,
IConfigStore config)
Initializes this plugin instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICrossCertPairSubsystem
Interface for handling cross certs
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDBRegistry
A class represents a registry where all the
schema (object classes and attribute) information
is stored.
|
Modifier and Type | Method and Description |
---|---|
ISubsystem |
IDBSSession.getDBSubsystem()
Returns database subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
ICMSExtension.init(ISubsystem owner,
IConfigStore config)
initialize from configuration file
|
Modifier and Type | Method and Description |
---|---|
void |
IJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
Initialize from the configuration file.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IKeyRecoveryAuthority
An interface represents key recovery authority.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILogSubsystem
An interface that represents a logging component.
|
Modifier and Type | Method and Description |
---|---|
void |
ILogEventListener.init(ISubsystem owner,
IConfigStore config)
Initialize this log listener
|
void |
ConsoleLog.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Interface and Description |
---|---|
interface |
IOCSPAuthority
This class represents the primary interface for the Online Certificate
Status Protocol (OCSP) server.
|
Modifier and Type | Method and Description |
---|---|
void |
IPublishRuleSet.init(ISubsystem sys,
IConfigStore conf) |
void |
ILdapPluginImpl.init(ISubsystem sys,
IConfigStore config)
initialize from config store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRegistrationAuthority
An interface represents a Registration Authority that is
responsible for certificate enrollment operations.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestListener.init(ISubsystem sub,
IConfigStore config)
Initializes request listener for the specific subsystem
and configuration store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISelfTestSubsystem
This class defines the interface of a container for self tests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITKSAuthority
An interface represents a Registration Authority that is
responsible for certificate enrollment operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IStatsSubsystem
A class represents a internal subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestInQueueJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
initialize from the configuration file
|
abstract void |
AJobBase.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
abstract methods
|
Modifier and Type | Method and Description |
---|---|
void |
RequestInQListener.init(ISubsystem sub,
IConfigStore config)
initializes the listener from the configuration
|
void |
PinRemovalListener.init(ISubsystem sub,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
LogFile.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
ISubsystem |
GenericPolicyProcessor.getAuthority() |
Modifier and Type | Method and Description |
---|---|
ISubsystem |
IPolicyProcessor.getAuthority() |
Modifier and Type | Interface and Description |
---|---|
interface |
ICertificateAuthority
An interface represents a Certificate Authority that is
responsible for certificate specific operations.
|
Modifier and Type | Method and Description |
---|---|
ISubsystem |
ICRLIssuingPoint.getCertificateAuthority()
Returns certificate authority.
|
Modifier and Type | Method and Description |
---|---|
void |
ICRLIssuingPoint.init(ISubsystem ca,
java.lang.String id,
IConfigStore config)
Initializes CRL issuing point.
|