PrivMX DOCS
API Reference/PrivMX Endpoint Java Extra/Core

ContainerPolicyComplexValue

Represents a complex value for Container policies, allowing logical combinations with other ContainerPolicyComplexValue instances. These complex values enable the creation of fine-grained access control rules by combining multiple policy criteria using logical operators.

Constructors

ContainerPolicyComplexValue

Creates instance of ContainerPolicyComplexValue.

Params

value

String

raw policy value

 void ContainerPolicyComplexValue(
String value
)

Methods

AND

Combines this policy with another policy using the logical AND operator.

Params

policy

ContainerPolicyComplexValue

the policy to combine with this policy using AND.

public ContainerPolicyComplexValue AND(
ContainerPolicyComplexValue policy
)

Returns

ContainerPolicyComplexValue · A new ContainerPolicyComplexValue representing the combined policy.

OR

Combines this policy with another policy using the logical OR operator.

Params

policy

ContainerPolicyComplexValue

the policy to combine with this policy using OR.

public ContainerPolicyComplexValue OR(
ContainerPolicyComplexValue policy
)

Returns

ContainerPolicyComplexValue · A new ContainerPolicyComplexValue representing the combined policy.

We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.