|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.cms.profile.common.BasicProfile
com.netscape.cms.profile.common.EnrollProfile
public abstract class EnrollProfile
This class implements a generic enrollment profile.
| Field Summary |
|---|
| Fields inherited from class com.netscape.cms.profile.common.BasicProfile |
|---|
mAuthenticator, mAuthInstanceId, mAuthzAcl, mConfig, mId, mInputIds, mInputNames, mInputs, mOutputIds, mOutputs, mOwner, mPolicySet, mRegistry, mSignedAuditLogger, mUpdaterIds, mUpdaters, PROP_CLASS_ID, PROP_CONSTRAINT, PROP_DEFAULT, PROP_DESC, PROP_ENABLE, PROP_ENABLE_BY, PROP_GENERIC_EXT_DEFAULT, PROP_INPUT, PROP_INPUT_LIST, PROP_INSTANCE_ID, PROP_IS_RENEWAL, PROP_NAME, PROP_NO_CONSTRAINT, PROP_NO_DEFAULT, PROP_OUTPUT, PROP_OUTPUT_LIST, PROP_PARAMS, PROP_POLICY_LIST, PROP_UPDATER_LIST, PROP_VISIBLE, PROP_XML_OUTPUT |
| Fields inherited from interface com.netscape.certsrv.profile.IEnrollProfile |
|---|
CTX_CERT_REQUEST, CTX_CERT_REQUEST_TYPE, CTX_RENEWAL, CTX_RENEWAL_SEQ_NUM, REQ_TYPE_CMC, REQ_TYPE_CRMF, REQ_TYPE_KEYGEN, REQ_TYPE_PKCS10, REQUEST_ARCHIVE_OPTIONS, REQUEST_CERTINFO, REQUEST_EXTENSIONS, REQUEST_ISSUED_CERT, REQUEST_KEY, REQUEST_LOCALE, REQUEST_SEQ_NUM, REQUEST_SIGNING_ALGORITHM, REQUEST_SUBJECT_NAME, REQUEST_VALIDITY |
| Constructor Summary | |
|---|---|
EnrollProfile()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
auditProfileID()
Signed Audit Log Profile ID This method is inherited by all extended "EnrollProfile"s, and is called to obtain the "ProfileID" for a signed audit log message. |
protected java.lang.String |
auditRequesterID(IRequest request)
Signed Audit Log Requester ID This method is inherited by all extended "EnrollProfile"s, and is called to obtain the "RequesterID" for a signed audit log message. |
IProfileContext |
createContext()
Retrieves profile context. |
IRequest |
createEnrollmentRequest()
|
IRequest[] |
createRequests(IProfileContext context,
java.util.Locale locale)
Creates request. |
abstract void |
execute(IRequest request)
Process a request after validation. |
void |
fillCertReqMsg(java.util.Locale locale,
org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg,
netscape.security.x509.X509CertInfo info,
IRequest req)
|
void |
fillKeyGen(java.util.Locale locale,
netscape.security.util.DerInputStream derIn,
netscape.security.x509.X509CertInfo info,
IRequest req)
|
void |
fillNSHKEY(java.util.Locale locale,
java.lang.String tcuid,
java.lang.String skey,
netscape.security.x509.X509CertInfo info,
IRequest req)
|
void |
fillNSNKEY(java.util.Locale locale,
java.lang.String sn,
java.lang.String skey,
netscape.security.x509.X509CertInfo info,
IRequest req)
|
void |
fillPKCS10(java.util.Locale locale,
netscape.security.pkcs.PKCS10 pkcs10,
netscape.security.x509.X509CertInfo info,
IRequest req)
|
void |
fillTaggedRequest(java.util.Locale locale,
org.mozilla.jss.pkix.cmc.TaggedRequest tagreq,
netscape.security.x509.X509CertInfo info,
IRequest req)
|
abstract IAuthority |
getAuthority()
|
abstract netscape.security.x509.X500Name |
getIssuerName()
|
java.util.Locale |
getLocale(IRequest request)
|
protected org.mozilla.jss.pkix.crmf.PKIArchiveOptions |
getPKIArchiveOptions(org.mozilla.jss.pkix.primitive.AVA ava)
|
java.lang.String |
getPolicySetId(IRequest req)
Perform simple policy set assignment. |
java.lang.String |
getRequestorDN(IRequest request)
Retrieves a localized string that represents requestor's distinguished name. |
IRequestQueue |
getRequestQueue()
Retrieves the request queue that is associated with this profile. |
java.lang.String |
normalizeCertReq(java.lang.String s)
|
org.mozilla.jss.pkix.cmc.TaggedRequest[] |
parseCMC(java.util.Locale locale,
java.lang.String certreq)
|
org.mozilla.jss.pkix.crmf.CertReqMsg[] |
parseCRMF(java.util.Locale locale,
java.lang.String certreq)
|
netscape.security.util.DerInputStream |
parseKeyGen(java.util.Locale locale,
java.lang.String certreq)
|
netscape.security.pkcs.PKCS10 |
parsePKCS10(java.util.Locale locale,
java.lang.String certreq)
|
void |
populate(IRequest request)
Passes the request to the set of default policies that populate the profile information against the profile. |
void |
populateInput(IProfileContext ctx,
IRequest request)
Populate input |
void |
setDefaultCertInfo(IRequest req)
Set Default X509CertInfo in the request. |
void |
submit(IAuthToken token,
IRequest request)
This method is called after the user submits the request from the end-entity page. |
byte[] |
toByteArray(org.mozilla.jss.pkix.crmf.PKIArchiveOptions options)
|
org.mozilla.jss.pkix.crmf.PKIArchiveOptions |
toPKIArchiveOptions(byte[] options)
|
void |
validate(IRequest request)
Passes the request to the set of constraint policies that validate the request against the profile. |
void |
verifyPOP(java.util.Locale locale,
org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.netscape.certsrv.profile.IProfile |
|---|
createProfileInput, createProfileOutput, createProfilePolicy, deleteProfileInput, deleteProfileOutput, deleteProfilePolicy, getApprovedBy, getAuthenticator, getAuthenticatorId, getAuthzAcl, getConfigStore, getDescription, getId, getName, getProfileInput, getProfileInputIds, getProfileOutput, getProfileOutputIds, getProfilePolicies, getProfilePolicy, getProfilePolicyIds, getProfilePolicySetIds, init, isRenewal, isVisible, isXmlOutput, setAuthenticatorId, setDescription, setId, setName, setVisible |
| Constructor Detail |
|---|
public EnrollProfile()
| Method Detail |
|---|
public abstract IAuthority getAuthority()
public IRequestQueue getRequestQueue()
IProfile
getRequestQueue in interface IProfilepublic IProfileContext createContext()
IProfile
createContext in interface IProfilecreateContext in class BasicProfile
public IRequest[] createRequests(IProfileContext context,
java.util.Locale locale)
throws EProfileException
createRequests in interface IProfilecreateRequests in class BasicProfilecontext - profile contextlocale - user locale
EProfileException - failed to create requestspublic abstract netscape.security.x509.X500Name getIssuerName()
public void setDefaultCertInfo(IRequest req)
throws EProfileException
IEnrollProfile
setDefaultCertInfo in interface IEnrollProfilereq - profile-based certificate request.
EProfileException - failed to set the X509CertInfo.
public IRequest createEnrollmentRequest()
throws EProfileException
EProfileException
public abstract void execute(IRequest request)
throws EProfileException
IProfile
execute in interface IProfileexecute in class BasicProfilerequest - request to be processed
EProfileException - failed to processpublic java.lang.String getPolicySetId(IRequest req)
getPolicySetId in interface IProfilereq - request
public java.lang.String getRequestorDN(IRequest request)
IProfile
getRequestorDN in interface IProfilegetRequestorDN in class BasicProfilerequest - request
public void submit(IAuthToken token,
IRequest request)
throws EDeferException,
EProfileException
submit in interface IProfiletoken - authentication tokenrequest - request to be processed
EDeferException - defer request
EProfileException - failed to submit
public org.mozilla.jss.pkix.cmc.TaggedRequest[] parseCMC(java.util.Locale locale,
java.lang.String certreq)
throws EProfileException
EProfileException
public void fillTaggedRequest(java.util.Locale locale,
org.mozilla.jss.pkix.cmc.TaggedRequest tagreq,
netscape.security.x509.X509CertInfo info,
IRequest req)
throws EProfileException
EProfileException
public org.mozilla.jss.pkix.crmf.CertReqMsg[] parseCRMF(java.util.Locale locale,
java.lang.String certreq)
throws EProfileException
EProfileExceptionprotected org.mozilla.jss.pkix.crmf.PKIArchiveOptions getPKIArchiveOptions(org.mozilla.jss.pkix.primitive.AVA ava)
public org.mozilla.jss.pkix.crmf.PKIArchiveOptions toPKIArchiveOptions(byte[] options)
public byte[] toByteArray(org.mozilla.jss.pkix.crmf.PKIArchiveOptions options)
public void fillCertReqMsg(java.util.Locale locale,
org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg,
netscape.security.x509.X509CertInfo info,
IRequest req)
throws EProfileException
EProfileException
public netscape.security.pkcs.PKCS10 parsePKCS10(java.util.Locale locale,
java.lang.String certreq)
throws EProfileException
EProfileException
public void fillPKCS10(java.util.Locale locale,
netscape.security.pkcs.PKCS10 pkcs10,
netscape.security.x509.X509CertInfo info,
IRequest req)
throws EProfileException
EProfileException
public void fillNSNKEY(java.util.Locale locale,
java.lang.String sn,
java.lang.String skey,
netscape.security.x509.X509CertInfo info,
IRequest req)
throws EProfileException
EProfileException
public void fillNSHKEY(java.util.Locale locale,
java.lang.String tcuid,
java.lang.String skey,
netscape.security.x509.X509CertInfo info,
IRequest req)
throws EProfileException
EProfileException
public netscape.security.util.DerInputStream parseKeyGen(java.util.Locale locale,
java.lang.String certreq)
throws EProfileException
EProfileException
public void fillKeyGen(java.util.Locale locale,
netscape.security.util.DerInputStream derIn,
netscape.security.x509.X509CertInfo info,
IRequest req)
throws EProfileException
EProfileExceptionpublic java.lang.String normalizeCertReq(java.lang.String s)
public java.util.Locale getLocale(IRequest request)
public void populateInput(IProfileContext ctx,
IRequest request)
throws EProfileException
(either all "agent" profile cert requests NOT made through a connector, or all "EE" profile cert requests NOT made through a connector)
populateInput in interface IProfilepopulateInput in class BasicProfilectx - profile contextrequest - the certificate request
EProfileException - an error related to this profile has
occurred
public void populate(IRequest request)
throws EProfileException
BasicProfile
populate in interface IProfilepopulate in class BasicProfilerequest - request
EProfileException - failed to populate default values
public void validate(IRequest request)
throws ERejectException
validate in interface IProfilevalidate in class BasicProfilerequest - request
ERejectException - validation violationprotected java.lang.String auditRequesterID(IRequest request)
request - the actual request
protected java.lang.String auditProfileID()
public void verifyPOP(java.util.Locale locale,
org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg)
throws EProfileException
EProfileException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||