Class ProfileData
java.lang.Object
com.netscape.certsrv.profile.ProfileData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected List<ProfileInput> protected Linkprotected Stringprotected List<ProfileOutput> protected Map<String, List<ProfilePolicy>> protected booleanprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProfileInput(ProfileInput input) voidaddProfileOutput(ProfileOutput output) voidaddProfilePolicySet(String id, Vector<ProfilePolicy> policySet) booleanstatic ProfileDatastatic ProfileDatagetId()getLink()getName()inthashCode()booleanbooleanbooleanbooleanvoidsetAuthenticatorId(String authenticatorId) voidsetAuthzAcl(String authzAcl) voidsetClassId(String classId) voidsetDescription(String description) voidsetEnabled(boolean enabled) voidsetEnabledBy(String enabledBy) voidvoidsetInputs(List<ProfileInput> inputs) voidvoidvoidsetOutputs(List<ProfileOutput> outputs) voidsetPolicySets(Map<String, List<ProfilePolicy>> policySets) voidsetRenewal(boolean renewal) voidsetVisible(boolean visible) voidsetXMLOutput(boolean isXMLOutput) toXML()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
id
-
classId
-
name
-
description
-
enabled
protected boolean enabled -
visible
protected boolean visible -
enabledBy
-
authenticatorId
-
authzAcl
-
renewal
protected boolean renewal -
xmlOutput
protected boolean xmlOutput -
inputs
-
outputs
-
policySets
-
link
-
-
Constructor Details
-
ProfileData
public ProfileData()
-
-
Method Details
-
getLink
-
setLink
-
getAuthenticatorId
-
setAuthenticatorId
-
getAuthzAcl
-
setAuthzAcl
-
isRenewal
public boolean isRenewal() -
setRenewal
public void setRenewal(boolean renewal) -
isXMLOutput
public boolean isXMLOutput() -
setXMLOutput
public void setXMLOutput(boolean isXMLOutput) -
setName
-
getName
-
setDescription
-
getDescription
-
setEnabled
public void setEnabled(boolean enabled) -
isEnabled
public boolean isEnabled() -
setVisible
public void setVisible(boolean visible) -
isVisible
public boolean isVisible() -
setEnabledBy
-
getEnabledBy
-
setId
-
getId
-
getClassId
-
setClassId
-
addProfileInput
-
getProfileInput
-
getInputs
-
setInputs
-
getOutputs
-
setOutputs
-
getPolicySets
-
setPolicySets
-
addProfilePolicySet
-
addProfileOutput
-
getProfileOutput
-
hashCode
-
equals
-
toDOM
-
fromDOM
- Throws:
DOMExceptionException
-
toXML
-
fromXML
- Throws:
Exception
-