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 void
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 Profile Modifier and Type Method Description void
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.common Modifier and Type Class Description class
EnrollProfile
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 Profile Modifier and Type Field Description protected Profile
EnrollInput. mProfile
Methods in com.netscape.cms.profile.input with parameters of type Profile Modifier and Type Method Description void
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 Profile Modifier and Type Method Description void
IProfileUpdater. init(Profile profile, IConfigStore config)
Initializes this default policy.void
SubsystemGroupUpdater. 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 com.netscape.certsrv.cert.CertEnrollmentRequest
CertEnrollmentRequestFactory. create(IArgBlock params, Profile profile, java.util.Locale locale)
static com.netscape.certsrv.cert.CertEnrollmentRequest
CertEnrollmentRequestFactory. 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. mProfiles
Methods in com.netscape.cmscore.profile that return Profile Modifier and Type Method Description Profile
LDAPProfileSubsystem. createProfile(java.lang.String id, java.lang.String classid, java.lang.String className)
Profile
ProfileSubsystem. createProfile(java.lang.String id, java.lang.String classid, java.lang.String className)
Creates a profile instance.Profile
AbstractProfileSubsystem. getProfile(java.lang.String id)
Retrieves a profile by id.Profile
LDAPProfileSubsystem. getProfile(java.lang.String id)
Methods in com.netscape.cmscore.profile with parameters of type Profile Modifier and Type Method Description ProfileAuthenticator
AbstractProfileSubsystem. getProfileAuthenticator(Profile profile)
-