Modifier and Type | Interface and Description |
---|---|
interface |
ICMSEngine
This interface represents the CMS core framework.
|
Modifier and Type | Method and Description |
---|---|
ISubsystem |
ICMSEngine.getSubsystem(java.lang.String name)
Retrieves the registered subsytem with the given name.
|
static ISubsystem |
CMS.getSubsystem(java.lang.String name)
Retrieves the registered subsytem with the given name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<ISubsystem> |
ICMSEngine.getSubsystems()
Returns all the registered subsystems.
|
static java.util.Enumeration<ISubsystem> |
CMS.getSubsystems()
Returns all the registered subsystems.
|
Modifier and Type | Method and Description |
---|---|
static void |
CMS.init(ISubsystem owner,
IConfigStore config)
Initialize all static, dynamic and final static subsystems.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAuthSubsystem
An interface that represents an authentication component
|
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 | Interface and Description |
---|---|
interface |
IAuthzSubsystem
An interface that represents an authorization component
|
Modifier and Type | Class and Description |
---|---|
class |
ASubsystem
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 |
ISubsystem.init(ISubsystem owner,
IConfigStore config)
Initializes this subsystem with the given configuration
store.
|
void |
ASubsystem.init(ISubsystem parent,
IConfigStore cfg)
Initializes this subsystem.
|
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 |
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.
|
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.
|
interface |
IDBSubsystem
An interface represents certificate server
backend database.
|
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 | Interface and Description |
---|---|
interface |
IJobsScheduler
An interface that represents the job scheduler component.
|
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 | Method and Description |
---|---|
void |
ILdapConnModule.init(ISubsystem owner,
IConfigStore config)
Initialize ldap publishing module with config store.
|
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 |
IDefStore
This class defines an Online Certificate Status Protocol (OCSP) store which
has been extended to provide information from the internal database.
|
interface |
IOCSPAuthority
This class represents the primary interface for the Online Certificate
Status Protocol (OCSP) server.
|
interface |
IOCSPStore
This class represents the generic interface for an Online Certificate
Status Protocol (OCSP) store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPolicyProcessor
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ISubsystem |
IPolicyProcessor.getAuthority()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IPolicyRule.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes the policy rule.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IProfileSubsystem
This represents the profile subsystem that manages
a list of profiles.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPublisherProcessor
Controls the publishing process from the top level.
|
interface |
IXcertPublisherProcessor
Interface for a publisher that has the capability of publishing
cross certs
|
Modifier and Type | Method and Description |
---|---|
ISubsystem |
IPublisherProcessor.getAuthority()
Return Authority for which this Processor operates.
|
Modifier and Type | Method and Description |
---|---|
void |
IPublishRuleSet.init(ISubsystem sys,
IConfigStore conf) |
void |
ILdapPluginImpl.init(ISubsystem sys,
IConfigStore config)
initialize from config store.
|
void |
ICRLPublisher.init(ISubsystem owner,
IConfigStore config)
Initializes this CRL publisher.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRegistrationAuthority
An interface represents a Registration Authority that is
responsible for certificate enrollment operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPluginRegistry
This represents the registry subsystem that manages
mulitple types of plugin information.
|
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 |
ICryptoSubsystem
This interface represents the cryptographics subsystem
that provides all the security related functions.
|
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 |
IUGSubsystem
This class defines low-level LDAP usr/grp management
usr/grp information is located remotely on another
LDAP server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IStatsSubsystem
A class represents a internal subsystem.
|