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, IConfigStore config) void
CMCAuth.init
(Profile profile, IConfigStore config) void
FlatFileAuth.init
(Profile profile, IConfigStore config) void
SessionAuthentication.init
(Profile profile, IConfigStore config) void
SSLclientCertAuthentication.init
(Profile profile, IConfigStore config) void
TokenAuthentication.init
(Profile profile, IConfigStore config) void
UidPwdDirAuthentication.init
(Profile profile, IConfigStore config) void
UidPwdPinDirAuthentication.init
(Profile profile, IConfigStore config) void
UserPwdDirAuthentication.init
(Profile profile, IConfigStore 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, IConfigStore 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, IConfigStore config) Initializes this default policy.void
CMCCertReqInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
DualKeyGenInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
EncryptionKeyGenInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
EnrollInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
FileSigningInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
GenericInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
ImageInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
KeyGenInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
nsHKeyCertReqInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
nsNKeyCertReqInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
SerialNumRenewInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
ServerKeygenInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
SigningKeyGenInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
SubjectAltNameExtInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
SubjectDNInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
SubjectNameInput.init
(Profile profile, IConfigStore config) Initializes this default policy.void
SubmitterInfoInput.init
(Profile profile, IConfigStore 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, IConfigStore config) Initializes this default policy.void
SubsystemGroupUpdater.init
(Profile profile, IConfigStore config)