Class TargAttrFilters
- java.lang.Object
-
- org.opends.server.authorization.dseecompat.TargAttrFilters
-
public final class TargAttrFilters extends Object
The TargAttrFilters class represents a targattrfilters rule of an ACI.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TargAttrFilters
decode(EnumTargetOperator type, String expression)
Decode an targattrfilter rule.
-
-
-
Method Detail
-
decode
public static TargAttrFilters decode(EnumTargetOperator type, String expression) throws AciException
Decode an targattrfilter rule.- Parameters:
type
- The enumeration representing the type of this rule. Defaults to equality for this target.expression
- The string expression to be decoded.- Returns:
- A TargAttrFilters class representing the decode expression.
- Throws:
AciException
- If the expression string contains errors and cannot be decoded.
-
-