Uses of Class
com.netscape.cms.profile.common.Profile
-
Packages that use Profile Package Description com.netscape.cms.authentication com.netscape.cms.profile com.netscape.cms.profile.common com.netscape.cms.profile.input com.netscape.cms.profile.updater -
-
Uses of Profile in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type Profile Modifier and Type Method Description voidAgentCertAuthentication. init(Profile profile, IConfigStore config)voidCMCAuth. init(Profile profile, IConfigStore config)voidFlatFileAuth. init(Profile profile, IConfigStore config)voidSessionAuthentication. init(Profile profile, IConfigStore config)voidSSLclientCertAuthentication. init(Profile profile, IConfigStore config)voidTokenAuthentication. init(Profile profile, IConfigStore config)voidUidPwdDirAuthentication. init(Profile profile, IConfigStore config)voidUidPwdPinDirAuthentication. init(Profile profile, IConfigStore config)voidUserPwdDirAuthentication. init(Profile profile, IConfigStore config) -
Uses of Profile in com.netscape.cms.profile
Methods in com.netscape.cms.profile with parameters of type Profile Modifier and Type Method Description voidProfileAuthenticator. 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.common Modifier and Type Class Description classEnrollProfileThis class implements a generic enrollment profile. -
Uses of Profile in com.netscape.cms.profile.input
Fields in com.netscape.cms.profile.input declared as Profile Modifier and Type Field Description protected ProfileEnrollInput. mProfileMethods in com.netscape.cms.profile.input with parameters of type Profile Modifier and Type Method Description voidCertReqInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidCMCCertReqInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidDualKeyGenInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidEncryptionKeyGenInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidEnrollInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidFileSigningInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidGenericInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidImageInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidKeyGenInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidnsHKeyCertReqInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidnsNKeyCertReqInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidSerialNumRenewInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidServerKeygenInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidSigningKeyGenInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidSubjectAltNameExtInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidSubjectDNInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidSubjectNameInput. init(Profile profile, IConfigStore config)Initializes this default policy.voidSubmitterInfoInput. 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 Profile Modifier and Type Method Description voidIProfileUpdater. init(Profile profile, IConfigStore config)Initializes this default policy.voidSubsystemGroupUpdater. init(Profile profile, IConfigStore config)
-