Uses of Interface
com.netscape.certsrv.request.IRequest
Packages that use IRequest
Package
Description
-
Uses of IRequest in com.netscape.certsrv.connector
Methods in com.netscape.certsrv.connector with parameters of type IRequestModifier and TypeMethodDescriptionvoid
IResender.addRequest
(IRequest r) Adds the request to the resend queue.void
IHttpPKIMessage.fromRequest
(IRequest r) Copies contents of request to make a simple name/value message.void
IPKIMessage.fromRequest
(IRequest r) Makes a PKIMessage from a request PKIMessage will be sent to wire.boolean
Sends the request to a remote authority.void
Copies contents to request.void
Copies contents of PKIMessage to the request PKIMessage is from the wire. -
Uses of IRequest in com.netscape.certsrv.kra
Methods in com.netscape.certsrv.kra with parameters of type IRequestModifier and TypeMethodDescriptionvoid
IKeyRecoveryAuthority.processSynchronousRequest
(IRequest request) Process synchronous archival and recovery requests -
Uses of IRequest in com.netscape.certsrv.logging.event
Methods in com.netscape.certsrv.logging.event with parameters of type IRequestModifier and TypeMethodDescriptionstatic CertRequestProcessedEvent
CertRequestProcessedEvent.createFailureEvent
(String subjectID, String requesterID, String infoName, IRequest request) Constructors in com.netscape.certsrv.logging.event with parameters of type IRequestModifierConstructorDescriptionCertStatusChangeRequestEvent
(String subjectID, String outcome, IRequest request, String serialNumber, String requestType) CertStatusChangeRequestProcessedEvent
(String subjectID, String outcome, IRequest request, String serialNumber, String requestType, String reasonNum, RequestStatus approvalStatus) -
Uses of IRequest in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish with parameters of type IRequest -
Uses of IRequest in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra with parameters of type IRequestModifier and TypeMethodDescriptionvoid
IRAService.serviceProfileRequest
(IRequest request) Services profile request.boolean
IRAService.serviceRequest
(IRequest req) Services request. -
Uses of IRequest in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return IRequestModifier and TypeMethodDescriptionIRequestVirtualList.getElementAt
(int index) Gets the element at the specified indexIRequestNotifier.getRequest()
Gets request from publishing queue.IRequestList.nextRequestObject()
Gets next request Object from the list.Methods in com.netscape.certsrv.request with parameters of type IRequestModifier and TypeMethodDescriptionvoid
Accepts request.void
IRequestNotifier.addToNotify
(IRequest r) Notifies all registered listeners about request.Applies the policy check to the request.void
IRequest.copyContents
(IRequest req) Copies meta attributes (excluding request Id, etc.) of another request to this request.void
Provides notification that a request has been completed.void
Request entered the request queue processing.void
IRequestScheduler.requestOut
(IRequest r) Request exited the request queue processing.boolean
IService.serviceRequest
(IRequest request) Performs the service (such as certificate generation) represented by this request. -
Uses of IRequest in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type IRequestModifier and TypeMethodDescriptionvoid
AgentCertAuthentication.populate
(IAuthToken token, IRequest request) void
CMCAuth.populate
(IAuthToken token, IRequest request) void
FlatFileAuth.populate
(IAuthToken token, IRequest request) void
SessionAuthentication.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 IRequest in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs with parameters of type IRequest -
Uses of IRequest in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners with parameters of type IRequest -
Uses of IRequest in com.netscape.cms.profile
Methods in com.netscape.cms.profile with parameters of type IRequestModifier and TypeMethodDescriptionvoid
ProfileAuthenticator.populate
(IAuthToken token, IRequest request) Populates authentication specific information into the request for auditing purposes. -
Uses of IRequest in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return IRequestModifier and TypeMethodDescriptionEnrollProfile.createEnrollmentRequest()
IRequest[]
EnrollProfile.createRequests
(Map<String, String> ctx, Locale locale) Creates request.abstract IRequest[]
Profile.createRequests
(Map<String, String> ctx, Locale locale) Creates one or more requests.Methods in com.netscape.cms.profile.common with parameters of type IRequestModifier and TypeMethodDescriptionprotected String
EnrollProfile.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.abstract void
void
Process a request after validation.void
EnrollProfile.fillCertReqMsg
(Locale locale, org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req) void
EnrollProfile.fillKeyGen
(Locale locale, org.mozilla.jss.netscape.security.util.DerInputStream derIn, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req) void
EnrollProfile.fillNSHKEY
(Locale locale, String tcuid, String skey, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req) void
EnrollProfile.fillNSNKEY
(Locale locale, String sn, String skey, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req) void
EnrollProfile.fillPKCS10
(Locale locale, org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req) void
EnrollProfile.fillTaggedRequest
(Locale locale, org.mozilla.jss.pkix.cmc.TaggedRequest tagreq, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req) EnrollProfile.getPolicySetId
(IRequest req) Perform simple policy set assignment.abstract String
Profile.getPolicySetId
(IRequest req) Retrieves a default set id for the given request.EnrollProfile.getRequestorDN
(IRequest request) Profile.getRequestorDN
(IRequest request) Retrieves a localized string that represents requestor's distinguished name.abstract String
Retrieves value from the request.abstract String
Retrieves the value of the given value parameter by name.void
void
Passes the request to the set of default policies that populate the profile information against the profile.abstract void
Populates the request with this policy default.abstract void
Populates the request with this policy default.void
EnrollProfile.populateInput
(Map<String, String> ctx, IRequest request) Populate inputvoid
Profile.populateInput
(Map<String, String> ctx, IRequest request) Populates user-supplied input values into the requests.void
EnrollProfile.setDefaultCertInfo
(IRequest request) Set Default X509CertInfo in the request.void
void
EnrollProfile.setPOPchallenge
(IRequest req) setPOPchallenge generates a POP challenge and sets necessary info in request for composing encryptedPOP laterabstract void
Sets the value of the given property by name.abstract void
Sets the value of the given value parameter by name.void
EnrollProfile.submit
(IAuthToken token, IRequest request) This method is called after the user submits the request from the end-entity page.void
EnrollProfile.submit
(IAuthToken token, IRequest request, boolean explicitApprovalRequired) abstract void
Profile.submit
(IAuthToken token, IRequest request) Handles end-user request submission.abstract void
Profile.submit
(IAuthToken token, IRequest request, boolean explicitApprovalRequired) void
Passes the request to the set of constraint policies that validate the request against the profile.void
Passes the request to the set of constraint policies that validate the request against the profile. -
Uses of IRequest in com.netscape.cms.profile.constraint
Methods in com.netscape.cms.profile.constraint with parameters of type IRequest -
Uses of IRequest in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def with parameters of type IRequestModifier and TypeMethodDescriptionabstract String
Retrieves the value of the given value property by name.abstract void
Populates the request with this policy default.abstract void
Sets the value of the given value property by name. -
Uses of IRequest in com.netscape.cms.profile.input
Methods in com.netscape.cms.profile.input with parameters of type IRequestModifier and TypeMethodDescriptionprotected void
SubjectDNInput.parseSubjectName
(org.mozilla.jss.netscape.security.x509.X500Name subj, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req) protected void
SubjectNameInput.parseSubjectName
(org.mozilla.jss.netscape.security.x509.X500Name subj, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req) void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.abstract void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Sets the value of the given value parameter by name. -
Uses of IRequest in com.netscape.cms.profile.output
Methods in com.netscape.cms.profile.output with parameters of type IRequestModifier and TypeMethodDescriptionvoid
Populates the request with this policy default.abstract void
Populates the request with this policy default.void
Populates the request with this policy default.void
Populates the request with this policy default.void
Sets the value of the given value parameter by name. -
Uses of IRequest in com.netscape.cms.profile.updater
Methods in com.netscape.cms.profile.updater with parameters of type IRequestModifier and TypeMethodDescriptionvoid
IProfileUpdater.update
(IRequest req, RequestStatus status) Notifies of state change.void
SubsystemGroupUpdater.update
(IRequest req, RequestStatus status) -
Uses of IRequest in com.netscape.cms.publish.mappers
Methods in com.netscape.cms.publish.mappers with parameters of type IRequestModifier and TypeMethodDescriptionMapDNPattern.formDN
(IRequest req, org.mozilla.jss.netscape.security.x509.X500Name subject, org.mozilla.jss.netscape.security.x509.CertificateExtensions ext) Form a Ldap v3 DN string from a request and a cert subject name.Maps a X500 subject name to LDAP entry.Maps an X500 subject name to an LDAP entry.Maps a X500 subject name to LDAP entry. -
Uses of IRequest in com.netscape.cms.request
Methods in com.netscape.cms.request with parameters of type IRequestModifier and TypeMethodDescriptionvoid
Request entered the request queue processing.void
RequestScheduler.requestOut
(IRequest r) Request exited the request queue processing. -
Uses of IRequest in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type IRequestModifier and TypeMethodDescriptionprotected IAuthToken
CMSServlet.getAuthToken
(IRequest req) protected static void
CMSServlet.saveAuthToken
(IAuthToken token, IRequest req) protected void
CMSServlet.saveHttpHeaders
(javax.servlet.http.HttpServletRequest httpReq, IRequest req) save http headers in a IRequest.protected void
CMSServlet.saveHttpParams
(IArgBlock httpParams, IRequest req) save http headers in a IRequest. -
Uses of IRequest in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return IRequestMethods in com.netscape.cms.servlet.common with parameters of type IRequestModifier and TypeMethodDescriptionvoid
CMSRequest.setIRequest
(IRequest request) set the Request aobject associated with this session -
Uses of IRequest in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector with parameters of type IRequestModifier and TypeMethodDescriptionstatic boolean
ConnectorServlet.isProfileRequest
(IRequest request) void
ConnectorServlet.normalizeProfileRequest
(IRequest request) -
Uses of IRequest in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type IRequestModifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.X509CertInfo[]
CMCProcessor.fillCertInfoArray
(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CRMFProcessor.fillCertInfoArray
(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]
PKIProcessor.fillCertInfoArray
(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) -
Uses of IRequest in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request with parameters of type IRequestModifier and TypeMethodDescriptionprotected abstract CMSRequestInfo
CMSRequestDAO.createCMSRequestInfo
(IRequest request, javax.ws.rs.core.UriInfo uriInfo) void
IReqParser.fillRequestIntoArg
(Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg) Maps request object into argument block.void
ReqParser.fillRequestIntoArg
(Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg) Maps request object into argument block. -
Uses of IRequest in com.netscape.cmscore.cert
Methods in com.netscape.cmscore.cert with parameters of type IRequest -
Uses of IRequest in com.netscape.cmscore.connector
Methods in com.netscape.cmscore.connector with parameters of type IRequestModifier and TypeMethodDescriptionvoid
Resender.addRequest
(IRequest r) void
HttpPKIMessage.fromRequest
(IRequest r) copy contents of request to make a simple name/value message.static String[]
RequestTransfer.getTransferAttributes
(IRequest r) static boolean
RequestTransfer.isProfileRequest
(IRequest request) boolean
void
copy contents to request.static void
-
Uses of IRequest in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap with parameters of type IRequestModifier and TypeMethodDescriptionboolean
Evaluate the Expression.boolean
boolean
boolean
Returns list of rules based on publishing type and publishing request. -
Uses of IRequest in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement IRequestModifier and TypeClassDescriptionclass
Request - implementation of the IRequest interface.Methods in com.netscape.cmscore.request that return IRequestModifier and TypeMethodDescriptionARequestQueue.cloneAndMarkPending
(IRequest r) Clones a request object and mark it pending.abstract IRequest
ARequestQueue.cloneRequest
(IRequest r) Clones a request object.RequestQueue.cloneRequest
(IRequest request) RequestRepository.createRequest
(RequestId requestID, String requestType) RequestRepository.createRequest
(String requestType) RequestQueue.findRequest
(RequestId id) ListEnumeration.getElementAt
(int i) RequestNotifier.getRequest()
Gets request from publishing queue.RequestList.nextRequestObject()
RequestListByStatus.nextRequestObject()
SearchEnumeration.nextRequestObject()
RequestRepository.readRequest
(RequestId id) Methods in com.netscape.cmscore.request with parameters of type IRequestModifier and TypeMethodDescriptionvoid
RequestRepository.addRequest
(IRequest request) void
RequestNotifier.addToNotify
(IRequest r) Notifies all registered listeners about request.abstract void
ARequestQueue.approveRequest
(IRequest request) Approves a request.void
RequestQueue.approveRequest
(IRequest request) abstract void
ARequestQueue.cancelRequest
(IRequest request) Cancels a request.void
RequestQueue.cancelRequest
(IRequest request) ARequestQueue.cloneAndMarkPending
(IRequest r) Clones a request object and mark it pending.abstract IRequest
ARequestQueue.cloneRequest
(IRequest r) Clones a request object.RequestQueue.cloneRequest
(IRequest request) void
Request.copyContents
(IRequest req) this isn't that efficient but will do for now.RequestRecord.loadExtDataFromRequest
(IRequest r) protected void
log a change in the request statusabstract void
ARequestQueue.markAsServiced
(IRequest request) Marks as serviced after destination authority has serviced request.void
RequestQueue.markAsServiced
(IRequest request) abstract void
ARequestQueue.markRequestPending
(IRequest request) Puts a new request into the PENDING state.void
RequestQueue.markRequestPending
(IRequest request) void
RequestRepository.modifyRequest
(IRequest request) void
Notifies all registered listeners about request.final void
ARequestQueue.processRequest
(IRequest r) Begins processing for this request.abstract void
ARequestQueue.rejectRequest
(IRequest request) Rejects a request.void
RequestQueue.rejectRequest
(IRequest request) final void
ARequestQueue.releaseRequest
(IRequest request) Releases the LOCK on a request obtained from findRequest() or newRequest()protected final void
ARequestQueue.setCreationTime
(IRequest request, Date date) protected access for setting the creation time of a request.protected final void
ARequestQueue.setModificationTime
(IRequest request, Date date) protected access for setting the modification time of a request.protected final void
ARequestQueue.stateEngine
(IRequest r) protected void
RequestRecord.storeExtDataIntoRequest
(IRequest r) abstract void
ARequestQueue.updateRequest
(IRequest r) Updates the request in the permanent data store.void
RequestQueue.updateRequest
(IRequest request) Constructors in com.netscape.cmscore.request with parameters of type IRequestModifierConstructorDescriptionRequestIAttrSetWrapper
(IRequest request) RunListeners
(IRequest r, Enumeration<IRequestListener> listeners) RunListeners class constructor. -
Uses of IRequest in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy with parameters of type IRequestModifier and TypeMethodDescriptionApply policies on the given request.Apply policies on a given request from a rule set.boolean
boolean
boolean
boolean
GenericPolicyProcessor.isProfileRequest
(IRequest request) Constructors in org.dogtagpki.legacy.core.policy with parameters of type IRequest -
Uses of IRequest in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy with parameters of type IRequestModifier and TypeMethodDescriptionApplies the policy on the given Request.Apply policy rules on a request.boolean
Evaluate the Expression.void
void
IPolicyRule.setPolicyException
(IRequest req, EBaseException ex) -
Uses of IRequest in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type IRequestModifier and TypeMethodDescriptionprotected boolean
APolicyRule.agentApproved
(IRequest req) request has previously been approved by an agentabstract PolicyResult
Applies the policy on the given Request.protected PolicyResult
determines whether a DEFERRED policy result should be returned by checking the contents of the AgentApprovals attribute.void
void
void
void
APolicyRule.setPolicyException
(IRequest req, EBaseException ex) void
APolicyRule.setPolicyException
(IRequest req, String format, Object[] params) -
Uses of IRequest in org.dogtagpki.legacy.server.policy.constraints
Methods in org.dogtagpki.legacy.server.policy.constraints with parameters of type IRequestModifier and TypeMethodDescriptionApplies the policy on the given Request. -
Uses of IRequest in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca with parameters of type IRequestModifier and TypeMethodDescriptionvoid
ICAService.serviceProfileRequest
(IRequest request) Services profile request.