Skip to main content

ContainerPolicyValues

Provides a set of predefined values for configuring container policies.

Constructors

ContainerPolicyValues

public void ContainerPolicyValues()

Fields

ALL

Allows all Context users to perform actions on container.

public static final ContainerPolicyValue ALL

DEFAULT

Uses the default value provided by the Bridge.

public static final ContainerPolicyValue DEFAULT

INHERIT

Uses the value inherited from the Context.

public static final ContainerPolicyValue INHERIT

MANAGER

Allows the container's managers to perform actions on container.

public static final ContainerPolicyComplexValue MANAGER

NONE

Prevents actions from being performed on container.

public static final ContainerPolicyValue NONE

OWNER

Allows the container's owner to perform actions on container.

public static final ContainerPolicyComplexValue OWNER

USER

Allows the container's users to perform actions on container.

public static final ContainerPolicyComplexValue USER