Package com.netscape.cms.servlet.csadmin
Class SecurityDomainProcessor
java.lang.Object
com.netscape.cms.servlet.processors.Processor
com.netscape.cms.servlet.csadmin.SecurityDomainProcessor
- Author:
- Endi S. Dewata
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static org.slf4j.Logger
static final String
static final String[]
Fields inherited from class com.netscape.cms.servlet.processors.Processor
auditor, id, locale, signedAuditLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHost
(String name, String type, String hostname, String securePort, String unsecurePort, String eeCAPort, String adminSecurePort, String agentSecurePort, String domainManager, String clone) protected String
static XMLObject
static DomainInfo
convertXMLObjectToDomainInfo
(XMLObject xmlObject) static String
getEnterpriseGroupName
(String subsystemname) getInstallToken
(String user, String host, String subsystem) static void
modifyEntry
(String dn, netscape.ldap.LDAPModification mod) removeEntry
(String dn) removeHost
(String name, String type, String hostname, String securePort) Methods inherited from class com.netscape.cms.servlet.processors.Processor
getParams, getUserMessage
-
Field Details
-
logger
public static org.slf4j.Logger logger -
TYPES
-
SUCCESS
- See Also:
-
FAILED
- See Also:
-
-
Constructor Details
-
SecurityDomainProcessor
- Throws:
EPropertyNotFound
EBaseException
-
-
Method Details
-
getEnterpriseGroupName
-
getInstallToken
- Throws:
Exception
-
getDomainInfo
- Throws:
EBaseException
-
getDomainXML
-
convertDomainInfoToXMLObject
public static XMLObject convertDomainInfoToXMLObject(DomainInfo domain) throws ParserConfigurationException - Throws:
ParserConfigurationException
-
convertXMLObjectToDomainInfo
-
removeHost
public String removeHost(String name, String type, String hostname, String securePort) throws EBaseException - Throws:
EBaseException
-
addHost
public String addHost(String name, String type, String hostname, String securePort, String unsecurePort, String eeCAPort, String adminSecurePort, String agentSecurePort, String domainManager, String clone) throws EBaseException - Throws:
EBaseException
-
modifyEntry
-
removeEntry
-
auditSubjectID
-
main
- Throws:
Exception
-