Uses of Interface
com.netscape.certsrv.request.IRequest
-
-
Uses of IRequest in com.netscape.certsrv.connector
Methods in com.netscape.certsrv.connector with parameters of type IRequest Modifier and Type Method Description void
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
IConnector. send(IRequest req)
Sends the request to a remote authority.void
IHttpPKIMessage. toRequest(IRequest r)
Copies contents to request.void
IPKIMessage. toRequest(IRequest r)
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 IRequest Modifier and Type Method Description void
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 IRequest Modifier and Type Method Description static CertRequestProcessedEvent
CertRequestProcessedEvent. createFailureEvent(java.lang.String subjectID, java.lang.String requesterID, java.lang.String infoName, IRequest request)
Constructors in com.netscape.certsrv.logging.event with parameters of type IRequest Constructor Description CertStatusChangeRequestEvent(java.lang.String subjectID, java.lang.String outcome, IRequest request, java.lang.String serialNumber, java.lang.String requestType)
CertStatusChangeRequestProcessedEvent(java.lang.String subjectID, java.lang.String outcome, IRequest request, java.lang.String serialNumber, java.lang.String requestType, java.lang.String reasonNum, RequestStatus approvalStatus)
-
Uses of IRequest in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish with parameters of type IRequest Modifier and Type Method Description ILdapRule
IPublishRuleSet. getRule(IRequest req)
Get the publishing rule identified by a corresponding 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. -
Uses of IRequest in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra with parameters of type IRequest Modifier and Type Method Description void
IRAService. serviceProfileRequest(IRequest request)
Services profile request.boolean
IRAService. serviceRequest(IRequest req)
Services request. -
Uses of IRequest in com.netscape.certsrv.request
Subinterfaces of IRequest in com.netscape.certsrv.request Modifier and Type Interface Description interface
IEnrollmentRequest
An example of a more specialized request interface.Methods in com.netscape.certsrv.request that return IRequest Modifier and Type Method 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 indexIRequest
IRequestNotifier. getRequest()
Gets request from publishing queue.IRequest
IRequestQueue. newRequest(java.lang.String requestType)
Creates a new request object.IRequest
IRequestQueue. newRequest(java.lang.String requestType, boolean ephemeral)
Create a new Request object and assign a request ID.IRequest
IRequestList. nextRequestObject()
Gets next request Object from the list.Methods in com.netscape.certsrv.request with parameters of type IRequest Modifier and Type Method Description void
IRequestListener. accept(IRequest request)
Accepts request.void
IRequestNotifier. 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
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. -
Uses of IRequest in com.netscape.certsrv.request.ldap
Methods in com.netscape.certsrv.request.ldap with parameters of type IRequest Modifier and Type Method 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. -
Uses of IRequest in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type IRequest Modifier and Type Method Description void
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 Modifier and Type Method Description protected void
AJobBase. buildItemParams(IRequest r)
-
Uses of IRequest in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners with parameters of type IRequest Modifier and Type Method Description void
PinRemovalListener. accept(IRequest r)
void
RequestInQListener. accept(IRequest r)
carries out the operation when the listener is triggered. -
Uses of IRequest in com.netscape.cms.profile
Methods in com.netscape.cms.profile with parameters of type IRequest Modifier and Type Method Description void
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 IRequest Modifier and Type Method Description IRequest
EnrollProfile. createEnrollmentRequest()
IRequest[]
EnrollProfile. createRequests(java.util.Map<java.lang.String,java.lang.String> ctx, java.util.Locale locale)
Creates request.abstract IRequest[]
Profile. createRequests(java.util.Map<java.lang.String,java.lang.String> ctx, java.util.Locale locale)
Creates one or more requests.Methods in com.netscape.cms.profile.common with parameters of type IRequest Modifier and Type Method Description protected java.lang.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
EnrollProfile. execute(IRequest request)
void
Profile. execute(IRequest request)
Process a request after validation.void
EnrollProfile. fillCertReqMsg(java.util.Locale locale, org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)
void
EnrollProfile. fillKeyGen(java.util.Locale locale, org.mozilla.jss.netscape.security.util.DerInputStream derIn, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)
void
EnrollProfile. fillNSHKEY(java.util.Locale locale, java.lang.String tcuid, java.lang.String skey, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)
void
EnrollProfile. fillNSNKEY(java.util.Locale locale, java.lang.String sn, java.lang.String skey, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)
void
EnrollProfile. fillPKCS10(java.util.Locale locale, org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)
void
EnrollProfile. fillTaggedRequest(java.util.Locale locale, org.mozilla.jss.pkix.cmc.TaggedRequest tagreq, org.mozilla.jss.netscape.security.x509.X509CertInfo info, IRequest req)
java.lang.String
Profile. getInput(java.lang.String name, java.util.Locale locale, IRequest request)
java.util.Locale
EnrollProfile. getLocale(IRequest request)
java.lang.String
EnrollProfile. getPolicySetId(IRequest req)
Perform simple policy set assignment.abstract java.lang.String
Profile. getPolicySetId(IRequest req)
Retrieves a default set id for the given request.java.lang.String
EnrollProfile. getRequestorDN(IRequest request)
java.lang.String
Profile. getRequestorDN(IRequest request)
Retrieves a localized string that represents requestor's distinguished name.abstract java.lang.String
ProfileInput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
Retrieves value from the request.abstract java.lang.String
ProfileOutput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
Retrieves the value of the given value parameter by name.void
EnrollProfile. populate(IRequest request)
void
Profile. populate(IRequest request)
Passes the request to the set of default policies that populate the profile information against the profile.abstract void
ProfileInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.abstract void
ProfileOutput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
EnrollProfile. populateInput(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populate inputvoid
Profile. populateInput(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates user-supplied input values into the requests.void
EnrollProfile. setDefaultCertInfo(IRequest request)
Set Default X509CertInfo in the request.void
Profile. setInput(java.lang.String name, java.util.Locale locale, IRequest request, java.lang.String value)
void
EnrollProfile. setPOPchallenge(IRequest req)
setPOPchallenge generates a POP challenge and sets necessary info in request for composing encryptedPOP laterabstract void
ProfileInput. setValue(java.lang.String name, java.util.Locale locale, IRequest request, java.lang.String value)
Sets the value of the given property by name.abstract void
ProfileOutput. 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
EnrollProfile. submit(IAuthToken token, IRequest request)
This method is called after the user submits the request from the end-entity page.abstract void
Profile. submit(IAuthToken token, IRequest request)
Handles end-user request submission.void
EnrollProfile. validate(IRequest request)
Passes the request to the set of constraint policies that validate the request against the profile.void
Profile. validate(IRequest request)
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 Modifier and Type Method Description java.util.Locale
EnrollConstraint. getLocale(IRequest request)
void
AuthzRealmConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
BasicConstraintsExtConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
EnrollConstraint. validate(IRequest request)
Validates the request.abstract void
EnrollConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
ExtendedKeyUsageExtConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
ExtensionConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
ExternalProcessConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
KeyConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
KeyUsageExtConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
NoConstraint. validate(IRequest request)
Validates the request.void
NSCertTypeExtConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.abstract void
PolicyConstraint. validate(IRequest request)
Validates the request.void
RenewGracePeriodConstraint. validate(IRequest req, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
SubjectNameConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
UserSubjectNameConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request. -
Uses of IRequest in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def with parameters of type IRequest Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.CRLDistributionPointsExtension
CRLDistributionPointsExtDefault. createExtension(IRequest request)
org.mozilla.jss.netscape.security.x509.FreshestCRLExtension
FreshestCRLExtDefault. createExtension(IRequest request)
org.mozilla.jss.netscape.security.x509.Extension
GenericExtDefault. createExtension(IRequest request)
org.mozilla.jss.netscape.security.extensions.InhibitAnyPolicyExtension
InhibitAnyPolicyExtDefault. createExtension(IRequest request)
org.mozilla.jss.netscape.security.x509.IssuerAlternativeNameExtension
IssuerAltNameExtDefault. createExtension(IRequest request)
org.mozilla.jss.netscape.security.x509.SubjectAlternativeNameExtension
SubjectAltNameExtDefault. createExtension(IRequest request)
org.mozilla.jss.netscape.security.x509.SubjectDirAttributesExtension
SubjectDirAttributesExtDefault. createExtension(IRequest request)
java.util.Locale
EnrollDefault. getLocale(IRequest request)
java.lang.String
EnrollDefault. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
Retrieves the value of the given value property by name.java.lang.String
ImageDefault. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
java.lang.String
NoDefault. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
abstract java.lang.String
PolicyDefault. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
Retrieves the value of the given value property by name.protected java.lang.String
EnrollDefault. mapPattern(IRequest request, java.lang.String pattern)
java.lang.String
SubjectAltNameExtDefault. mapPattern(IRequest request, java.lang.String pattern)
java.lang.String
SubjectAltNameExtDefault. mapPattern(java.lang.String val, IRequest request, java.lang.String pattern)
void
AuthInfoAccessExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
AuthTokenSubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
AuthzRealmDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
AutoAssignDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
BasicConstraintsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
CertificatePoliciesExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
CertificateVersionDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
CommonNameToSANDefault. populate(IRequest _req, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
CRLDistributionPointsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.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, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates attributes into the certificate template.void
ExtendedKeyUsageExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
FreshestCRLExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
GenericExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
ImageDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
InhibitAnyPolicyExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
IssuerAltNameExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
KeyUsageExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
NameConstraintsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.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, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
NSCertTypeExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
nsHKeySubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
nsNKeySubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
nsTokenDeviceKeySubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
nsTokenUserKeySubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
OCSPNoCheckExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
PolicyConstraintsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.abstract void
PolicyDefault. populate(IRequest request)
Populates the request with this policy default.void
PolicyMappingsExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
PrivateKeyUsagePeriodExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
RandomizedValidityDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
SANToCNDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
SignedCertificateTimestampListExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
SubjectAltNameExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
SubjectDirAttributesExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
SubjectInfoAccessExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
SubjectKeyIdentifierExtDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
SubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
UserExtensionDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
UserKeyDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
UserSigningAlgDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
UserSubjectNameDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
UserValidityDefault. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Populates the request with this policy default.void
EnrollDefault. 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
NoDefault. setValue(java.lang.String name, java.util.Locale locale, IRequest request, java.lang.String value)
abstract void
PolicyDefault. 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. -
Uses of IRequest in com.netscape.cms.profile.input
Methods in com.netscape.cms.profile.input with parameters of type IRequest Modifier and Type Method Description java.util.Locale
EnrollInput. getLocale(IRequest request)
java.lang.String
EnrollInput. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
protected 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
CertReqInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
CMCCertReqInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
DualKeyGenInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
EncryptionKeyGenInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.abstract void
EnrollInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
FileSigningInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
GenericInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
ImageInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
KeyGenInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
nsHKeyCertReqInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
nsNKeyCertReqInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
SerialNumRenewInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
ServerKeygenInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
SigningKeyGenInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
SubjectAltNameExtInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
SubjectDNInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
SubjectNameInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
SubmitterInfoInput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
EnrollInput. 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. -
Uses of IRequest in com.netscape.cms.profile.output
Methods in com.netscape.cms.profile.output with parameters of type IRequest Modifier and Type Method Description 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
PKCS12Output. getValue(java.lang.String name, java.util.Locale locale, IRequest request)
void
CertOutput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.abstract void
EnrollOutput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
nsNKeyOutput. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
PKCS12Output. populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request)
Populates the request with this policy default.void
EnrollOutput. 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. -
Uses of IRequest in com.netscape.cms.profile.updater
Methods in com.netscape.cms.profile.updater with parameters of type IRequest Modifier and Type Method Description void
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 IRequest Modifier and Type Method Description java.lang.String
MapDNPattern. 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.java.lang.String
LdapCaSimpleMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
Maps a X500 subject name to LDAP entry.java.lang.String
LdapCertCompsMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
java.lang.String
LdapCertExactMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
java.lang.String
LdapCertSubjMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
java.lang.String
LdapCrlIssuerCompsMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
java.lang.String
LdapEnhancedMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
Maps an X500 subject name to an LDAP entry.java.lang.String
LdapSimpleMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
Maps a X500 subject name to LDAP entry.java.lang.String
NoMap. map(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
java.util.Vector<java.lang.String>
LdapCertSubjMap. mapAll(netscape.ldap.LDAPConnection conn, IRequest req, java.lang.Object obj)
-
Uses of IRequest in com.netscape.cms.request
Methods in com.netscape.cms.request with parameters of type IRequest Modifier and Type Method Description void
RequestScheduler. requestIn(IRequest r)
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 IRequest Modifier and Type Method Description protected 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.cert
Methods in com.netscape.cms.servlet.cert with parameters of type IRequest Modifier and Type Method Description static CertRequestInfo
CertRequestInfoFactory. create(IRequest request, javax.ws.rs.core.UriInfo uriInfo)
-
Uses of IRequest in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return IRequest Modifier and Type Method Description IRequest
CMSRequest. getIRequest()
Methods in com.netscape.cms.servlet.common with parameters of type IRequest Modifier and Type Method Description void
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 IRequest Modifier and Type Method Description static boolean
ConnectorServlet. isProfileRequest(IRequest request)
void
ConnectorServlet. normalizeProfileRequest(IRequest request)
-
Uses of IRequest in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin with parameters of type IRequest Modifier and Type Method Description void
CertInfoProfile. populate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
-
Uses of IRequest in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key that return IRequest Modifier and Type Method Description IRequest
KeyRequestDAO. createRecoveryRequest(KeyRecoveryRequest data, javax.ws.rs.core.UriInfo uriInfo, java.lang.String requestor, IAuthToken authToken, boolean ephemeral)
Methods in com.netscape.cms.servlet.key with parameters of type IRequest Modifier and Type Method Description KeyRequestInfo
KeyRequestDAO. createCMSRequestInfo(IRequest request, javax.ws.rs.core.UriInfo uriInfo)
KeyRequestResponse
KeyRequestDAO. createCMSRequestResponse(IRequest request, javax.ws.rs.core.UriInfo uriInfo)
java.util.Hashtable<java.lang.String,java.lang.Object>
KeyRequestDAO. getTransientData(IRequest request)
void
KeyRequestDAO. setTransientData(KeyRecoveryRequest data, IRequest request)
-
Uses of IRequest in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type IRequest Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CMCProcessor. fillCertInfoArray(java.lang.String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req)
org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CRMFProcessor. fillCertInfoArray(java.lang.String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req)
protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]
PKIProcessor. fillCertInfoArray(java.lang.String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req)
-
Uses of IRequest in com.netscape.cms.servlet.profile
Methods in com.netscape.cms.servlet.profile with parameters of type IRequest Modifier and Type Method Description static PolicyDefault
PolicyDefaultFactory. create(IRequest request, java.util.Locale locale, PolicyDefault def)
static ProfileInput
ProfileInputFactory. create(ProfileInput input, IRequest request, java.util.Locale locale)
static ProfileOutput
ProfileOutputFactory. create(ProfileOutput output, IRequest request, java.util.Locale locale)
-
Uses of IRequest in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request with parameters of type IRequest Modifier and Type Method Description protected abstract CMSRequestInfo
CMSRequestDAO. createCMSRequestInfo(IRequest request, javax.ws.rs.core.UriInfo uriInfo)
void
CertReqParser. fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Fills in certificate specific request attributes.void
IReqParser. fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Maps request object into argument block.void
KeyReqParser. fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Fills in certificate specific request attributes.void
ReqParser. fillRequestIntoArg(java.util.Locale l, IRequest req, CMSTemplateParams argSet, IArgBlock arg)
Maps request object into argument block.java.lang.String
CertReqParser. getCertSubjectDN(IRequest request)
java.lang.String
CertReqParser. getKeyID(IRequest request)
java.lang.String
CertReqParser. getRequestorDN(IRequest request)
-
Uses of IRequest in com.netscape.cmscore.cert
Methods in com.netscape.cmscore.cert with parameters of type IRequest Modifier and Type Method Description static void
CertUtils. createCertRecord(IRequest request, CertInfoProfile profile, org.mozilla.jss.netscape.security.x509.X509CertImpl cert)
static void
CertUtils. initLocalRequest(IRequest req, CertInfoProfile profile, org.mozilla.jss.netscape.security.x509.X509CertInfo info, org.mozilla.jss.netscape.security.x509.X509Key x509key, java.lang.String[] sanHostnames, boolean installAdjustValidity)
Initialize request for future renewal.static void
CertUtils. printRequestContent(IRequest request)
-
Uses of IRequest in com.netscape.cmscore.connector
Methods in com.netscape.cmscore.connector with parameters of type IRequest Modifier and Type Method Description void
LocalConnector.LocalConnListener. accept(IRequest destreq)
void
Resender. addRequest(IRequest r)
void
HttpPKIMessage. fromRequest(IRequest r)
copy contents of request to make a simple name/value message.static java.lang.String[]
RequestTransfer. getTransferAttributes(IRequest r)
static boolean
RequestTransfer. isProfileRequest(IRequest request)
boolean
HttpConnector. send(IRequest r)
boolean
LocalConnector. send(IRequest r)
send request to local authority.void
HttpPKIMessage. toRequest(IRequest r)
copy contents to request.static void
RequestTransfer. transfer(IRequest src, IRequest dest)
protected void
LocalConnector. transferRequest(IRequest src, IRequest dest)
-
Uses of IRequest in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap with parameters of type IRequest Modifier and Type Method Description void
LdapRequestListener. accept(IRequest r)
boolean
ILdapExpression. evaluate(IRequest req)
Evaluate the Expression.boolean
LdapAndExpression. evaluate(IRequest req)
boolean
LdapOrExpression. evaluate(IRequest req)
boolean
LdapSimpleExpression. evaluate(IRequest req)
PublishObject
LdapRequestListener. getPublishObject(IRequest r)
java.util.Enumeration<ILdapRule>
PublisherProcessor. getRules(java.lang.String publishingType, IRequest req)
Returns list of rules based on publishing type and publishing request.void
PublisherProcessor. publishCert(java.security.cert.X509Certificate cert, IRequest req)
Publishs regular user certificate based on the criteria set in the request.void
PublisherProcessor. unpublishCert(java.security.cert.X509Certificate cert, IRequest req)
Unpublish user certificate. -
Uses of IRequest in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that return IRequest Modifier and Type Method Description IRequest
ARequestQueue. cloneAndMarkPending(IRequest r)
Implements IRequestQueue.cloneAndMarkPendingIRequest
ARequestQueue. cloneRequest(IRequest r)
Implements IRequestQueue.cloneRequestprotected IRequest
ARequestQueue. createRequest(RequestId id, java.lang.String requestType)
protected access for creating a new Request objectIRequest
ARequestQueue. findRequest(RequestId id)
Implements IRequestQueue.findRequestIRequest
ARequestNotifier. getRequest()
Gets request from publishing queue.IRequest
ARequestQueue. newRequest(java.lang.String requestType)
IRequest
ARequestQueue. newRequest(java.lang.String requestType, boolean ephemeral)
Implements IRequestQueue.newRequestprotected abstract IRequest
ARequestQueue. readRequest(RequestId id)
Read a request from the persistant store.protected IRequest
RequestQueue. readRequest(RequestId id)
Methods in com.netscape.cmscore.request with parameters of type IRequest Modifier and Type Method Description protected abstract void
ARequestQueue. addRequest(IRequest request)
Add the request to the store.protected void
RequestQueue. addRequest(IRequest r)
void
ARequestNotifier. addToNotify(IRequest r)
Notifies all registered listeners about request.void
ARequestQueue. approveRequest(IRequest r)
Implements IRequestQueue.approveRequestvoid
ARequestQueue. cancelRequest(IRequest r)
Implments IRequestQueue.cancelRequestIRequest
ARequestQueue. cloneAndMarkPending(IRequest r)
Implements IRequestQueue.cloneAndMarkPendingIRequest
ARequestQueue. cloneRequest(IRequest r)
Implements IRequestQueue.cloneRequestprotected static java.util.Hashtable<java.lang.String,java.lang.Object>
RequestRecord. loadExtDataFromRequest(IRequest r)
protected void
ARequestQueue. logChange(IRequest request)
log a change in the request statusvoid
ARequestQueue. markAsServiced(IRequest r)
caller must lock request and release requestvoid
ARequestQueue. markRequestPending(IRequest r)
Implements IRequestQueue.markRequestPendingvoid
RequestQueue. modCreationTime(IRequest r, java.util.Date d)
protected abstract void
ARequestQueue. modifyRequest(IRequest request)
Modify the request in the store.protected void
RequestQueue. modifyRequest(IRequest r)
void
RequestQueue. modModificationTime(IRequest r, java.util.Date d)
void
RequestQueue. modRequestStatus(IRequest r, RequestStatus s)
void
ARequestNotifier. notify(IRequest r)
Notifies all registered listeners about request.void
ARequestQueue. processRequest(IRequest r)
Implements IRequestQueue.processRequestvoid
ARequestQueue. rejectRequest(IRequest r)
Implements IRequestQueue.rejectRequestvoid
ARequestQueue. releaseRequest(IRequest request)
Implements IRequestQueue.releaseRequestprotected void
ARequestQueue. setCreationTime(IRequest request, java.util.Date date)
protected access for setting the creation time of a request.protected void
ARequestQueue. setModificationTime(IRequest request, java.util.Date date)
protected access for setting the modification time of a request.protected void
ARequestQueue. setRequestStatus(IRequest request, RequestStatus status)
protected access for setting the current state of a request.protected void
RequestRecord. storeExtDataIntoRequest(IRequest r)
void
ARequestQueue. updateRequest(IRequest r)
-
Uses of IRequest in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy with parameters of type IRequest Modifier and Type Method Description PolicyResult
GenericPolicyProcessor. apply(IRequest request)
Apply policies on the given request.PolicyResult
PolicySet. apply(IRequest req)
Apply policies on a given request from a rule set.boolean
AndExpression. evaluate(IRequest req)
boolean
OrExpression. evaluate(IRequest req)
boolean
SimpleExpression. evaluate(IRequest req)
boolean
GenericPolicyProcessor. isProfileRequest(IRequest request)
Constructors in org.dogtagpki.legacy.core.policy with parameters of type IRequest Constructor Description JavaScriptRequestProxy(IRequest r)
-
Uses of IRequest in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy with parameters of type IRequest Modifier and Type Method Description PolicyResult
IPolicyRule. apply(IRequest req)
Applies the policy on the given Request.PolicyResult
IPolicySet. apply(IRequest req)
Apply policy rules on a request.boolean
IExpression. evaluate(IRequest req)
Evaluate the Expression.void
IPolicyRule. setError(IRequest req, java.lang.String format, java.lang.Object[] params)
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 IRequest Modifier and Type Method Description protected boolean
APolicyRule. agentApproved(IRequest req)
request has previously been approved by an agentabstract PolicyResult
APolicyRule. apply(IRequest req)
Applies the policy on the given Request.protected PolicyResult
APolicyRule. deferred(IRequest req)
determines whether a DEFERRED policy result should be returned by checking the contents of the AgentApprovals attribute.void
APolicyRule. setError(IRequest req, java.lang.String format, java.lang.Object[] params)
void
APolicyRule. setError(IRequest req, java.lang.String format, java.lang.String arg)
void
APolicyRule. setError(IRequest req, java.lang.String format, java.lang.String arg1, java.lang.String arg2)
void
APolicyRule. setPolicyException(IRequest req, EBaseException ex)
void
APolicyRule. setPolicyException(IRequest req, java.lang.String format, java.lang.Object[] params)
-
Uses of IRequest in org.dogtagpki.legacy.server.policy.constraints
Methods in org.dogtagpki.legacy.server.policy.constraints with parameters of type IRequest Modifier and Type Method Description PolicyResult
ManualAuthentication. apply(IRequest req)
Applies the policy on the given Request. -
Uses of IRequest in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca with parameters of type IRequest Modifier and Type Method Description void
ICAService. serviceProfileRequest(IRequest request)
Services profile request.
-