Package | Description |
---|---|
com.netscape.certsrv.cert | |
com.netscape.certsrv.profile | |
com.netscape.cms.servlet.profile |
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection<ProfileInput> |
CertEnrollmentRequest.inputs |
Modifier and Type | Method and Description |
---|---|
ProfileInput |
CertEnrollmentRequest.createInput(java.lang.String name) |
ProfileInput |
CertEnrollmentRequest.getInput(java.lang.String name) |
ProfileInput |
CertEnrollmentRequest.getInputByID(java.lang.String id) |
ProfileInput |
CertEnrollmentRequest.getInputByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<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.Collection<ProfileInput> inputs) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ProfileInput> |
ProfileData.inputs |
Modifier and Type | Method and Description |
---|---|
static ProfileInput |
ProfileInput.fromXML(java.lang.String string) |
ProfileInput |
ProfileData.getProfileInput(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfileInput> |
ProfileData.getInputs() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileData.addProfileInput(ProfileInput input) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileData.setInputs(java.util.List<ProfileInput> inputs) |
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) |