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. -
Uses of EProfileException in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication that throw EProfileException Modifier and Type Method Description voidAgentCertAuthentication. init(Profile profile, IConfigStore config)voidCMCAuth. init(Profile profile, IConfigStore config)voidFlatFileAuth. 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)voidAgentCertAuthentication. populate(IAuthToken token, IRequest request)voidCMCAuth. 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
Methods in com.netscape.cms.profile that throw EProfileException Modifier and Type Method Description voidProfileAuthenticator. init(Profile profile, IConfigStore config)Initializes this default policy.voidProfileAuthenticator. populate(IAuthToken token, IRequest request)Populates authentication specific information into the request for auditing purposes. -
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()ProfileInputProfile. createProfileInput(java.lang.String id, java.lang.String inputID, NameValuePairs nvps)Creates a input policy.ProfileInputProfile. createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)ProfileOutputProfile. createProfileOutput(java.lang.String id, java.lang.String outputID, NameValuePairs nvps)Creates a output policy.ProfileOutputProfile. createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps, boolean createConfig)ProfilePolicyProfile. createProfilePolicy(java.lang.String setId, java.lang.String id, java.lang.String defaultClassId, java.lang.String constraintClassId)Creates a profile policy.ProfilePolicyProfile. createProfilePolicy(java.lang.String setId, java.lang.String id, java.lang.String defaultClassId, java.lang.String constraintClassId, boolean createConfig)voidProfile. deleteAllProfileInputs()Delete all profile inputsvoidProfile. deleteAllProfileOutputs()Delete all profile inputsvoidProfile. deleteAllProfilePolicies()Delete all profile policiesvoidProfile. deleteProfileInput(java.lang.String inputId)Deletes input policy by id.voidProfile. deleteProfileOutput(java.lang.String outputId)Deletes output policy by id.voidProfile. deleteProfilePolicy(java.lang.String setId, java.lang.String policyId)Deletes a policy.abstract voidEnrollProfile. execute(IRequest request)voidProfile. execute(IRequest request)Process a request after validation.voidEnrollProfile. fillCertReqMsg(java.util.Locale locale, org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)voidEnrollProfile. fillKeyGen(java.util.Locale locale, org.mozilla.jss.netscape.security.util.DerInputStream derIn, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)voidEnrollProfile. fillNSHKEY(java.util.Locale locale, java.lang.String tcuid, java.lang.String skey, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)voidEnrollProfile. fillNSNKEY(java.util.Locale locale, java.lang.String sn, java.lang.String skey, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)voidEnrollProfile. fillPKCS10(java.util.Locale locale, org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)voidEnrollProfile. fillTaggedRequest(java.util.Locale locale, org.mozilla.jss.pkix.cmc.TaggedRequest tagreq, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)java.lang.StringProfile. 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)getPKIDataFromCMCblobabstract java.lang.StringProfileInput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)Retrieves value from the request.abstract java.lang.StringProfileOutput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)Retrieves the value of the given value parameter by name.abstract voidProfileOutput. init(IConfigStore config)Initializes this default policy.org.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)voidEnrollProfile. populate(IRequest request)voidProfile. populate(IRequest request)Passes the request to the set of default policies that populate the profile information against the profile.abstract voidProfileOutput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)Populates the request with this policy default.voidEnrollProfile. setDefaultCertInfo(IRequest request)Set Default X509CertInfo in the request.voidProfile. 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.abstract voidProfile. submit(IAuthToken token, IRequest request)Handles end-user request submission.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 voidEnrollConstraint. init(IConfigStore config)voidExternalProcessConstraint. init(IConfigStore config)voidKeyConstraint. init(IConfigStore config)voidNoConstraint. init(IConfigStore config)abstract voidPolicyConstraint. init(IConfigStore config)Initializes this constraint policy. -
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, org.mozilla.jss.netscape.security.x509.Extension ext, org.mozilla.jss.netscape.security.x509.X509CertInfo info)org.mozilla.jss.netscape.security.x509.CertificatePoliciesExtensionCertificatePoliciesExtDefault. createExtension()org.mozilla.jss.netscape.security.extensions.InhibitAnyPolicyExtensionInhibitAnyPolicyExtDefault. createExtension(IRequest request)org.mozilla.jss.netscape.security.x509.IssuerAlternativeNameExtensionIssuerAltNameExtDefault. createExtension(IRequest request)org.mozilla.jss.netscape.security.x509.NameConstraintsExtensionNameConstraintsExtDefault. createExtension()org.mozilla.jss.netscape.security.x509.SubjectAlternativeNameExtensionSubjectAltNameExtDefault. createExtension(IRequest request)org.mozilla.jss.netscape.security.x509.SubjectDirAttributesExtensionSubjectDirAttributesExtDefault. createExtension(IRequest request)voidAuthInfoAccessExtDefault. init(IConfigStore config)voidCertificatePoliciesExtDefault. init(IConfigStore config)voidCRLDistributionPointsExtDefault. init(IConfigStore config)voidEnrollDefault. init(IConfigStore config)voidFreshestCRLExtDefault. init(IConfigStore config)voidNameConstraintsExtDefault. init(IConfigStore config)voidNoDefault. init(IConfigStore config)voidnsNKeySubjectNameDefault. init(IConfigStore config)voidnsTokenUserKeySubjectNameDefault. init(IConfigStore config)abstract voidPolicyDefault. init(IConfigStore config)Initializes this default policy.voidPolicyMappingsExtDefault. init(IConfigStore config)voidSubjectAltNameExtDefault. init(IConfigStore config)voidSubjectDirAttributesExtDefault. init(IConfigStore config)voidSubjectInfoAccessExtDefault. init(IConfigStore config)voidnsNKeySubjectNameDefault. ldapInit()voidnsTokenUserKeySubjectNameDefault. ldapInit()voidAuthInfoAccessExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidAuthTokenSubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidAuthzRealmDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)voidAutoAssignDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidBasicConstraintsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidCertificatePoliciesExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidCertificateVersionDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidCommonNameToSANDefault. populate(IRequest _req, org.mozilla.jss.netscape.security.x509.X509CertInfo info)voidCRLDistributionPointsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.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, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates attributes into the certificate template.voidExtendedKeyUsageExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidFreshestCRLExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidGenericExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidImageDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidInhibitAnyPolicyExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidIssuerAltNameExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidKeyUsageExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidNameConstraintsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidNoDefault. populate(IRequest request)Populates the request with this policy default.voidNSCCommentExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidNSCertTypeExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidnsHKeySubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidnsNKeySubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidnsTokenDeviceKeySubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidnsTokenUserKeySubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidOCSPNoCheckExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidPolicyConstraintsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.abstract voidPolicyDefault. populate(IRequest request)Populates the request with this policy default.voidPolicyMappingsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidPrivateKeyUsagePeriodExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidRandomizedValidityDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidSANToCNDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)voidSignedCertificateTimestampListExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidSubjectAltNameExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidSubjectDirAttributesExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidSubjectInfoAccessExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidSubjectKeyIdentifierExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidSubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidUserExtensionDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidUserKeyDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidUserSigningAlgDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidUserSubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.voidUserValidityDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)Populates the request with this policy default.protected voidEnrollDefault. replaceExtension(java.lang.String name, org.mozilla.jss.netscape.security.x509.Extension ext, org.mozilla.jss.netscape.security.x509.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(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.protected voidSubjectDNInput. parseSubjectName(org.mozilla.jss.netscape.security.x509.X500Name subj, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)protected voidSubjectNameInput. parseSubjectName(org.mozilla.jss.netscape.security.x509.X500Name subj, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)voidServerKeygenInput. populate(java.util.Map<java.lang.String,java.lang.String> 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.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.StringPKCS12Output. getValue(java.lang.String name, java.util.Locale locale, IRequest request)voidEnrollOutput. init(IConfigStore config)Initializes this default policy.voidCertOutput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)Populates the request with this policy default.abstract voidEnrollOutput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)Populates the request with this policy default.voidnsNKeyOutput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)Populates the request with this policy default.voidPKCS12Output. populate(java.util.Map<java.lang.String,java.lang.String> 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 voidIProfileUpdater. init(Profile profile, IConfigStore config)Initializes this default policy.voidSubsystemGroupUpdater. init(Profile profile, IConfigStore config)voidIProfileUpdater. update(IRequest req, RequestStatus status)Notifies of state change.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, Profile profile, java.util.Locale locale)static CertEnrollmentRequestCertEnrollmentRequestFactory. create(CMSRequest cmsReq, Profile profile, 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(ProfileInput input, IArgBlock params, java.util.Locale locale)static ProfileInputProfileInputFactory. create(ProfileInput input, IRequest request, java.util.Locale locale)static ProfileOutputProfileOutputFactory. create(ProfileOutput output, IRequest request, java.util.Locale locale) -
Uses of EProfileException in com.netscape.cmscore.profile
Methods in com.netscape.cmscore.profile that throw EProfileException Modifier and Type Method Description protected voidAbstractProfileSubsystem. commitConfigStore(java.lang.String id, IConfigStore cs)protected voidLDAPProfileSubsystem. commitConfigStore(java.lang.String id, IConfigStore configStore)Commit the configStore and track the resulting entryUSN and (in case of add) the nsUniqueIdvoidAbstractProfileSubsystem. commitProfile(java.lang.String id)Commits a profile.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.voidAbstractProfileSubsystem. disableProfile(java.lang.String id)Disables a profile for execution.voidAbstractProfileSubsystem. enableProfile(java.lang.String id, java.lang.String enableBy)Enables a profile for execution.ProfileAbstractProfileSubsystem. getProfile(java.lang.String id)Retrieves a profile by id.ProfileLDAPProfileSubsystem. getProfile(java.lang.String id)
-