Package | Description |
---|---|
com.netscape.certsrv.cert | |
com.netscape.certsrv.profile | |
com.netscape.cms.servlet.profile |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ProfileInput> |
CertEnrollmentRequest.inputs |
Modifier and Type | Method and Description |
---|---|
ProfileInput |
CertEnrollmentRequest.createInput(java.lang.String name) |
ProfileInput |
CertEnrollmentRequest.getInput(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfileInput> |
CertEnrollmentRequest.getInputs() |
Modifier and Type | Method and Description |
---|---|
void |
CertEnrollmentRequest.addInput(ProfileInput input) |
void |
CertEnrollmentRequest.deleteInput(ProfileInput input) |
Modifier and Type | Method and Description |
---|---|
void |
CertEnrollmentRequest.setInputs(java.util.List<ProfileInput> inputs) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ProfileInput> |
ProfileData.inputs |
Modifier and Type | Method and Description |
---|---|
ProfileInput |
ProfileData.addProfileInput(java.lang.String name) |
ProfileInput |
ProfileData.getProfileInput(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfileInput> |
ProfileData.getProfileInputsList() |
Modifier and Type | Method and Description |
---|---|
static ProfileInput |
ProfileInputFactory.create(IProfileInput input,
IArgBlock params,
java.util.Locale locale) |
static ProfileInput |
ProfileInputFactory.create(IProfileInput input,
IRequest request,
java.util.Locale locale) |