Package | Description |
---|---|
com.netscape.certsrv.profile |
Modifier and Type | Method and Description |
---|---|
ProfileAttribute |
ProfileInput.getAttribute(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ProfileAttribute> |
ProfileInput.getAttributes() |
java.util.List<ProfileAttribute> |
PolicyDefault.getAttributes() |
java.util.List<ProfileAttribute> |
ProfileOutput.getAttrs() |
java.util.List<ProfileAttribute> |
ProfileInput.getConfigAttrs() |
Modifier and Type | Method and Description |
---|---|
void |
ProfileOutput.addAttribute(ProfileAttribute attr) |
void |
ProfileInput.addAttribute(ProfileAttribute attr) |
void |
PolicyDefault.addAttribute(ProfileAttribute attr) |
void |
ProfileInput.addConfigAttribute(ProfileAttribute configAttr) |
void |
ProfileOutput.removeAttribute(ProfileAttribute attr) |
void |
ProfileInput.removeConfigAttribute(ProfileAttribute configAttr) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileInput.setAttributes(java.util.Collection<ProfileAttribute> attrs) |
void |
PolicyDefault.setAttributes(java.util.List<ProfileAttribute> attributes) |
void |
ProfileOutput.setAttrs(java.util.List<ProfileAttribute> attrs) |
void |
ProfileInput.setConfigAttrs(java.util.List<ProfileAttribute> configAttrs) |