Uses of Class
com.netscape.certsrv.profile.EProfileException

Packages that use EProfileException
com.netscape.certsrv.profile   
com.netscape.cms.authentication   
com.netscape.cms.profile.common   
com.netscape.cms.profile.constraint   
com.netscape.cms.profile.def   
com.netscape.cms.profile.input   
com.netscape.cms.profile.output   
com.netscape.cms.profile.updater   
com.netscape.cms.servlet.profile   
 

Uses of EProfileException in com.netscape.certsrv.profile
 

Subclasses of EProfileException in com.netscape.certsrv.profile
 class EDeferException
          This represents a profile specific exception.
 class ERejectException
          This represents a profile specific exception.
 

Methods in com.netscape.certsrv.profile that throw EProfileException
 IProfile IProfileSubsystem.createProfile(java.lang.String id, java.lang.String classid, java.lang.String className, java.lang.String configFile)
          Creates new profile.
 void IProfileSubsystem.createProfileConfig(java.lang.String id, java.lang.String classId, java.lang.String configPath)
          Creates a new profile configuration file.
 IProfileInput IProfile.createProfileInput(java.lang.String id, java.lang.String inputClassId, NameValuePairs nvp)
          Creates a input policy.
 IProfileOutput IProfile.createProfileOutput(java.lang.String id, java.lang.String outputClassId, NameValuePairs nvp)
          Creates a output policy.
 IProfilePolicy IProfile.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.
 void IProfileSubsystem.deleteProfile(java.lang.String id, java.lang.String configFile)
          Deletes profile.
 void IProfile.deleteProfileInput(java.lang.String inputId)
          Deletes input policy by id.
 void IProfile.deleteProfileOutput(java.lang.String outputId)
          Deletes output policy by id.
 void IProfile.deleteProfilePolicy(java.lang.String setId, java.lang.String policyId)
          Deletes a policy.
 void IProfileSubsystem.disableProfile(java.lang.String id)
          Disables a profile.
 void IProfileSubsystem.enableProfile(java.lang.String id, java.lang.String enableBy)
          Enables a profile.
 void IProfile.execute(IRequest request)
          Process a request after validation.
 IProfileAuthenticator IProfile.getAuthenticator()
          Retrieves the associated authenticator instance.
 IProfile IProfileSubsystem.getProfile(java.lang.String id)
          Retrieves a profile by id.
 java.lang.String IProfileInput.getValue(java.lang.String name, java.util.Locale locale, IRequest request)
          Retrieves value from the request.
 java.lang.String IProfileOutput.getValue(java.lang.String name, java.util.Locale locale, IRequest request)
          Retrieves the value of the given value parameter by name.
 void IPolicyConstraint.init(IProfile profile, IConfigStore config)
          Initializes this constraint policy.
 void IProfileInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileAuthenticator.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IPolicyDefault.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileUpdater.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileAuthenticator.populate(IAuthToken token, IRequest request)
          Populates authentication specific information into the request for auditing purposes.
 void IProfileInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void IProfileOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void IProfile.populate(IRequest request)
          Passes the request to the set of default policies that populate the profile information against the profile.
 void IPolicyDefault.populate(IRequest request)
          Populates the request with this policy default.
 void IProfile.populateInput(IProfileContext ctx, IRequest request)
          Populates user-supplied input values into the requests.
 void IEnrollProfile.setDefaultCertInfo(IRequest request)
          Set Default X509CertInfo in the request.
 void IProfile.submit(IAuthToken token, IRequest request)
          Handles end-user request submission.
 void IProfileUpdater.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
 void AgentCertAuthentication.init(IProfile profile, IConfigStore config)
           
 void TokenAuthentication.init(IProfile profile, IConfigStore config)
           
 void CMCAuth.init(IProfile profile, IConfigStore config)
           
 void FlatFileAuth.init(IProfile profile, IConfigStore config)
           
 void UidPwdPinDirAuthentication.init(IProfile profile, IConfigStore config)
           
 void SSLclientCertAuthentication.init(IProfile profile, IConfigStore config)
           
 void UidPwdDirAuthentication.init(IProfile profile, IConfigStore config)
           
 void UserPwdDirAuthentication.init(IProfile profile, IConfigStore config)
           
 void AgentCertAuthentication.populate(IAuthToken token, IRequest request)
           
 void TokenAuthentication.populate(IAuthToken token, IRequest request)
           
 void CMCAuth.populate(IAuthToken token, IRequest request)
           
 void FlatFileAuth.populate(IAuthToken token, IRequest request)
           
 void UidPwdPinDirAuthentication.populate(IAuthToken token, IRequest request)
           
 void SSLclientCertAuthentication.populate(IAuthToken token, IRequest request)
           
 void UidPwdDirAuthentication.populate(IAuthToken token, IRequest request)
           
 void UserPwdDirAuthentication.populate(IAuthToken token, IRequest request)
           
 

