Modifier and Type | Class and Description |
---|---|
class |
ExtendedPluginInfo
Plugin which can return extended information to console
|
Modifier and Type | Class and Description |
---|---|
class |
CMCAuth
UID/CMC authentication plug-in
|
class |
DirBasedAuthentication
Abstract class for directory based authentication managers
Uses a pattern for formulating subject names.
|
class |
FlatFileAuth
This represents the authentication manager that authenticates
user against a file where id, and password are stored.
|
class |
HashAuthentication
Hash uid/pwd directory based authentication manager
|
class |
PortalEnroll
uid/pwd directory based authentication manager
|
class |
UidPwdDirAuthentication
uid/pwd directory based authentication manager
|
class |
UidPwdPinDirAuthentication
uid/pwd/pin directory based authentication manager
|
class |
UserPwdDirAuthentication
uid/pwd directory based authentication manager
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAclAuthz
A class for basic acls authorization manager
|
class |
BasicGroupAuthz |
class |
DirAclAuthz
A class for ldap acls based authorization manager
The ldap server used for acls is the cms internal ldap db.
|
Modifier and Type | Class and Description |
---|---|
class |
CMSAuthInfoAccessExtension
This represents a Authority Information Access CRL extension.
|
class |
CMSAuthorityKeyIdentifierExtension
This represents an authority key identifier extension.
|
class |
CMSCertificateIssuerExtension
This represents a certificate issuer extension.
|
class |
CMSCRLNumberExtension
This represents a CRL number extension.
|
class |
CMSCRLReasonExtension
This represents a CRL reason extension.
|
class |
CMSDeltaCRLIndicatorExtension
This represents a delta CRL indicator extension.
|
class |
CMSFreshestCRLExtension
This represents a freshest CRL extension.
|
class |
CMSHoldInstructionExtension
This represents a hold instruction extension.
|
class |
CMSInvalidityDateExtension
This represents a invalidity date extension.
|
class |
CMSIssuerAlternativeNameExtension
This represents a issuer alternative name extension.
|
class |
CMSIssuingDistributionPointExtension
This represents a issuing distribution point extension.
|
Modifier and Type | Class and Description |
---|---|
class |
PublishCertsJob
a job for the Jobs Scheduler.
|
class |
RenewalNotificationJob
A job for the Jobs Scheduler.
|
class |
RequestInQueueJob
A job for the Jobs Scheduler.
|
class |
UnpublishExpiredJob
a job for the Jobs Scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
LogFile
A log event listener which write logs to log files
|
class |
RollingLogFile
A rotating log file for Certificate log events.
|
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 | Class and Description |
---|---|
class |
AttributePresentConstraints
Deprecated.
|
class |
DefaultRevocation
Deprecated.
|
class |
DSAKeyConstraints
Deprecated.
|
class |
IssuerConstraints
Deprecated.
|
class |
KeyAlgorithmConstraints
Deprecated.
|
class |
RenewalConstraints
Deprecated.
|
class |
RenewalValidityConstraints
Deprecated.
|
class |
RevocationConstraints
Deprecated.
|
class |
RSAKeyConstraints
Deprecated.
|
class |
SigningAlgorithmConstraints
Deprecated.
|
class |
SubCANameConstraints
Deprecated.
|
class |
UniqueSubjectName
Deprecated.
|
class |
UniqueSubjectNameConstraints
Deprecated.
|
class |
ValidityConstraints
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthInfoAccessExt
Deprecated.
|
class |
AuthorityKeyIdentifierExt
Deprecated.
|
class |
BasicConstraintsExt
Deprecated.
|
class |
CertificatePoliciesExt
Deprecated.
|
class |
CertificateRenewalWindowExt
Deprecated.
|
class |
CertificateScopeOfUseExt
Deprecated.
|
class |
CRLDistributionPointsExt
CRL Distribution Points policy.
|
class |
ExtendedKeyUsageExt
Deprecated.
|
class |
GenericASN1Ext
Deprecated.
|
class |
IssuerAltNameExt
Deprecated.
|
class |
KeyUsageExt
Deprecated.
|
class |
NameConstraintsExt
Deprecated.
|
class |
NSCCommentExt
Deprecated.
|
class |
NSCertTypeExt
Deprecated.
|
class |
OCSPNoCheckExt
Deprecated.
|
class |
PolicyConstraintsExt
Deprecated.
|
class |
PolicyMappingsExt
Deprecated.
|
class |
PrivateKeyUsagePeriodExt
Deprecated.
|
class |
RemoveBasicConstraintsExt
Deprecated.
|
class |
SubjAltNameExt
Deprecated.
|
class |
SubjectAltNameExt
Deprecated.
|
class |
SubjectDirectoryAttributesExt
Deprecated.
|
class |
SubjectKeyIdentifierExt
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapCaSimpleMap
Maps a request to an entry in the LDAP server.
|
class |
LdapCertCompsMap
Maps a X509 certificate to a LDAP entry using AVAs in the certificate's
subject name to form the ldap search dn and filter.
|
class |
LdapCertExactMap
Maps a X509 certificate to a LDAP entry by using the subject name
of the certificate as the LDAP entry DN.
|
class |
LdapCertSubjMap
Maps a X509 certificate to a LDAP entry by finding an LDAP entry
which has an attribute whose contents are equal to the cert subject name.
|
class |
LdapCrlIssuerCompsMap
Default crl mapper.
|
class |
LdapDNCompsMap
Maps a Subject name to an entry in the LDAP server.
|
class |
LdapEnhancedMap
Maps a request to an entry in the LDAP server.
|
class |
LdapSimpleMap
Maps a request to an entry in the LDAP server.
|
class |
NoMap
No Map
|
Modifier and Type | Class and Description |
---|---|
class |
FileBasedPublisher
This publisher writes certificate and CRL into
a directory.
|
class |
LdapCaCertPublisher
Interface for publishing a CA certificate to
|
class |
LdapCertificatePairPublisher
module for publishing a cross certificate pair to ldap
crossCertificatePair attribute
|
class |
LdapCrlPublisher
For publishing master or global CRL.
|
class |
LdapEncryptCertPublisher
Interface for mapping a X509 certificate to a LDAP entry
|
class |
LdapUserCertPublisher
Interface for mapping a X509 certificate to a LDAP entry
|
class |
OCSPPublisher
This publisher writes certificate and CRL into
a directory.
|
Modifier and Type | Method and Description |
---|---|
protected static IExtendedPluginInfo |
AdminServlet.getClassByNameAsExtendedPluginInfo(java.lang.String className) |