Uses of Interface
com.netscape.certsrv.profile.IProfile
-
-
Uses of IProfile in com.netscape.certsrv.profile
Subinterfaces of IProfile in com.netscape.certsrv.profile Modifier and Type Interface Description interfaceIEnrollProfileThis interface represents an enrollment profile.interfaceIProfileExThis interface represents the extension version of profile.Methods in com.netscape.certsrv.profile that return IProfile Modifier and Type Method Description IProfileIProfileSubsystem. createProfile(java.lang.String id, java.lang.String classid, java.lang.String className)Creates new profile.IProfileIProfileSubsystem. getProfile(java.lang.String id)Retrieves a profile by id.Methods in com.netscape.certsrv.profile with parameters of type IProfile Modifier and Type Method Description voidIPolicyConstraint. init(IProfile profile, IConfigStore config)Initializes this constraint policy.voidIPolicyDefault. init(IProfile profile, IConfigStore config)Initializes this default policy.voidIProfileAuthenticator. init(IProfile profile, IConfigStore config)Initializes this default policy.voidIProfileInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidIProfileOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidIProfileUpdater. init(IProfile profile, IConfigStore config)Initializes this default policy. -
Uses of IProfile in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type IProfile Modifier and Type Method Description voidAgentCertAuthentication. init(IProfile profile, IConfigStore config)voidCMCAuth. init(IProfile profile, IConfigStore config)voidCMCUserSignedAuth. init(IProfile profile, IConfigStore config)voidFlatFileAuth. init(IProfile profile, IConfigStore config)voidSessionAuthentication. init(IProfile profile, IConfigStore config)voidSSLclientCertAuthentication. init(IProfile profile, IConfigStore config)voidTokenAuthentication. init(IProfile profile, IConfigStore config)voidUidPwdDirAuthentication. init(IProfile profile, IConfigStore config)voidUidPwdPinDirAuthentication. init(IProfile profile, IConfigStore config)voidUserPwdDirAuthentication. init(IProfile profile, IConfigStore config) -
Uses of IProfile in com.netscape.cms.profile.common
Classes in com.netscape.cms.profile.common that implement IProfile Modifier and Type Class Description classBasicProfileThis class implements a basic profile.classCACertCAEnrollProfileThis class implements a Certificate Manager enrollment profile for CA Certificates.classCAEnrollProfileThis class implements a Certificate Manager enrollment profile.classEnrollProfileThis class implements a generic enrollment profile.classServerCertCAEnrollProfileThis class implements a Certificate Manager enrollment profile for Server Certificates.classUserCertCAEnrollProfileThis class implements a Certificate Manager enrollment profile for User Certificates. -
Uses of IProfile in com.netscape.cms.profile.constraint
Methods in com.netscape.cms.profile.constraint with parameters of type IProfile Modifier and Type Method Description voidAuthzRealmConstraint. init(IProfile profile, IConfigStore config)voidBasicConstraintsExtConstraint. init(IProfile profile, IConfigStore config)Initializes this constraint plugin.voidCAValidityConstraint. init(IProfile profile, IConfigStore config)voidCMCSelfSignedSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidCMCUserSignedSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidEnrollConstraint. init(IProfile profile, IConfigStore config)voidExtendedKeyUsageExtConstraint. init(IProfile profile, IConfigStore config)voidExtensionConstraint. init(IProfile profile, IConfigStore config)voidExternalProcessConstraint. init(IProfile profile, IConfigStore config)voidKeyConstraint. init(IProfile profile, IConfigStore config)voidKeyUsageExtConstraint. init(IProfile profile, IConfigStore config)voidNoConstraint. init(IProfile profile, IConfigStore config)voidNSCertTypeExtConstraint. init(IProfile profile, IConfigStore config)voidRenewGracePeriodConstraint. init(IProfile profile, IConfigStore config)voidSigningAlgConstraint. init(IProfile profile, IConfigStore config)voidSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidUniqueKeyConstraint. init(IProfile profile, IConfigStore config)voidUniqueSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidUserSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidValidityConstraint. init(IProfile profile, IConfigStore config) -
Uses of IProfile in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def with parameters of type IProfile Modifier and Type Method Description voidAuthInfoAccessExtDefault. init(IProfile profile, IConfigStore config)voidAuthorityKeyIdentifierExtDefault. init(IProfile profile, IConfigStore config)voidAuthTokenSubjectNameDefault. init(IProfile profile, IConfigStore config)voidAuthzRealmDefault. init(IProfile profile, IConfigStore config)voidAutoAssignDefault. init(IProfile profile, IConfigStore config)voidBasicConstraintsExtDefault. init(IProfile profile, IConfigStore config)voidCAValidityDefault. init(IProfile profile, IConfigStore config)voidCertificatePoliciesExtDefault. init(IProfile profile, IConfigStore config)voidCertificateVersionDefault. init(IProfile profile, IConfigStore config)voidCMCUserSignedSubjectNameDefault. init(IProfile profile, IConfigStore config)voidCRLDistributionPointsExtDefault. init(IProfile profile, IConfigStore config)voidEnrollDefault. init(IProfile profile, IConfigStore config)voidExtendedKeyUsageExtDefault. init(IProfile profile, IConfigStore config)voidFreshestCRLExtDefault. init(IProfile profile, IConfigStore config)voidGenericExtDefault. init(IProfile profile, IConfigStore config)voidImageDefault. init(IProfile profile, IConfigStore config)voidInhibitAnyPolicyExtDefault. init(IProfile profile, IConfigStore config)voidIssuerAltNameExtDefault. init(IProfile profile, IConfigStore config)voidKeyUsageExtDefault. init(IProfile profile, IConfigStore config)voidNameConstraintsExtDefault. init(IProfile profile, IConfigStore config)voidNoDefault. init(IProfile profile, IConfigStore config)voidNSCCommentExtDefault. init(IProfile profile, IConfigStore config)voidNSCertTypeExtDefault. init(IProfile profile, IConfigStore config)voidnsHKeySubjectNameDefault. init(IProfile profile, IConfigStore config)voidnsNKeySubjectNameDefault. init(IProfile profile, IConfigStore config)voidnsTokenDeviceKeySubjectNameDefault. init(IProfile profile, IConfigStore config)voidnsTokenUserKeySubjectNameDefault. init(IProfile profile, IConfigStore config)voidOCSPNoCheckExtDefault. init(IProfile profile, IConfigStore config)voidPolicyConstraintsExtDefault. init(IProfile profile, IConfigStore config)voidPolicyMappingsExtDefault. init(IProfile profile, IConfigStore config)voidPrivateKeyUsagePeriodExtDefault. init(IProfile profile, IConfigStore config)voidRandomizedValidityDefault. init(IProfile profile, IConfigStore config)voidSigningAlgDefault. init(IProfile profile, IConfigStore config)voidSubjectAltNameExtDefault. init(IProfile profile, IConfigStore config)voidSubjectDirAttributesExtDefault. init(IProfile profile, IConfigStore config)voidSubjectInfoAccessExtDefault. init(IProfile profile, IConfigStore config)voidSubjectKeyIdentifierExtDefault. init(IProfile profile, IConfigStore config)voidSubjectNameDefault. init(IProfile profile, IConfigStore config)voidUserExtensionDefault. init(IProfile profile, IConfigStore config)voidUserKeyDefault. init(IProfile profile, IConfigStore config)voidUserSigningAlgDefault. init(IProfile profile, IConfigStore config)voidUserSubjectNameDefault. init(IProfile profile, IConfigStore config)voidUserValidityDefault. init(IProfile profile, IConfigStore config)voidValidityDefault. init(IProfile profile, IConfigStore config) -
Uses of IProfile in com.netscape.cms.profile.input
Fields in com.netscape.cms.profile.input declared as IProfile Modifier and Type Field Description protected IProfileEnrollInput. mProfileMethods in com.netscape.cms.profile.input with parameters of type IProfile Modifier and Type Method Description voidCertReqInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidCMCCertReqInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidDualKeyGenInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidEncryptionKeyGenInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidEnrollInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidFileSigningInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidGenericInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidImageInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidKeyGenInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidnsHKeyCertReqInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidnsNKeyCertReqInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSerialNumRenewInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSigningKeyGenInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSubjectAltNameExtInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSubjectDNInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSubjectNameInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSubmitterInfoInput. init(IProfile profile, IConfigStore config)Initializes this default policy. -
Uses of IProfile in com.netscape.cms.profile.output
Methods in com.netscape.cms.profile.output with parameters of type IProfile Modifier and Type Method Description voidCertOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidCMMFOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidEnrollOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidnsNKeyOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidPKCS7Output. init(IProfile profile, IConfigStore config)Initializes this default policy. -
Uses of IProfile in com.netscape.cms.profile.updater
Methods in com.netscape.cms.profile.updater with parameters of type IProfile Modifier and Type Method Description voidSubsystemGroupUpdater. init(IProfile profile, IConfigStore config) -
Uses of IProfile in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert with parameters of type IProfile Modifier and Type Method Description static CertEnrollmentRequestCertEnrollmentRequestFactory. create(IArgBlock params, IProfile profile, java.util.Locale locale)static CertEnrollmentRequestCertEnrollmentRequestFactory. create(CMSRequest cmsReq, IProfile profile, java.util.Locale locale)static CertReviewResponseCertReviewResponseFactory. create(IRequest request, IProfile profile, javax.ws.rs.core.UriInfo uriInfo, java.util.Locale locale)static CertReviewResponseCertReviewResponseFactory. create(CMSRequest cmsReq, IProfile profile, boolean noncesEnabled, java.util.Locale locale)protected voidCertProcessor. populateRequests(CertEnrollmentRequest data, boolean isRenewal, java.util.Locale locale, java.util.Date origNotAfter, java.lang.String origSubjectDN, IRequest origReq, java.lang.String profileId, IProfile profile, IProfileContext ctx, IProfileAuthenticator authenticator, IAuthToken authToken, IRequest[] reqs)protected java.lang.StringCertProcessor. submitRequests(java.util.Locale locale, IProfile profile, IAuthToken authToken, IRequest[] reqs) -
Uses of IProfile in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type IProfile Modifier and Type Method Description voidCAProcessor. authorize(java.lang.String profileId, IProfile profile, IAuthToken authToken)
-