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.voidEnrollProfile. submit(IAuthToken token, IRequest request, boolean explicitApprovalRequired)abstract voidProfile. submit(IAuthToken token, IRequest request)Handles end-user request submission.abstract voidProfile. submit(IAuthToken token, IRequest request, boolean explicitApprovalRequired)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 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 abstract voidPolicyDefault. init(IConfigStore config)Initializes this default policy.abstract voidPolicyDefault. populate(IRequest request)Populates the request with this policy default. -
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)
-