Uses of EProfileException in com.netscape.cms.profile.common
 

Methods in com.netscape.cms.profile.common that throw EProfileException
 IRequest EnrollProfile.createEnrollmentRequest()
           
 IProfileInput BasicProfile.createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps)
           
 IProfileInput BasicProfile.createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)
           
 IProfileOutput BasicProfile.createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps)
           
 IProfileOutput BasicProfile.createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps, boolean createConfig)
           
 IProfilePolicy BasicProfile.createProfilePolicy(java.lang.String setId, java.lang.String id, java.lang.String defaultClassId, java.lang.String constraintClassId)
          Creates a profile policy
 IProfilePolicy BasicProfile.createProfilePolicy(java.lang.String setId, java.lang.String id, java.lang.String defaultClassId, java.lang.String constraintClassId, boolean createConfig)
           
 IRequest[] EnrollProfile.createRequests(IProfileContext context, java.util.Locale locale)
          Creates request.
abstract  IRequest[] BasicProfile.createRequests(IProfileContext ctx, java.util.Locale locale)
          Creates request.
 void BasicProfile.deleteProfileInput(java.lang.String inputId)
           
 void BasicProfile.deleteProfileOutput(java.lang.String outputId)
           
 void BasicProfile.deleteProfilePolicy(java.lang.String setId, java.lang.String policyId)
           
abstract  void EnrollProfile.execute(IRequest request)
           
 void CAEnrollProfile.execute(IRequest request)
           
 void RAEnrollProfile.execute(IRequest request)
           
 void BasicProfile.execute(IRequest request)
           
 void EnrollProfile.fillCertReqMsg(java.util.Locale locale, org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, netscape.security.x509.X509CertInfo info, IRequest req)
           
 void EnrollProfile.fillKeyGen(java.util.Locale locale, netscape.security.util.DerInputStream derIn, netscape.security.x509.X509CertInfo info, IRequest req)
           
 void EnrollProfile.fillNSHKEY(java.util.Locale locale, java.lang.String tcuid, java.lang.String skey, netscape.security.x509.X509CertInfo info, IRequest req)
           
 void EnrollProfile.fillNSNKEY(java.util.Locale locale, java.lang.String sn, java.lang.String skey, netscape.security.x509.X509CertInfo info, IRequest req)
           
 void EnrollProfile.fillPKCS10(java.util.Locale locale, netscape.security.pkcs.PKCS10 pkcs10, netscape.security.x509.X509CertInfo info, IRequest req)
           
 void EnrollProfile.fillTaggedRequest(java.util.Locale locale, org.mozilla.jss.pkix.cmc.TaggedRequest tagreq, netscape.security.x509.X509CertInfo info, IRequest req)
           
 IProfileAuthenticator BasicProfile.getAuthenticator()
           
 java.lang.String BasicProfile.getInput(java.lang.String name, java.util.Locale locale, IRequest request)
           
 org.mozilla.jss.pkix.cmc.TaggedRequest[] EnrollProfile.parseCMC(java.util.Locale locale, java.lang.String certreq)
           
 org.mozilla.jss.pkix.crmf.CertReqMsg[] EnrollProfile.parseCRMF(java.util.Locale locale, java.lang.String certreq)
           
 netscape.security.util.DerInputStream EnrollProfile.parseKeyGen(java.util.Locale locale, java.lang.String certreq)
           
 netscape.security.pkcs.PKCS10 EnrollProfile.parsePKCS10(java.util.Locale locale, java.lang.String certreq)
           
 void EnrollProfile.populate(IRequest request)
           
 void BasicProfile.populate(IRequest request)
          Passes the request to the set of default policies that populate the profile information against the profile.
 void EnrollProfile.populateInput(IProfileContext ctx, IRequest request)
          Populate input
 void BasicProfile.populateInput(IProfileContext ctx, IRequest request)
           
 void EnrollProfile.setDefaultCertInfo(IRequest req)
           
 void BasicProfile.setInput(java.lang.String name, java.util.Locale locale, IRequest request, java.lang.String value)
           
 void EnrollProfile.submit(IAuthToken token, IRequest request)
          This method is called after the user submits the request from the end-entity page.
 void EnrollProfile.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
 void KeyConstraint.init(IProfile profile, IConfigStore config)
           
 void KeyUsageExtConstraint.init(IProfile profile, IConfigStore config)
           
 void NSCertTypeExtConstraint.init(IProfile profile, IConfigStore config)
           
 void EnrollConstraint.init(IProfile profile, IConfigStore config)
           
 void RenewGracePeriodConstraint.init(IProfile profile, IConfigStore config)
           
 void ExtensionConstraint.init(IProfile profile, IConfigStore config)
           
 void BasicConstraintsExtConstraint.init(IProfile profile, IConfigStore config)
          Initializes this constraint plugin.
 void NoConstraint.init(IProfile profile, IConfigStore config)
           
 void SubjectNameConstraint.init(IProfile profile, IConfigStore config)
           
 void ExtendedKeyUsageExtConstraint.init(IProfile profile, IConfigStore config)
           
 void UniqueSubjectNameConstraint.init(IProfile profile, IConfigStore config)
           
 void SigningAlgConstraint.init(IProfile profile, IConfigStore config)
           
 void ValidityConstraint.init(IProfile profile, IConfigStore config)
           
 void UniqueKeyConstraint.init(IProfile profile, IConfigStore config)
           
 void CAValidityConstraint.init(IProfile profile, IConfigStore config)
           
 

Uses of EProfileException in com.netscape.cms.profile.def
 

Methods in com.netscape.cms.profile.def that throw EProfileException
protected  void EnrollDefault.addExtension(java.lang.String name, netscape.security.x509.Extension ext, netscape.security.x509.X509CertInfo info)
           
 netscape.security.x509.CertificatePoliciesExtension CertificatePoliciesExtDefault.createExtension()
           
 netscape.security.extensions.InhibitAnyPolicyExtension InhibitAnyPolicyExtDefault.createExtension(IRequest request)
           
 netscape.security.x509.SubjectDirAttributesExtension SubjectDirAttributesExtDefault.createExtension(IRequest request)
           
 void UserSubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void AutoAssignDefault.init(IProfile profile, IConfigStore config)
           
 void AuthInfoAccessExtDefault.init(IProfile profile, IConfigStore config)
           
 void CRLDistributionPointsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectAltNameExtDefault.init(IProfile profile, IConfigStore config)
           
 void IssuerAltNameExtDefault.init(IProfile profile, IConfigStore config)
           
 void ExtendedKeyUsageExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void NoDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectInfoAccessExtDefault.init(IProfile profile, IConfigStore config)
           
 void PolicyConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void InhibitAnyPolicyExtDefault.init(IProfile profile, IConfigStore config)
           
 void nsTokenUserKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void EnrollDefault.init(IProfile profile, IConfigStore config)
           
 void OCSPNoCheckExtDefault.init(IProfile profile, IConfigStore config)
           
 void BasicConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SigningAlgDefault.init(IProfile profile, IConfigStore config)
           
 void GenericExtDefault.init(IProfile profile, IConfigStore config)
           
 void nsNKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void AuthorityKeyIdentifierExtDefault.init(IProfile profile, IConfigStore config)
           
 void UserKeyDefault.init(IProfile profile, IConfigStore config)
           
 void NSCCommentExtDefault.init(IProfile profile, IConfigStore config)
           
 void CertificateVersionDefault.init(IProfile profile, IConfigStore config)
           
 void ValidityDefault.init(IProfile profile, IConfigStore config)
           
 void ImageDefault.init(IProfile profile, IConfigStore config)
           
 void PolicyMappingsExtDefault.init(IProfile profile, IConfigStore config)
           
 void NSCertTypeExtDefault.init(IProfile profile, IConfigStore config)
           
 void CAValidityDefault.init(IProfile profile, IConfigStore config)
           
 void UserSigningAlgDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectDirAttributesExtDefault.init(IProfile profile, IConfigStore config)
           
 void PrivateKeyUsagePeriodExtDefault.init(IProfile profile, IConfigStore config)
           
 void UserValidityDefault.init(IProfile profile, IConfigStore config)
           
 void nsTokenDeviceKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void KeyUsageExtDefault.init(IProfile profile, IConfigStore config)
           
 void FreshestCRLExtDefault.init(IProfile profile, IConfigStore config)
           
 void AuthTokenSubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void nsHKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void UserExtensionDefault.init(IProfile profile, IConfigStore config)
           
 void NameConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectKeyIdentifierExtDefault.init(IProfile profile, IConfigStore config)
           
 void CertificatePoliciesExtDefault.init(IProfile profile, IConfigStore config)
           
 void nsTokenUserKeySubjectNameDefault.ldapInit()
           
 void nsNKeySubjectNameDefault.ldapInit()
           
 void NoDefault.populate(IRequest request)
          Populates the request with this policy default.
 void EnrollDefault.populate(IRequest request)
          Populates the request with this policy default.
 void UserSubjectNameDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void AutoAssignDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void AuthInfoAccessExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void CRLDistributionPointsExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void SubjectAltNameExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void IssuerAltNameExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void ExtendedKeyUsageExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void SubjectNameDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void SubjectInfoAccessExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void PolicyConstraintsExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void InhibitAnyPolicyExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void nsTokenUserKeySubjectNameDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
abstract  void EnrollDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates attributes into the certificate template.
 void OCSPNoCheckExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void BasicConstraintsExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void SigningAlgDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void GenericExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void nsNKeySubjectNameDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void AuthorityKeyIdentifierExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void UserKeyDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void NSCCommentExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void CertificateVersionDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void ValidityDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void ImageDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void PolicyMappingsExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void NSCertTypeExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void CAValidityDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void UserSigningAlgDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void SubjectDirAttributesExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void PrivateKeyUsagePeriodExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void UserValidityDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void nsTokenDeviceKeySubjectNameDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void KeyUsageExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void FreshestCRLExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void AuthTokenSubjectNameDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void nsHKeySubjectNameDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void UserExtensionDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void NameConstraintsExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void SubjectKeyIdentifierExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
 void CertificatePoliciesExtDefault.populate(IRequest request, netscape.security.x509.X509CertInfo info)
          Populates the request with this policy default.
protected  void EnrollDefault.replaceExtension(java.lang.String name, netscape.security.x509.Extension ext, netscape.security.x509.X509CertInfo info)
           
 

Uses of EProfileException in com.netscape.cms.profile.input
 

Methods in com.netscape.cms.profile.input that throw EProfileException
 java.lang.String EnrollInput.getValue(java.lang.String name, java.util.Locale locale, IRequest request)
           
 void SubjectDNInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SerialNumRenewInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SubjectNameInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void KeyGenInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void ImageInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void EnrollInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsNKeyCertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void FileSigningInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsHKeyCertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SubmitterInfoInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void GenericInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void DualKeyGenInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CMCCertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
protected  void SubjectDNInput.parseSubjectName(netscape.security.x509.X500Name subj, netscape.security.x509.X509CertInfo info, IRequest req)
           
protected  void SubjectNameInput.parseSubjectName(netscape.security.x509.X500Name subj, netscape.security.x509.X509CertInfo info, IRequest req)
           
 void SubjectDNInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void SerialNumRenewInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void SubjectNameInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void KeyGenInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void ImageInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
abstract  void EnrollInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void nsNKeyCertReqInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void FileSigningInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void nsHKeyCertReqInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void CertReqInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void SubmitterInfoInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void GenericInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void DualKeyGenInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void CMCCertReqInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void EnrollInput.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
 java.lang.String CertOutput.getValue(java.lang.String name, java.util.Locale locale, IRequest request)
           
 java.lang.String EnrollOutput.getValue(java.lang.String name, java.util.Locale locale, IRequest request)
           
 java.lang.String nsNKeyOutput.getValue(java.lang.String name, java.util.Locale locale, IRequest request)
           
 java.lang.String PKCS7Output.getValue(java.lang.String name, java.util.Locale locale, IRequest request)
           
 java.lang.String CMMFOutput.getValue(java.lang.String name, java.util.Locale locale, IRequest request)
           
 void CertOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void EnrollOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsNKeyOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void PKCS7Output.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CMMFOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CertOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
abstract  void EnrollOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void nsNKeyOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void PKCS7Output.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void CMMFOutput.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
 void SubsystemGroupUpdater.init(IProfile profile, IConfigStore config)
           
 void SubsystemGroupUpdater.update(IRequest req, RequestStatus status)
           
 

Uses of EProfileException in com.netscape.cms.servlet.profile
 

Methods in com.netscape.cms.servlet.profile that throw EProfileException
protected  void ProfileProcessServlet.approveRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
          Approve request
protected  void ProfileProcessServlet.assignRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
           
protected  void ProfileProcessServlet.cancelRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
          Cancel request
protected  void ProfileProcessServlet.checkProfileVersion(IProfile profile, IRequest req, java.util.Locale locale)
          Check if the request creation time is older than the profile lastModified attribute.
protected  void ProfileProcessServlet.rejectRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
          Reject request
protected  void ProfileProcessServlet.unassignRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)