public final class DomainTargetHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static weblogic.security.acl.internal.AuthenticatedSubject |
kernelId |
Constructor and Description |
---|
DomainTargetHelper() |
Modifier and Type | Method and Description |
---|---|
static TargetMBean[] |
getDefaultTargets(TargetInfoMBean bean,
java.lang.Object defTargets)
Ensures that the DomainTargetMBean is targeted to the local
server by default.
|
private static DomainMBean |
getDomain(TargetInfoMBean bean)
Returns the bean tree root of the specified TargetInfoBean.
|
private static ServerMBean |
getLocalServer(TargetInfoMBean bean)
Returns the ServerMBean for the local server from the same
bean tree as the specified TargetInfoBean.
|
static void |
validateTargets(TargetInfoMBean bean)
Ensures that the targets of the DomainTargetMBean cannot be
modified.
|
static void |
validateTargets(TargetInfoMBean bean,
TargetMBean[] params) |
public static TargetMBean[] getDefaultTargets(TargetInfoMBean bean, java.lang.Object defTargets)
private static ServerMBean getLocalServer(TargetInfoMBean bean)
private static DomainMBean getDomain(TargetInfoMBean bean)
public static void validateTargets(TargetInfoMBean bean) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static void validateTargets(TargetInfoMBean bean, TargetMBean[] params) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException