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
Fields -
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
getCMSEngine, getParams, getUserMessage, init, setCMSEngine
-
Field Details
-
logger
public static org.slf4j.Logger logger -
TYPES
-
SUCCESS
- See Also:
-
FAILED
- See Also:
-
-
Constructor Details
-
SecurityDomainProcessor
-
-
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
-