Package | Description |
---|---|
com.netscape.certsrv.profile | |
com.netscape.cms.profile.common | |
com.netscape.cms.profile.input | |
com.netscape.cms.profile.output | |
com.netscape.cms.servlet.cert |
Modifier and Type | Method and Description |
---|---|
IProfileContext |
IProfile.createContext()
Retrieves profile context.
|
Modifier and Type | Method and Description |
---|---|
IRequest[] |
IProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates one or more requests.
|
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.populateInput(IProfileContext ctx,
IRequest request)
Populates user-supplied input values into the requests.
|
Modifier and Type | Class and Description |
---|---|
class |
ProfileContext
This class implements the profile context.
|
Modifier and Type | Method and Description |
---|---|
IProfileContext |
EnrollProfile.createContext() |
abstract IProfileContext |
BasicProfile.createContext() |
Modifier and Type | Method and Description |
---|---|
IRequest[] |
EnrollProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates request.
|
abstract IRequest[] |
BasicProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates request.
|
void |
EnrollProfile.populateInput(IProfileContext ctx,
IRequest request)
Populate input
|
void |
BasicProfile.populateInput(IProfileContext ctx,
IRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
nsNKeyCertReqInput.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 |
SubmitterInfoInput.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 |
SubjectDNInput.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 |
SigningKeyGenInput.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 |
KeyGenInput.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 |
GenericInput.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.
|
abstract void |
EnrollInput.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.
|
void |
DualKeyGenInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
abstract void |
EnrollOutput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CertProcessor.populateRequests(CertEnrollmentRequest data,
boolean isRenewal,
java.util.Locale locale,
java.util.Date origNotAfter,
java.lang.String origSubjectDN,
IRequest origReq,
java.lang.String profileId,
IProfile profile,
IProfileContext ctx,
IProfileAuthenticator authenticator,
IAuthToken authToken,
IRequest[] reqs) |
protected void |
CertProcessor.setCredentialsIntoContext(javax.servlet.http.HttpServletRequest request,
AuthCredentials creds,
IProfileAuthenticator authenticator,
IProfileContext ctx) |