Modifier and Type | Method and Description |
---|---|
<T extends IConfigStore> |
IConfigStore.getSubStore(java.lang.String name,
java.lang.Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
BaseSubsystem.getConfigStore()
Retrieves the configuration store.
|
IConfigStore |
ISubsystem.getConfigStore()
Returns the root configuration storage of this system.
|
IConfigStore |
IPluginImpl.getConfigStore()
Retrieves the configuration store.
|
IConfigStore |
IConfigStore.getSubStore(java.lang.String name)
Retrieves the given sub-store.
|
IConfigStore |
IConfigStore.makeSubStore(java.lang.String name)
Creates a nested sub-store with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseSubsystem.init(IConfigStore config)
Initializes this subsystem.
|
void |
ISubsystem.init(IConfigStore config)
Initializes this subsystem with the given configuration
store.
|
void |
IPluginImpl.init(ISubsystem sys,
java.lang.String instanceName,
java.lang.String className,
IConfigStore config)
Initializes this plugin instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ICMSExtension.init(ISubsystem owner,
IConfigStore config)
initialize from configuration file
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IJob.getConfigStore()
Gets the configuration substore used by this job
|
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 | Method and Description |
---|---|
void |
ILdapConnModule.init(IConfigStore config)
Initialize ldap publishing module with config store.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IRequestListenerPlugin.getConfigStore()
get the configuration store of the plugin where the
configuration parameters of the plug-in are stored.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestListenerPlugin.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
the subsystem call this method to initialize the plug-in.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ILogEventListener.getConfigStore()
Get the configuration store for the log event listener.
|
IConfigStore |
ConsoleLog.getConfigStore()
get the configuration store that is associated with this
log listener
|
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 | Method and Description |
---|---|
void |
IOCSPStore.init(IOCSPAuthority owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ILdapPlugin.getConfigStore()
Return config store.
|
Modifier and Type | Method and Description |
---|---|
void |
ILdapPluginImpl.init(IConfigStore config)
initialize from config store and Isubsystem.
|
void |
ILdapPlugin.init(IConfigStore config)
Initialize from config store.
|
void |
ILdapCrlMapper.init(IConfigStore config)
initialize from config store.
|
void |
IPublishRuleSet.init(ISubsystem sys,
IConfigStore conf) |
void |
ILdapPluginImpl.init(ISubsystem sys,
IConfigStore config)
initialize from config store.
|
void |
ILdapRule.init(com.netscape.cmscore.ldap.PublisherProcessor processor,
IConfigStore config)
Initialize the plugin.
|
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 | Method and Description |
---|---|
IConfigStore |
KeyCertData.getConfigFile()
Retrieves configuration file.
|
Modifier and Type | Method and Description |
---|---|
org.mozilla.jss.netscape.security.x509.AlgorithmId |
ICryptoSubsystem.getAlgorithmId(java.lang.String algname,
IConfigStore store)
Retrieves CA's signing algorithm id.
|
org.mozilla.jss.crypto.PQGParams |
ICryptoSubsystem.getCAPQG(int keysize,
IConfigStore store)
Retrieves PQG parameters based on key size.
|
void |
KeyCertData.setConfigFile(IConfigStore file)
Sets configuration file.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ISelfTest.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
ISelfTest.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPwdDirAuthentication.init(Profile profile,
IConfigStore config) |
void |
UidPwdPinDirAuthentication.init(Profile profile,
IConfigStore config) |
void |
UidPwdDirAuthentication.init(Profile profile,
IConfigStore config) |
void |
TokenAuthentication.init(Profile profile,
IConfigStore config) |
void |
SessionAuthentication.init(Profile profile,
IConfigStore config) |
void |
SSLclientCertAuthentication.init(Profile profile,
IConfigStore config) |
void |
FlatFileAuth.init(Profile profile,
IConfigStore config) |
void |
CMCAuth.init(Profile profile,
IConfigStore config) |
void |
AgentCertAuthentication.init(Profile profile,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
CMSIssuingDistributionPointExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSIssuerAlternativeNameExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSInvalidityDateExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSHoldInstructionExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSFreshestCRLExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSCertificateIssuerExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSCRLReasonExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSAuthInfoAccessExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
org.mozilla.jss.netscape.security.x509.Extension |
CMSIssuingDistributionPointExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
org.mozilla.jss.netscape.security.x509.Extension |
CMSIssuerAlternativeNameExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
org.mozilla.jss.netscape.security.x509.Extension |
CMSInvalidityDateExtension.getCRLExtension(IConfigStore config,
java.lang.Object crlIssuingPoint,
boolean critical) |
org.mozilla.jss.netscape.security.x509.Extension |
CMSHoldInstructionExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
org.mozilla.jss.netscape.security.x509.Extension |
CMSFreshestCRLExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
org.mozilla.jss.netscape.security.x509.Extension |
CMSCertificateIssuerExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
org.mozilla.jss.netscape.security.x509.Extension |
CMSCRLReasonExtension.getCRLExtension(IConfigStore config,
java.lang.Object crlIssuingPoint,
boolean critical) |
org.mozilla.jss.netscape.security.x509.Extension |
CMSAuthInfoAccessExtension.getCRLExtension(IConfigStore config,
java.lang.Object ip,
boolean critical) |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
AJobBase.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
AJobBase.getConfigStore()
Gets the configuration substore used by this job
|
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 |
---|---|
IConfigStore |
PinRemovalListener.getConfigStore() |
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 |
PinRemovalListener.init(java.lang.String name,
java.lang.String ImplName,
IConfigStore config) |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
LogFile.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
LogFile.getConfigStore()
Retrieves the configuration store of this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
RollingLogFile.init(IConfigStore config)
Initialize and open a RollingLogFile using the prop config store
|
void |
LogFile.init(IConfigStore config)
Initialize and open the log using the parameters from a config store
|
void |
LogFile.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
LDAPStore.getConfigStore() |
IConfigStore |
DefStore.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPStore.init(IOCSPAuthority owner,
IConfigStore config)
Fetch CA certificate and CRL from LDAP server.
|
void |
DefStore.init(IOCSPAuthority owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileAuthenticator.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
Profile.mConfig |
Modifier and Type | Method and Description |
---|---|
abstract IConfigStore |
ProfileOutput.getConfigStore()
Retrieves configuration store.
|
abstract IConfigStore |
ProfileInput.getConfigStore()
Returns configuration store.
|
IConfigStore |
Profile.getConfigStore()
Retrieves the configuration store of this profile.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ProfileOutput.init(IConfigStore config)
Initializes this default policy.
|
void |
Profile.init(IConfigStore config)
Initializes this profile.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
EnrollConstraint.mConfig |
Modifier and Type | Method and Description |
---|---|
abstract IConfigStore |
PolicyConstraint.getConfigStore()
Returns the corresponding configuration store
of this constraint policy.
|
IConfigStore |
NoConstraint.getConfigStore() |
IConfigStore |
EnrollConstraint.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
abstract void |
PolicyConstraint.init(IConfigStore config)
Initializes this constraint policy.
|
void |
NoConstraint.init(IConfigStore config) |
void |
KeyConstraint.init(IConfigStore config) |
void |
ExternalProcessConstraint.init(IConfigStore config) |
void |
EnrollConstraint.init(IConfigStore config) |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
NoDefault.mConfig |
protected IConfigStore |
EnrollDefault.mConfig |
protected IConfigStore |
nsTokenUserKeySubjectNameDefault.mInstConfig |
protected IConfigStore |
nsNKeySubjectNameDefault.mInstConfig |
protected IConfigStore |
nsTokenUserKeySubjectNameDefault.mParamsConfig |
protected IConfigStore |
nsTokenDeviceKeySubjectNameDefault.mParamsConfig |
protected IConfigStore |
nsNKeySubjectNameDefault.mParamsConfig |
protected IConfigStore |
nsHKeySubjectNameDefault.mParamsConfig |
Modifier and Type | Method and Description |
---|---|
abstract IConfigStore |
PolicyDefault.getConfigStore()
Retrieves the configuration store of this default.
|
IConfigStore |
NoDefault.getConfigStore() |
IConfigStore |
EnrollDefault.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
nsTokenUserKeySubjectNameDefault.init(IConfigStore config) |
void |
nsNKeySubjectNameDefault.init(IConfigStore config) |
void |
SubjectInfoAccessExtDefault.init(IConfigStore config) |
void |
SubjectDirAttributesExtDefault.init(IConfigStore config) |
void |
SubjectAltNameExtDefault.init(IConfigStore config) |
void |
PolicyMappingsExtDefault.init(IConfigStore config) |
abstract void |
PolicyDefault.init(IConfigStore config)
Initializes this default policy.
|
void |
NoDefault.init(IConfigStore config) |
void |
NameConstraintsExtDefault.init(IConfigStore config) |
void |
FreshestCRLExtDefault.init(IConfigStore config) |
void |
EnrollDefault.init(IConfigStore config) |
void |
CertificatePoliciesExtDefault.init(IConfigStore config) |
void |
CRLDistributionPointsExtDefault.init(IConfigStore config) |
void |
AuthInfoAccessExtDefault.init(IConfigStore config) |
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
EnrollInput.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
EnrollInput.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
nsNKeyCertReqInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
nsHKeyCertReqInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubmitterInfoInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectNameInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectDNInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SubjectAltNameExtInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SigningKeyGenInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
ServerKeygenInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
SerialNumRenewInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
KeyGenInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
ImageInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
GenericInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
FileSigningInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
EnrollInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
EncryptionKeyGenInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
DualKeyGenInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CertReqInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
CMCCertReqInput.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
EnrollOutput.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
EnrollOutput.init(IConfigStore config)
Initializes this default policy.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
SubsystemGroupUpdater.getConfigStore() |
IConfigStore |
IProfileUpdater.getConfigStore()
Retrieves configuration store.
|
Modifier and Type | Method and Description |
---|---|
void |
SubsystemGroupUpdater.init(Profile profile,
IConfigStore config) |
void |
IProfileUpdater.init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
Modifier and Type | Field and Description |
---|---|
IConfigStore |
NoMap.mConfig |
protected IConfigStore |
LdapSimpleMap.mConfig |
protected IConfigStore |
LdapEnhancedMap.mConfig |
protected IConfigStore |
LdapDNCompsMap.mConfig |
protected IConfigStore |
LdapCertSubjMap.mConfig |
protected IConfigStore |
LdapCertExactMap.mConfig |
protected IConfigStore |
LdapCaSimpleMap.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
NoMap.getConfigStore() |
IConfigStore |
LdapSimpleMap.getConfigStore() |
IConfigStore |
LdapEnhancedMap.getConfigStore()
implementation for extended
ILdapPlugin interface method
|
IConfigStore |
LdapDNCompsMap.getConfigStore() |
IConfigStore |
LdapCertSubjMap.getConfigStore() |
IConfigStore |
LdapCertExactMap.getConfigStore() |
IConfigStore |
LdapCaSimpleMap.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
NoMap.init(IConfigStore config)
for initializing from config store.
|
void |
LdapSimpleMap.init(IConfigStore config)
for initializing from config store.
|
void |
LdapEnhancedMap.init(IConfigStore config)
for initializing from config store.
|
void |
LdapDNCompsMap.init(IConfigStore config)
for initializing from config store.
|
void |
LdapCertSubjMap.init(IConfigStore config) |
void |
LdapCertExactMap.init(IConfigStore config) |
void |
LdapCaSimpleMap.init(IConfigStore config)
for initializing from config store.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
LdapCrlPublisher.mConfig |
protected IConfigStore |
LdapCertificatePairPublisher.mConfig |
protected IConfigStore |
LdapCertSubjPublisher.mConfig |
protected IConfigStore |
LdapCaCertPublisher.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
OCSPPublisher.getConfigStore() |
IConfigStore |
LdapUserCertPublisher.getConfigStore() |
IConfigStore |
LdapCrlPublisher.getConfigStore() |
IConfigStore |
LdapCertificatePairPublisher.getConfigStore() |
IConfigStore |
LdapCertSubjPublisher.getConfigStore() |
IConfigStore |
LdapCaCertPublisher.getConfigStore() |
IConfigStore |
FileBasedPublisher.getConfigStore() |
Modifier and Type | Method and Description |
---|---|
void |
OCSPPublisher.init(IConfigStore config)
Initializes this plugin.
|
void |
LdapUserCertPublisher.init(IConfigStore config) |
void |
LdapCrlPublisher.init(IConfigStore config) |
void |
LdapCertificatePairPublisher.init(IConfigStore config) |
void |
LdapCertSubjPublisher.init(IConfigStore config) |
void |
LdapCaCertPublisher.init(IConfigStore config) |
void |
FileBasedPublisher.init(IConfigStore config)
Initializes this plugin.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
ASelfTest.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ASelfTest.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
ASelfTest.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
CAValidity.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
IConfigStore |
CAPresence.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
CAValidity.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
void |
CAPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
SystemCertsVerification.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemCertsVerification.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
KRAPresence.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
KRAPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
OCSPValidity.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
IConfigStore |
OCSPPresence.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
OCSPValidity.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
void |
OCSPPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AdminServlet.getConfig(IConfigStore config,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Generic configuration store get operation.
|
protected void |
AdminServlet.listConfig(IConfigStore config,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Lists configuration store.
|
protected void |
AdminServlet.setConfig(IConfigStore config,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Generic configuration store set operation.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
CMSServlet.mConfig |
Modifier and Type | Method and Description |
---|---|
void |
CMSFileLoader.init(IConfigStore config) |
Modifier and Type | Class and Description |
---|---|
class |
com.netscape.cmscore.base.PropConfigStore
A class represents a in-memory configuration store.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigStore |
GenericPolicyProcessor.mConfig |
IConfigStore |
GeneralNamesConfig.mConfig |
IConfigStore |
GeneralNameConfig.mConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
GeneralNamesConfig.getConfig() |
IConfigStore |
GeneralNameConfig.getConfig() |
IConfigStore |
GenericPolicyProcessor.getConfigStore()
Returns the configuration store.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericPolicyProcessor.init(IAuthority owner,
IConfigStore config)
Initializes the PolicyProcessor
|
protected GeneralNameConfig |
GeneralNamesConfig.newGeneralNameConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled) |
protected GeneralNameConfig |
GeneralNamesAsConstraintsConfig.newGeneralNameConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled) |
Constructor and Description |
---|
GeneralNameAsConstraintsConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled) |
GeneralNameConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled) |
GeneralNamesAsConstraintsConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled) |
GeneralNamesConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled) |
SubjAltNameGN(java.lang.String name,
IConfigStore config,
boolean isPolicyEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
IPolicyRule.init(IPolicyProcessor owner,
IConfigStore config)
Initializes the policy rule.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
APolicyRule.init(IPolicyProcessor owner,
IConfigStore config)
Initializes the policy rule.
|
Modifier and Type | Method and Description |
---|---|
void |
ManualAuthentication.init(IPolicyProcessor owner,
IConfigStore config)
Initializes this policy rule.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationConfig |
class |
AuthManagerConfig |
class |
AuthManagersConfig |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationConfig |
class |
AuthzManagerConfig |
class |
AuthzManagersConfig |
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IAuthzManager.getConfigStore()
Get the configuration store for this authorization manager.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ICertificateAuthority.addCRLIssuingPoint(IConfigStore crlSubStore,
java.lang.String id,
boolean enable,
java.lang.String description)
Adds CRL issuing point with the given identifier and description.
|
void |
ICertificateAuthority.deleteCRLIssuingPoint(IConfigStore crlSubStore,
java.lang.String id)
Deletes CRL issuing point with the given identifier.
|
void |
ICMSCRLExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp)
Reads configuration data and converts them to name value pairs.
|
IConnector |
ICAService.getConnector(IConfigStore cs) |
org.mozilla.jss.netscape.security.x509.Extension |
ICMSCRLExtension.getCRLExtension(IConfigStore config,
java.lang.Object crlIssuingPoint,
boolean critical)
Builds new CRL extension based on configuration data,
issuing point information, and criticality.
|
void |
ICRLIssuingPoint.init(ISubsystem ca,
java.lang.String id,
IConfigStore config)
Initializes CRL issuing point.
|
void |
ICMSCRLExtensions.setConfigParams(java.lang.String id,
NameValuePairs nvp,
IConfigStore config)
Updates configuration store for extension identified by id
with data delivered in name value pairs.
|