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 class
ECMCBadIdentityException
This represents a profile specific exception for handling CMC badIdentity condition.class
ECMCBadMessageCheckException
This represents a profile specific exception for handling CMC badMessageCheck condition.class
ECMCBadRequestException
This represents a profile specific exception for handling CMC badRequest condition.class
ECMCPopFailedException
This represents a profile specific exception for handling CMC popFailed condition.class
ECMCPopRequiredException
This represents a profile specific exception for handling CMC popRequired condition.class
ECMCUnsupportedExtException
This represents a profile specific exception for handling CMC unsupportedExt condition.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 Modifier and Type Method Description void
IProfileSubsystem. commitProfile(java.lang.String id)
Commit a profile's underlying config store.IProfile
IProfileSubsystem. createProfile(java.lang.String id, java.lang.String classid, java.lang.String className)
Creates new profile.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
IProfile. deleteAllProfileInputs()
Delete all profile inputsvoid
IProfile. deleteAllProfileOutputs()
Delete all profile inputsvoid
IProfile. deleteAllProfilePolicies()
Delete all profile policiesvoid
IProfileSubsystem. deleteProfile(java.lang.String id)
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
IPolicyDefault. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
IProfileAuthenticator. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
IProfileInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
IProfileOutput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
IProfileUpdater. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
IPolicyDefault. populate(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
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. 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 Modifier and Type Method Description void
AgentCertAuthentication. init(IProfile profile, IConfigStore config)
void
CMCAuth. init(IProfile profile, IConfigStore config)
void
CMCUserSignedAuth. init(IProfile profile, IConfigStore config)
void
FlatFileAuth. init(IProfile profile, IConfigStore config)
void
SSLclientCertAuthentication. init(IProfile profile, IConfigStore config)
void
TokenAuthentication. init(IProfile profile, IConfigStore config)
void
UidPwdDirAuthentication. init(IProfile profile, IConfigStore config)
void
UidPwdPinDirAuthentication. init(IProfile profile, IConfigStore config)
void
UserPwdDirAuthentication. init(IProfile profile, IConfigStore config)
void
AgentCertAuthentication. populate(IAuthToken token, IRequest request)
void
CMCAuth. populate(IAuthToken token, IRequest request)
void
CMCUserSignedAuth. populate(IAuthToken token, IRequest request)
void
FlatFileAuth. populate(IAuthToken token, IRequest request)
void
SSLclientCertAuthentication. populate(IAuthToken token, IRequest request)
void
TokenAuthentication. populate(IAuthToken token, IRequest request)
void
UidPwdDirAuthentication. populate(IAuthToken token, IRequest request)
void
UidPwdPinDirAuthentication. 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 Modifier and Type Method Description 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 policyIProfilePolicy
BasicProfile. 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.void
BasicProfile. deleteAllProfileInputs()
void
BasicProfile. deleteAllProfileOutputs()
void
BasicProfile. deleteAllProfilePolicies()
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)
void
BasicProfile. execute(IRequest request)
void
CAEnrollProfile. execute(IRequest request)
abstract void
EnrollProfile. execute(IRequest request)
void
EnrollProfile. fillCertReqMsg(java.util.Locale locale, org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, X509CertInfo info, IRequest req)
void
EnrollProfile. fillKeyGen(java.util.Locale locale, DerInputStream derIn, X509CertInfo info, IRequest req)
void
EnrollProfile. fillNSHKEY(java.util.Locale locale, java.lang.String tcuid, java.lang.String skey, X509CertInfo info, IRequest req)
void
EnrollProfile. fillNSNKEY(java.util.Locale locale, java.lang.String sn, java.lang.String skey, X509CertInfo info, IRequest req)
void
EnrollProfile. fillPKCS10(java.util.Locale locale, PKCS10 pkcs10, X509CertInfo info, IRequest req)
void
EnrollProfile. fillTaggedRequest(java.util.Locale locale, org.mozilla.jss.pkix.cmc.TaggedRequest tagreq, 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.PKIData
EnrollProfile. 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)
DerInputStream
EnrollProfile. parseKeyGen(java.util.Locale locale, java.lang.String certreq)
PKCS10
EnrollProfile. parsePKCS10(java.util.Locale locale, java.lang.String certreq)
void
BasicProfile. populate(IRequest request)
Passes the request to the set of default policies that populate the profile information against the profile.void
EnrollProfile. populate(IRequest request)
void
BasicProfile. populateInput(IProfileContext ctx, IRequest request)
void
EnrollProfile. populateInput(IProfileContext ctx, IRequest request)
Populate inputvoid
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 Modifier and Type Method Description void
AuthzRealmConstraint. init(IProfile profile, IConfigStore config)
void
BasicConstraintsExtConstraint. init(IProfile profile, IConfigStore config)
Initializes this constraint plugin.void
CAValidityConstraint. init(IProfile profile, IConfigStore config)
void
CMCSelfSignedSubjectNameConstraint. init(IProfile profile, IConfigStore config)
void
CMCUserSignedSubjectNameConstraint. init(IProfile profile, IConfigStore config)
void
EnrollConstraint. init(IProfile profile, IConfigStore config)
void
ExtendedKeyUsageExtConstraint. init(IProfile profile, IConfigStore config)
void
ExtensionConstraint. init(IProfile profile, IConfigStore config)
void
ExternalProcessConstraint. init(IProfile profile, IConfigStore config)
void
KeyConstraint. init(IProfile profile, IConfigStore config)
void
KeyUsageExtConstraint. init(IProfile profile, IConfigStore config)
void
NoConstraint. init(IProfile profile, IConfigStore config)
void
NSCertTypeExtConstraint. init(IProfile profile, IConfigStore config)
void
RenewGracePeriodConstraint. init(IProfile profile, IConfigStore config)
void
SigningAlgConstraint. init(IProfile profile, IConfigStore config)
void
SubjectNameConstraint. init(IProfile profile, IConfigStore config)
void
UniqueKeyConstraint. init(IProfile profile, IConfigStore config)
void
UniqueSubjectNameConstraint. init(IProfile profile, IConfigStore config)
void
UserSubjectNameConstraint. init(IProfile profile, IConfigStore config)
void
ValidityConstraint. 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 void
EnrollDefault. addExtension(java.lang.String name, Extension ext, X509CertInfo info)
CertificatePoliciesExtension
CertificatePoliciesExtDefault. createExtension()
InhibitAnyPolicyExtension
InhibitAnyPolicyExtDefault. createExtension(IRequest request)
IssuerAlternativeNameExtension
IssuerAltNameExtDefault. createExtension(IRequest request)
NameConstraintsExtension
NameConstraintsExtDefault. createExtension()
SubjectAlternativeNameExtension
SubjectAltNameExtDefault. createExtension(IRequest request)
SubjectDirAttributesExtension
SubjectDirAttributesExtDefault. createExtension(IRequest request)
void
AuthInfoAccessExtDefault. init(IProfile profile, IConfigStore config)
void
AuthorityKeyIdentifierExtDefault. init(IProfile profile, IConfigStore config)
void
AuthTokenSubjectNameDefault. init(IProfile profile, IConfigStore config)
void
AuthzRealmDefault. init(IProfile profile, IConfigStore config)
void
AutoAssignDefault. init(IProfile profile, IConfigStore config)
void
BasicConstraintsExtDefault. init(IProfile profile, IConfigStore config)
void
CAValidityDefault. init(IProfile profile, IConfigStore config)
void
CertificatePoliciesExtDefault. init(IProfile profile, IConfigStore config)
void
CertificateVersionDefault. init(IProfile profile, IConfigStore config)
void
CMCUserSignedSubjectNameDefault. init(IProfile profile, IConfigStore config)
void
CRLDistributionPointsExtDefault. init(IProfile profile, IConfigStore config)
void
EnrollDefault. init(IProfile profile, IConfigStore config)
void
ExtendedKeyUsageExtDefault. init(IProfile profile, IConfigStore config)
void
FreshestCRLExtDefault. init(IProfile profile, IConfigStore config)
void
GenericExtDefault. init(IProfile profile, IConfigStore config)
void
ImageDefault. init(IProfile profile, IConfigStore config)
void
InhibitAnyPolicyExtDefault. init(IProfile profile, IConfigStore config)
void
IssuerAltNameExtDefault. init(IProfile profile, IConfigStore config)
void
KeyUsageExtDefault. init(IProfile profile, IConfigStore config)
void
NameConstraintsExtDefault. init(IProfile profile, IConfigStore config)
void
NoDefault. init(IProfile profile, IConfigStore config)
void
NSCCommentExtDefault. init(IProfile profile, IConfigStore config)
void
NSCertTypeExtDefault. init(IProfile profile, IConfigStore config)
void
nsHKeySubjectNameDefault. init(IProfile profile, IConfigStore config)
void
nsNKeySubjectNameDefault. init(IProfile profile, IConfigStore config)
void
nsTokenDeviceKeySubjectNameDefault. init(IProfile profile, IConfigStore config)
void
nsTokenUserKeySubjectNameDefault. init(IProfile profile, IConfigStore config)
void
OCSPNoCheckExtDefault. init(IProfile profile, IConfigStore config)
void
PolicyConstraintsExtDefault. init(IProfile profile, IConfigStore config)
void
PolicyMappingsExtDefault. init(IProfile profile, IConfigStore config)
void
PrivateKeyUsagePeriodExtDefault. init(IProfile profile, IConfigStore config)
void
RandomizedValidityDefault. init(IProfile profile, IConfigStore config)
void
SigningAlgDefault. init(IProfile profile, IConfigStore config)
void
SubjectAltNameExtDefault. init(IProfile profile, IConfigStore config)
void
SubjectDirAttributesExtDefault. init(IProfile profile, IConfigStore config)
void
SubjectInfoAccessExtDefault. init(IProfile profile, IConfigStore config)
void
SubjectKeyIdentifierExtDefault. init(IProfile profile, IConfigStore config)
void
SubjectNameDefault. init(IProfile profile, IConfigStore config)
void
UserExtensionDefault. init(IProfile profile, IConfigStore config)
void
UserKeyDefault. init(IProfile profile, IConfigStore config)
void
UserSigningAlgDefault. init(IProfile profile, IConfigStore config)
void
UserSubjectNameDefault. init(IProfile profile, IConfigStore config)
void
UserValidityDefault. init(IProfile profile, IConfigStore config)
void
ValidityDefault. init(IProfile profile, IConfigStore config)
void
nsNKeySubjectNameDefault. ldapInit()
void
nsTokenUserKeySubjectNameDefault. ldapInit()
void
AuthInfoAccessExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
AuthorityKeyIdentifierExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
AuthTokenSubjectNameDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
AuthzRealmDefault. populate(IRequest request, X509CertInfo info)
void
AutoAssignDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
BasicConstraintsExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
CAValidityDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
CertificatePoliciesExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
CertificateVersionDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
CMCUserSignedSubjectNameDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
CommonNameToSANDefault. populate(IRequest _req, X509CertInfo info)
void
CRLDistributionPointsExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
EnrollDefault. populate(IRequest request)
Populates the request with this policy default.abstract void
EnrollDefault. populate(IRequest request, X509CertInfo info)
Populates attributes into the certificate template.void
ExtendedKeyUsageExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
FreshestCRLExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
GenericExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
ImageDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
InhibitAnyPolicyExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
IssuerAltNameExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
KeyUsageExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
NameConstraintsExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
NoDefault. populate(IRequest request)
Populates the request with this policy default.void
NSCCommentExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
NSCertTypeExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
nsHKeySubjectNameDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
nsNKeySubjectNameDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
nsTokenDeviceKeySubjectNameDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
nsTokenUserKeySubjectNameDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
OCSPNoCheckExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
PolicyConstraintsExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
PolicyMappingsExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
PrivateKeyUsagePeriodExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
RandomizedValidityDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
SigningAlgDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
SubjectAltNameExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
SubjectDirAttributesExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
SubjectInfoAccessExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
SubjectKeyIdentifierExtDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
SubjectNameDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
UserExtensionDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
UserKeyDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
UserSigningAlgDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
UserSubjectNameDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
UserValidityDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.void
ValidityDefault. populate(IRequest request, X509CertInfo info)
Populates the request with this policy default.protected void
EnrollDefault. 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.String
EnrollInput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
void
CertReqInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
CMCCertReqInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
DualKeyGenInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
EncryptionKeyGenInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
EnrollInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
FileSigningInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
GenericInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
ImageInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
KeyGenInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
nsHKeyCertReqInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
nsNKeyCertReqInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
SerialNumRenewInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
SigningKeyGenInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
SubjectAltNameExtInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
SubjectDNInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
SubjectNameInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
SubmitterInfoInput. init(IProfile profile, IConfigStore config)
Initializes this default policy.protected void
SubjectDNInput. parseSubjectName(X500Name subj, X509CertInfo info, IRequest req)
protected void
SubjectNameInput. parseSubjectName(X500Name subj, X509CertInfo info, IRequest req)
void
CertReqInput. 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
DualKeyGenInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
EncryptionKeyGenInput. 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
FileSigningInput. 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
ImageInput. 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
nsHKeyCertReqInput. 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
SerialNumRenewInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SigningKeyGenInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SubjectAltNameExtInput. populate(IProfileContext ctx, IRequest request)
Populates the request with this policy default.void
SubjectDNInput. 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
SubmitterInfoInput. 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 Modifier and Type Method Description java.lang.String
CertOutput. 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)
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)
void
CertOutput. init(IProfile profile, IConfigStore config)
Initializes this default policy.void
CMMFOutput. 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
CertOutput. 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.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. -
Uses of EProfileException in com.netscape.cms.profile.updater
Methods in com.netscape.cms.profile.updater that throw EProfileException Modifier and Type Method Description void
SubsystemGroupUpdater. init(IProfile profile, IConfigStore config)
void
SubsystemGroupUpdater. 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 CertEnrollmentRequest
CertEnrollmentRequestFactory. create(IArgBlock params, IProfile profile, java.util.Locale locale)
static CertEnrollmentRequest
CertEnrollmentRequestFactory. create(CMSRequest cmsReq, IProfile profile, java.util.Locale locale)
static CertReviewResponse
CertReviewResponseFactory. 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 ProfileInput
ProfileInputFactory. create(IProfileInput input, IArgBlock params, java.util.Locale locale)
static ProfileInput
ProfileInputFactory. create(IProfileInput input, IRequest request, java.util.Locale locale)
static ProfileOutput
ProfileOutputFactory. create(IProfileOutput output, IRequest request, java.util.Locale locale)
-