PrivMX DOCS
API Reference/PrivMX Endpoint Java Extra/Core

ItemPolicyComplexValue

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

Constructors

ItemPolicyComplexValue

Creates instance of ItemPolicyComplexValue

Params

value

String

raw policy value

 void ItemPolicyComplexValue(
String value
)

Methods

AND

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

Params

policy

ItemPolicyComplexValue

the policy to combine with this policy using AND.

public ItemPolicyComplexValue AND(
ItemPolicyComplexValue policy
)

Returns

ItemPolicyComplexValue · A new ItemPolicyComplexValue representing the combined policy.

OR

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

Params

policy

ItemPolicyComplexValue

the policy to combine with this policy using OR.

public ItemPolicyComplexValue OR(
ItemPolicyComplexValue policy
)

Returns

ItemPolicyComplexValue · A new ItemPolicyComplexValue 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.