|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.inf.container.WTContainerServerHelper
Supported API: true
Extendable: false
Nested Class Summary | |
private static class |
WTContainerServerHelper.DomainDescription
|
Field Summary | |
private static String |
CLASSNAME
|
private static boolean |
DEBUG
|
private static String |
HOSTNAME
|
private static DebugWriter |
LOG
|
protected static int |
MAX_DOMAIN_CREATION_ATTEMPTS
|
private static String |
RESOURCE
|
static WTContainerServiceSvr |
service
Supported API: true |
Constructor Summary | |
WTContainerServerHelper()
|
Method Summary | |
static String |
generateInternetDomainName(WTContainer container)
Deprecated. |
static WTGroup |
getAdministratorsReadOnly(WTContainer container)
Returns a read-only reference to the container's administrators property. |
static WTContainer |
getContainer(WTContained contained,
boolean bypass_access_control)
Supported API: false |
static WTPrincipal |
getCreatorReadOnly(WTContainer container)
Returns a read-only reference to the container's creator property. |
static Cabinet |
getDefaultCabinetReadOnly(WTContainer container)
Returns a read-only reference to the cached copy of a container's default cabinet. |
static String |
getExchangeInternetDomain()
Returns a cached reference to the internet domain associated with an installation's ExchangeContainer . |
protected static String |
getLogName(WTPrincipal wtp)
|
protected static String |
getLogName(WTPrincipalReference ref)
|
static String |
getLogPath(WTContainer container)
Returns the container's display path, with access control disabled. |
static String |
getLogPath(WTContainerRef container_ref)
Returns the container's display path, with access control disabled. |
static WTOrganization |
getOrganizationReadOnly(WTContainer container)
Returns a read-only reference to the container's organization property. |
static WTPrincipal |
getOwnerReadOnly(WTContainer container)
Returns a read-only reference to the container's owner property. |
private static WTPrincipal |
getPrincipalReadOnly(WTPrincipalReference ref)
|
static Cabinet |
getSystemCabinetReadOnly(WTContainer container)
Returns a read-only reference to the cached copy of a container's system cabinet. |
static String |
getValidDomainDescription(String description)
|
protected static boolean |
isExchangeOrganization(WTOrganization org)
|
protected static void |
saveAccessControlRule(AdminDomainRef domain_ref,
String type_id,
String state_key,
WTPrincipalReference principal_ref,
boolean grant,
Vector permissions)
|
protected static String |
toString(Object o)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final WTContainerServiceSvr service
private static final boolean DEBUG
private static final DebugWriter LOG
protected static final int MAX_DOMAIN_CREATION_ATTEMPTS
private static final String HOSTNAME
Constructor Detail |
public WTContainerServerHelper()
Method Detail |
public static String generateInternetDomainName(WTContainer container) throws WTException
container
-
WTException
public static WTGroup getAdministratorsReadOnly(WTContainer container) throws WTException
container
-
WTException
public static WTContainer getContainer(WTContained contained, boolean bypass_access_control) throws WTException
contained
- bypass_access_control
-
WTException
public static WTPrincipal getCreatorReadOnly(WTContainer container) throws WTException
container
-
WTException
public static Cabinet getDefaultCabinetReadOnly(WTContainer container) throws WTException
container
-
WTException
public static String getExchangeInternetDomain() throws WTException
ExchangeContainer
.
WTException
WTContainer.getInternetDomain()
public static String getLogPath(WTContainerRef container_ref)
container_ref
-
WTContainer#getDisplayPath(WTContainerRef)
public static String getLogPath(WTContainer container)
container
-
WTContainer#getDisplayPath(WTContainerRef)
public static WTOrganization getOrganizationReadOnly(WTContainer container) throws WTException
container
-
WTException
public static WTPrincipal getOwnerReadOnly(WTContainer container) throws WTException
container
-
WTException
public static Cabinet getSystemCabinetReadOnly(WTContainer container) throws WTException
container
-
WTException
protected static String getLogName(WTPrincipalReference ref)
protected static String getLogName(WTPrincipal wtp)
protected static String toString(Object o)
protected static boolean isExchangeOrganization(WTOrganization org) throws WTException
WTException
public static String getValidDomainDescription(String description) throws WTException
WTException
private static WTPrincipal getPrincipalReadOnly(WTPrincipalReference ref) throws WTException
WTException
protected static void saveAccessControlRule(AdminDomainRef domain_ref, String type_id, String state_key, WTPrincipalReference principal_ref, boolean grant, Vector permissions) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |