wt.admin.adminGroup=Administrators
The command to run the installation is the following:
java wt.admin.Install web-server-authentication-name
Supported API: false
Extendable: false
- See Also:
WTUser
,
WTGroup
,
AdministrativeDomain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
static final String CLASSNAME
TOP_CLASSNAME
private static final String TOP_CLASSNAME
- See Also:
- Constant Field Values
rootDomainRef
private static AdminDomainRef rootDomainRef
rootDomain
private static AdministrativeDomain rootDomain
systemDomain
private static AdministrativeDomain systemDomain
defaultDomain
private static AdministrativeDomain defaultDomain
userDomain
private static AdministrativeDomain userDomain
exchangeRef
private static WTContainerRef exchangeRef
Install
public Install()
main
public static void main(String[] args)
- Supported API: false
doInstall
public static void doInstall(String[] args)
throws WTException
- Supported API: false
- Throws:
WTException
_doInstall
public static void _doInstall(String authentication_name)
throws WTException
- Supported API: false
- Throws:
WTException
createExchangeContainerAndDomains
private static void createExchangeContainerAndDomains()
throws WTException
- Throws:
WTException
establishGlobalDomain
private static AdministrativeDomain establishGlobalDomain(String domain_name)
throws WTException
- Throws:
WTException
createAdminGroupAndUser
private static WTGroup createAdminGroupAndUser(String authentication_name)
throws WTException
- Throws:
WTException
createAccessControlRules
private static void createAccessControlRules(WTGroup group)
throws WTException
- Throws:
WTException