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.
|
Modifier and Type | Method and Description |
---|---|
void |
UnpublishExpiredJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
initialize from the configuration file
|
void |
RequestInQueueJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
initialize from the configuration file
|
void |
RenewalNotificationJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
Initialize from the configuration file.
|
void |
PublishCertsJob.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) |
void |
CertificateRevokedListener.init(ISubsystem sub,
IConfigStore config) |
void |
CertificateIssuedListener.init(ISubsystem sub,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
LogFile.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Class and Description |
---|---|
class |
DefStore
This is the default OCSP store that stores revocation information
as certificate record (CMS internal data structure).
|
class |
LDAPStore
This is the LDAP OCSP store.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPStore.init(ISubsystem owner,
IConfigStore config)
Fetch CA certificate and CRL from LDAP server.
|
void |
DefStore.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
abstract void |
APolicyRule.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes the policy rule.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidityConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
UniqueSubjectNameConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
SubCANameConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
SigningAlgorithmConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RevocationConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RenewalValidityConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RenewalConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RSAKeyConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
ManualAuthentication.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
KeyAlgorithmConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
IssuerConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
DefaultRevocation.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
DSAKeyConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
AttributePresentConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated.
|
void |
AgentPolicy.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectKeyIdentifierExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
SubjectDirectoryAttributesExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
|
void |
SubjectAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
SubjAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
RemoveBasicConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
|
void |
PrivateKeyUsagePeriodExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
PresenceExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
|
void |
PolicyMappingsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
PolicyConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
OCSPNoCheckExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Performs one-time initialization of the policy.
|
void |
NameConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
NSCertTypeExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
NSCCommentExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
KeyUsageExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
IssuerAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
GenericASN1Ext.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
ExtendedKeyUsageExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Performs one-time initialization of the policy.
|
void |
CertificateScopeOfUseExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
CertificateRenewalWindowExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
CertificatePoliciesExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
CRLDistributionPointsExt.init(ISubsystem owner,
IConfigStore config)
Performs one-time initialization of the policy.
|
void |
BasicConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
AuthorityKeyIdentifierExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|
void |
AuthInfoAccessExt.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes this policy rule.
|