Modifier and Type | Method and Description |
---|---|
byte[] |
ICMSEngine.getPKCS7(java.util.Locale locale,
IRequest req) |
static byte[] |
CMS.getPKCS7(java.util.Locale locale,
IRequest req) |
Modifier and Type | Method and Description |
---|---|
void |
ICAService.serviceProfileRequest(IRequest request)
Services profile request.
|
Modifier and Type | Method and Description |
---|---|
void |
IResender.addRequest(IRequest r)
Adds the request to the resend queue.
|
void |
IPKIMessage.fromRequest(IRequest r)
Makes a PKIMessage from a request
PKIMessage will be sent to wire.
|
void |
IHttpPKIMessage.fromRequest(IRequest r)
Copies contents of request to make a simple name/value message.
|
boolean |
IConnector.send(IRequest req)
Sends the request to a remote authority.
|
void |
IPKIMessage.toRequest(IRequest r)
Copies contents of PKIMessage to the request
PKIMessage is from the wire.
|
void |
IHttpPKIMessage.toRequest(IRequest r)
Copies contents to request.
|
Modifier and Type | Method and Description |
---|---|
PolicyResult |
IPolicySet.apply(IRequest req)
Deprecated.
Apply policy rules on a request.
|
PolicyResult |
IPolicyRule.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
boolean |
IExpression.evaluate(IRequest req)
Deprecated.
Evaluate the Expression.
|
void |
IPolicyRule.setError(IRequest req,
java.lang.String format,
java.lang.Object[] params)
Deprecated.
|
void |
IPolicyRule.setPolicyException(IRequest req,
EBaseException ex)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IRequest[] |
IProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates one or more requests.
|
Modifier and Type | Method and Description |
---|---|
void |
IProfile.execute(IRequest request)
Process a request after validation.
|
java.lang.String |
IProfile.getPolicySetId(IRequest req)
Retrieves a default set id for the given request.
|
java.lang.String |
IProfile.getRequestorDN(IRequest request)
Retrieves a localized string that represents
requestor's distinguished name.
|
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.
|
java.lang.String |
IProfileInput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves value from the request.
|
java.lang.String |
IPolicyDefault.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value
property by name.
|
void |
IProfileAuthenticator.populate(IAuthToken token,
IRequest request)
Populates authentication specific information into the
request for auditing purposes.
|
void |
IProfileOutput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
IProfileInput.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 |
ICertInfoPolicyDefault.populate(IRequest request,
netscape.security.x509.X509CertInfo info)
Populates certificate info directly.
|
void |
CertInfoProfile.populate(IRequest request,
netscape.security.x509.X509CertInfo info) |
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 |
IProfileOutput.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value parameter by name.
|
void |
IProfileInput.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given property by name.
|
void |
IPolicyDefault.setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given value property by name.
|
void |
IProfile.submit(IAuthToken token,
IRequest request)
Handles end-user request submission.
|
void |
IProfileUpdater.update(IRequest req,
RequestStatus status)
Notifies of state change.
|
void |
IProfile.validate(IRequest request)
Passes the request to the set of constraint policies
that validate the request against the profile.
|
void |
IPolicyConstraint.validate(IRequest request)
Validates the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ILdapPublishModule.accept(IRequest request)
Accepts completed requests from an authority and
performs ldap publishing.
|
boolean |
ILdapExpression.evaluate(IRequest req)
Evaluate the Expression.
|
ILdapRule |
IPublishRuleSet.getRule(IRequest req)
Get the publishing rule identified by a corresponding request.
|
java.util.Enumeration<ILdapRule> |
IPublisherProcessor.getRules(java.lang.String publishingType,
IRequest req)
Returns list of rules based on publishing type and publishing request.
|
java.lang.String |
ILdapMapper.map(netscape.ldap.LDAPConnection conn,
IRequest r,
java.lang.Object obj)
maps a certificate to a LDAP entry.
|
void |
IPublishRuleSet.publish(netscape.ldap.LDAPConnection conn,
IRequest req)
Apply publishing rules on a request.
|
void |
IPublisherProcessor.publishCert(java.security.cert.X509Certificate cert,
IRequest req)
Publishs regular user certificate based on the criteria
set in the request.
|
void |
IPublisherProcessor.unpublishCert(java.security.cert.X509Certificate cert,
IRequest req)
Unpublish user certificate.
|
Modifier and Type | Method and Description |
---|---|
void |
IRAService.serviceProfileRequest(IRequest request)
Services profile request.
|
boolean |
IRAService.serviceRequest(IRequest req)
Services request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEnrollmentRequest
An example of a more specialized request interface.
|
Modifier and Type | Method and Description |
---|---|
IRequest |
IRequestQueue.cloneAndMarkPending(IRequest r)
Clones a request object and mark it pending.
|
IRequest |
IRequestQueue.cloneRequest(IRequest r)
Clones a request object.
|
IRequest |
IRequestQueue.findRequest(RequestId id)
Gets the Request corresponding to id.
|
IRequest |
IRequestVirtualList.getElementAt(int index)
Gets the element at the specified index
|
IRequest |
IRequestNotifier.getRequest()
Gets request from publishing queue.
|
IRequest |
ARequestNotifier.getRequest()
Gets request from publishing queue.
|
IRequest |
IRequestQueue.newRequest(java.lang.String requestType)
Creates a new request object.
|
IRequest |
IRequestList.nextRequestObject()
Gets next request Object from the list.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestListener.accept(IRequest request)
Accepts request.
|
void |
IRequestNotifier.addToNotify(IRequest r)
Notifies all registered listeners about request.
|
void |
ARequestNotifier.addToNotify(IRequest r)
Notifies all registered listeners about request.
|
PolicyResult |
IPolicy.apply(IRequest request)
Applies the policy check to the request.
|
void |
IRequestQueue.approveRequest(IRequest request)
Approves a request.
|
void |
IRequestQueue.cancelRequest(IRequest request)
Cancels a request.
|
IRequest |
IRequestQueue.cloneAndMarkPending(IRequest r)
Clones a request object and mark it pending.
|
IRequest |
IRequestQueue.cloneRequest(IRequest r)
Clones a request object.
|
void |
IRequest.copyContents(IRequest req)
Copies meta attributes (excluding request Id, etc.) of another request
to this request.
|
void |
IRequestQueue.markAsServiced(IRequest r)
Marks as serviced after destination authority has serviced request.
|
void |
IRequestQueue.markRequestPending(IRequest req)
Puts a new request into the PENDING state.
|
void |
INotify.notify(IRequest request)
Provides notification that a request has been completed.
|
void |
ARequestNotifier.notify(IRequest r)
Notifies all registered listeners about request.
|
void |
IRequestQueue.processRequest(IRequest req)
Begins processing for this request.
|
void |
IRequestQueue.rejectRequest(IRequest request)
Rejects a request.
|
void |
IRequestQueue.releaseRequest(IRequest r)
Releases the LOCK on a request obtained from findRequest() or
newRequest()
|
void |
IRequestScheduler.requestIn(IRequest r)
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.
|
void |
IRequestQueue.updateRequest(IRequest request)
Updates the request in the permanent data store.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestMod.modCreationTime(IRequest r,
java.util.Date d)
Modifies request creation time.
|
void |
IRequestMod.modModificationTime(IRequest r,
java.util.Date d)
Modifies request modification time.
|
void |
IRequestMod.modRequestStatus(IRequest r,
RequestStatus s)
Modifies request status.
|