Uses of Class
com.netscape.cms.profile.common.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type ProfileModifier and TypeMethodDescriptionvoid
AgentCertAuthentication.init
(Profile profile, ConfigStore config) void
CMCAuth.init
(Profile profile, ConfigStore config) void
FlatFileAuth.init
(Profile profile, ConfigStore config) void
SessionAuthentication.init
(Profile profile, ConfigStore config) void
SSLclientCertAuthentication.init
(Profile profile, ConfigStore config) void
TokenAuthentication.init
(Profile profile, ConfigStore config) void
UidPwdDirAuthentication.init
(Profile profile, ConfigStore config) void
UidPwdPinDirAuthentication.init
(Profile profile, ConfigStore config) void
UserPwdDirAuthentication.init
(Profile profile, ConfigStore config) -
Uses of Profile in com.netscape.cms.profile
Methods in com.netscape.cms.profile with parameters of type ProfileModifier and TypeMethodDescriptionvoid
ProfileAuthenticator.init
(Profile profile, ConfigStore config) Initializes this default policy. -
Uses of Profile in com.netscape.cms.profile.common
Subclasses of Profile in com.netscape.cms.profile.commonModifier and TypeClassDescriptionclass
This class implements a generic enrollment profile. -
Uses of Profile in com.netscape.cms.profile.input
Fields in com.netscape.cms.profile.input declared as ProfileMethods in com.netscape.cms.profile.input with parameters of type ProfileModifier and TypeMethodDescriptionvoid
CertReqInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
CMCCertReqInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
DualKeyGenInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
EncryptionKeyGenInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
EnrollInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
FileSigningInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
GenericInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
ImageInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
KeyGenInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
nsHKeyCertReqInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
nsNKeyCertReqInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
SerialNumRenewInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
ServerKeygenInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
SigningKeyGenInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
SubjectAltNameExtInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
SubjectDNInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
SubjectNameInput.init
(Profile profile, ConfigStore config) Initializes this default policy.void
SubmitterInfoInput.init
(Profile profile, ConfigStore config) Initializes this default policy. -
Uses of Profile in com.netscape.cms.profile.updater
Methods in com.netscape.cms.profile.updater with parameters of type ProfileModifier and TypeMethodDescriptionvoid
IProfileUpdater.init
(Profile profile, ConfigStore config) Initializes this default policy.void
SubsystemGroupUpdater.init
(Profile profile, ConfigStore config)