| 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<ProfileOutput> |
CertEnrollmentRequest.outputs |
| Modifier and Type | Method and Description |
|---|---|
ProfileOutput |
CertEnrollmentRequest.getOutput(java.lang.String name) |
ProfileOutput |
CertEnrollmentRequest.getOutputByID(java.lang.String id) |
ProfileOutput |
CertEnrollmentRequest.getOutputByName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProfileOutput> |
CertEnrollmentRequest.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
CertEnrollmentRequest.addOutput(ProfileOutput output) |
void |
CertEnrollmentRequest.deleteOutput(ProfileOutput output) |
| Modifier and Type | Method and Description |
|---|---|
void |
CertEnrollmentRequest.setOutputs(java.util.Collection<ProfileOutput> outputs) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ProfileOutput> |
ProfileData.outputs |
| Modifier and Type | Method and Description |
|---|---|
ProfileOutput |
ProfileData.getProfileOutput(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProfileOutput> |
ProfileData.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileData.addProfileOutput(ProfileOutput output) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileData.setOutputs(java.util.List<ProfileOutput> outputs) |
| Modifier and Type | Method and Description |
|---|---|
static ProfileOutput |
ProfileOutputFactory.create(IProfileOutput output,
IRequest request,
java.util.Locale locale) |