Uses of Class
com.netscape.certsrv.profile.EProfileException
-
-
Uses of EProfileException in com.netscape.certsrv.profile
Subclasses of EProfileException in com.netscape.certsrv.profile Modifier and Type Class Description classECMCBadIdentityExceptionThis represents a profile specific exception for handling CMC badIdentity condition.classECMCBadMessageCheckExceptionThis represents a profile specific exception for handling CMC badMessageCheck condition.classECMCBadRequestExceptionThis represents a profile specific exception for handling CMC badRequest condition.classECMCPopFailedExceptionThis represents a profile specific exception for handling CMC popFailed condition.classECMCPopRequiredExceptionThis represents a profile specific exception for handling CMC popRequired condition.classECMCUnsupportedExtExceptionThis represents a profile specific exception for handling CMC unsupportedExt condition.classEDeferExceptionThis represents a profile specific exception.classERejectExceptionThis represents a profile specific exception.Methods in com.netscape.certsrv.profile that throw EProfileException Modifier and Type Method Description voidIProfileSubsystem. commitProfile(java.lang.String id)Commit a profile's underlying config store.IProfileIProfileSubsystem. createProfile(java.lang.String id, java.lang.String classid, java.lang.String className)Creates new profile.IProfileInputIProfile. createProfileInput(java.lang.String id, java.lang.String inputClassId, NameValuePairs nvp)Creates a input policy.IProfileOutputIProfile. createProfileOutput(java.lang.String id, java.lang.String outputClassId, NameValuePairs nvp)Creates a output policy.IProfilePolicyIProfile. createProfilePolicy(java.lang.String setId, java.lang.String id, java.lang.String defaultClassId, java.lang.String constraintClassId)Creates a profile policy.IRequest[]IProfile. createRequests(IProfileContext ctx, java.util.Locale locale)Creates one or more requests.voidIProfile. deleteAllProfileInputs()Delete all profile inputsvoidIProfile. deleteAllProfileOutputs()Delete all profile inputsvoidIProfile. deleteAllProfilePolicies()Delete all profile policiesvoidIProfileSubsystem. deleteProfile(java.lang.String id)Deletes profile.voidIProfile. deleteProfileInput(java.lang.String inputId)Deletes input policy by id.voidIProfile. deleteProfileOutput(java.lang.String outputId)Deletes output policy by id.voidIProfile. deleteProfilePolicy(java.lang.String setId, java.lang.String policyId)Deletes a policy.voidIProfileSubsystem. disableProfile(java.lang.String id)Disables a profile.voidIProfileSubsystem. enableProfile(java.lang.String id, java.lang.String enableBy)Enables a profile.voidIProfile. execute(IRequest request)Process a request after validation.IProfileAuthenticatorIProfile. getAuthenticator()Retrieves the associated authenticator instance.IProfileIProfileSubsystem. getProfile(java.lang.String id)Retrieves a profile by id.java.lang.StringIProfileInput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)Retrieves value from the request.java.lang.StringIProfileOutput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)Retrieves the value of the given value parameter by name.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.voidIPolicyDefault. populate(IRequest request)Populates the request with this policy default.voidIProfile. populate(IRequest request)Passes the request to the set of default policies that populate the profile information against the profile.voidIProfileAuthenticator. populate(IAuthToken token, IRequest request)Populates authentication specific information into the request for auditing purposes.voidIProfileInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidIProfileOutput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidIProfile. populateInput(IProfileContext ctx, IRequest request)Populates user-supplied input values into the requests.voidIEnrollProfile. setDefaultCertInfo(IRequest request)Set Default X509CertInfo in the request.voidIProfile. submit(IAuthToken token, IRequest request)Handles end-user request submission.voidIProfileUpdater. update(IRequest req, RequestStatus status)Notifies of state change. -
Uses of EProfileException in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that throw EProfileException 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)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)voidAgentCertAuthentication. populate(IAuthToken token, IRequest request)voidCMCAuth. populate(IAuthToken token, IRequest request)voidCMCUserSignedAuth. populate(IAuthToken token, IRequest request)voidFlatFileAuth. populate(IAuthToken token, IRequest request)voidSSLclientCertAuthentication. populate(IAuthToken token, IRequest request)voidTokenAuthentication. populate(IAuthToken token, IRequest request)voidUidPwdDirAuthentication. populate(IAuthToken token, IRequest request)voidUidPwdPinDirAuthentication. populate(IAuthToken token, IRequest request)voidUserPwdDirAuthentication. populate(IAuthToken token, IRequest request) -
Uses of EProfileException in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that throw EProfileException Modifier and Type Method Description IRequestEnrollProfile. createEnrollmentRequest()IProfileInputBasicProfile. createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps)IProfileInputBasicProfile. createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)IProfileOutputBasicProfile. createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps)IProfileOutputBasicProfile. createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps, boolean createConfig)IProfilePolicyBasicProfile. createProfilePolicy(java.lang.String setId, java.lang.String id, java.lang.String defaultClassId, java.lang.String constraintClassId)Creates a profile policyIProfilePolicyBasicProfile. createProfilePolicy(java.lang.String setId, java.lang.String id, java.lang.String defaultClassId, java.lang.String constraintClassId, boolean createConfig)abstract IRequest[]BasicProfile. createRequests(IProfileContext ctx, java.util.Locale locale)Creates request.IRequest[]EnrollProfile. createRequests(IProfileContext ctx, java.util.Locale locale)Creates request.voidBasicProfile. deleteAllProfileInputs()voidBasicProfile. deleteAllProfileOutputs()voidBasicProfile. deleteAllProfilePolicies()voidBasicProfile. deleteProfileInput(java.lang.String inputId)voidBasicProfile. deleteProfileOutput(java.lang.String outputId)voidBasicProfile. deleteProfilePolicy(java.lang.String setId, java.lang.String policyId)voidBasicProfile. execute(IRequest request)voidCAEnrollProfile. execute(IRequest request)abstract voidEnrollProfile. execute(IRequest request)voidEnrollProfile. fillCertReqMsg(java.util.Locale locale, org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, X509CertInfo info, IRequest req)voidEnrollProfile. fillKeyGen(java.util.Locale locale, DerInputStream derIn, X509CertInfo info, IRequest req)voidEnrollProfile. fillNSHKEY(java.util.Locale locale, java.lang.String tcuid, java.lang.String skey, X509CertInfo info, IRequest req)voidEnrollProfile. fillNSNKEY(java.util.Locale locale, java.lang.String sn, java.lang.String skey, X509CertInfo info, IRequest req)voidEnrollProfile. fillPKCS10(java.util.Locale locale, PKCS10 pkcs10, X509CertInfo info, IRequest req)voidEnrollProfile. fillTaggedRequest(java.util.Locale locale, org.mozilla.jss.pkix.cmc.TaggedRequest tagreq, X509CertInfo info, IRequest req)IProfileAuthenticatorBasicProfile. getAuthenticator()java.lang.StringBasicProfile. getInput(java.lang.String name, java.util.Locale locale, IRequest request)org.mozilla.jss.pkix.cmc.PKIDataEnrollProfile. getPKIDataFromCMCblob(java.util.Locale locale, java.lang.String certReqBlob)getPKIDataFromCMCbloborg.mozilla.jss.pkix.cmc.TaggedRequest[]EnrollProfile. parseCMC(java.util.Locale locale, java.lang.String certreq)org.mozilla.jss.pkix.cmc.TaggedRequest[]EnrollProfile. parseCMC(java.util.Locale locale, java.lang.String certreq, boolean donePOI)org.mozilla.jss.pkix.crmf.CertReqMsg[]EnrollProfile. parseCRMF(java.util.Locale locale, java.lang.String certreq)DerInputStreamEnrollProfile. parseKeyGen(java.util.Locale locale, java.lang.String certreq)PKCS10EnrollProfile. parsePKCS10(java.util.Locale locale, java.lang.String certreq)voidBasicProfile. populate(IRequest request)Passes the request to the set of default policies that populate the profile information against the profile.voidEnrollProfile. populate(IRequest request)voidBasicProfile. populateInput(IProfileContext ctx, IRequest request)voidEnrollProfile. populateInput(IProfileContext ctx, IRequest request)Populate inputvoidEnrollProfile. setDefaultCertInfo(IRequest req)voidBasicProfile. setInput(java.lang.String name, java.util.Locale locale, IRequest request, java.lang.String value)voidEnrollProfile. submit(IAuthToken token, IRequest request)This method is called after the user submits the request from the end-entity page.voidEnrollProfile. verifyPOP(java.util.Locale locale, org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg) -
Uses of EProfileException in com.netscape.cms.profile.constraint
Methods in com.netscape.cms.profile.constraint that throw EProfileException 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 EProfileException in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def that throw EProfileException Modifier and Type Method Description protected voidEnrollDefault. addExtension(java.lang.String name, Extension ext, X509CertInfo info)CertificatePoliciesExtensionCertificatePoliciesExtDefault. createExtension()InhibitAnyPolicyExtensionInhibitAnyPolicyExtDefault. createExtension(IRequest request)IssuerAlternativeNameExtensionIssuerAltNameExtDefault. createExtension(IRequest request)NameConstraintsExtensionNameConstraintsExtDefault. createExtension()SubjectAlternativeNameExtensionSubjectAltNameExtDefault. createExtension(IRequest request)SubjectDirAttributesExtensionSubjectDirAttributesExtDefault. createExtension(IRequest request)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)voidnsNKeySubjectNameDefault. ldapInit()voidnsTokenUserKeySubjectNameDefault. ldapInit()voidAuthInfoAccessExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidAuthorityKeyIdentifierExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidAuthTokenSubjectNameDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidAuthzRealmDefault. populate(IRequest request, X509CertInfo info)voidAutoAssignDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidBasicConstraintsExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidCAValidityDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidCertificatePoliciesExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidCertificateVersionDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidCMCUserSignedSubjectNameDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidCommonNameToSANDefault. populate(IRequest _req, X509CertInfo info)voidCRLDistributionPointsExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidEnrollDefault. populate(IRequest request)Populates the request with this policy default.abstract voidEnrollDefault. populate(IRequest request, X509CertInfo info)Populates attributes into the certificate template.voidExtendedKeyUsageExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidFreshestCRLExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidGenericExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidImageDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidInhibitAnyPolicyExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidIssuerAltNameExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidKeyUsageExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidNameConstraintsExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidNoDefault. populate(IRequest request)Populates the request with this policy default.voidNSCCommentExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidNSCertTypeExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidnsHKeySubjectNameDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidnsNKeySubjectNameDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidnsTokenDeviceKeySubjectNameDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidnsTokenUserKeySubjectNameDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidOCSPNoCheckExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidPolicyConstraintsExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidPolicyMappingsExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidPrivateKeyUsagePeriodExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidRandomizedValidityDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidSigningAlgDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidSubjectAltNameExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidSubjectDirAttributesExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidSubjectInfoAccessExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidSubjectKeyIdentifierExtDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidSubjectNameDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidUserExtensionDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidUserKeyDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidUserSigningAlgDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidUserSubjectNameDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidUserValidityDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.voidValidityDefault. populate(IRequest request, X509CertInfo info)Populates the request with this policy default.protected voidEnrollDefault. replaceExtension(java.lang.String name, Extension ext, X509CertInfo info) -
Uses of EProfileException in com.netscape.cms.profile.input
Methods in com.netscape.cms.profile.input that throw EProfileException Modifier and Type Method Description java.lang.StringEnrollInput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)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.protected voidSubjectDNInput. parseSubjectName(X500Name subj, X509CertInfo info, IRequest req)protected voidSubjectNameInput. parseSubjectName(X500Name subj, X509CertInfo info, IRequest req)voidCertReqInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidCMCCertReqInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidDualKeyGenInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidEncryptionKeyGenInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.abstract voidEnrollInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidFileSigningInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidGenericInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidImageInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidKeyGenInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidnsHKeyCertReqInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidnsNKeyCertReqInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidSerialNumRenewInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidSigningKeyGenInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidSubjectAltNameExtInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidSubjectDNInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidSubjectNameInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidSubmitterInfoInput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidEnrollInput. verifyPOP(java.util.Locale locale, org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg) -
Uses of EProfileException in com.netscape.cms.profile.output
Methods in com.netscape.cms.profile.output that throw EProfileException Modifier and Type Method Description java.lang.StringCertOutput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)java.lang.StringCMMFOutput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)java.lang.StringEnrollOutput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)java.lang.StringnsNKeyOutput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)java.lang.StringPKCS7Output. getValue(java.lang.String name, java.util.Locale locale, IRequest request)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.voidCertOutput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidCMMFOutput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.abstract voidEnrollOutput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidnsNKeyOutput. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default.voidPKCS7Output. populate(IProfileContext ctx, IRequest request)Populates the request with this policy default. -
Uses of EProfileException in com.netscape.cms.profile.updater
Methods in com.netscape.cms.profile.updater that throw EProfileException Modifier and Type Method Description voidSubsystemGroupUpdater. init(IProfile profile, IConfigStore config)voidSubsystemGroupUpdater. update(IRequest req, RequestStatus status) -
Uses of EProfileException in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that throw EProfileException 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(CMSRequest cmsReq, IProfile profile, boolean noncesEnabled, java.util.Locale locale) -
Uses of EProfileException in com.netscape.cms.servlet.profile
Methods in com.netscape.cms.servlet.profile that throw EProfileException Modifier and Type Method Description static ProfileInputProfileInputFactory. create(IProfileInput input, IArgBlock params, java.util.Locale locale)static ProfileInputProfileInputFactory. create(IProfileInput input, IRequest request, java.util.Locale locale)static ProfileOutputProfileOutputFactory. create(IProfileOutput output, IRequest request, java.util.Locale locale)
-