Uses of Class
com.netscape.cms.profile.common.Profile
-
-
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) -
Uses of Profile in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert with parameters of type Profile Modifier and Type Method Description static CertEnrollmentRequestCertEnrollmentRequestFactory. create(IArgBlock params, Profile profile, java.util.Locale locale)static CertEnrollmentRequestCertEnrollmentRequestFactory. create(CMSRequest cmsReq, Profile profile, java.util.Locale locale) -
Uses of Profile in com.netscape.cmscore.profile
Fields in com.netscape.cmscore.profile with type parameters of type Profile Modifier and Type Field Description protected java.util.LinkedHashMap<java.lang.String,Profile>AbstractProfileSubsystem. mProfilesMethods in com.netscape.cmscore.profile that return Profile Modifier and Type Method Description ProfileLDAPProfileSubsystem. createProfile(java.lang.String id, java.lang.String classid, java.lang.String className)ProfileProfileSubsystem. createProfile(java.lang.String id, java.lang.String classid, java.lang.String className)Creates a profile instance.ProfileAbstractProfileSubsystem. getProfile(java.lang.String id)Retrieves a profile by id.ProfileLDAPProfileSubsystem. getProfile(java.lang.String id)Methods in com.netscape.cmscore.profile with parameters of type Profile Modifier and Type Method Description ProfileAuthenticatorAbstractProfileSubsystem. getProfileAuthenticator(Profile profile)
-