Class DNS
java.lang.Object
org.opends.server.authorization.dseecompat.DNS
- All Implemented Interfaces:
KeywordBindRule
This class implements the dns bind rule keyword.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DNSDecode an string representing a dns bind rule.evaluate(AciEvalContext evalCtx) Evaluate a bind rule using the passed in context.toString()voidtoString(StringBuilder buffer) Appends a string representation of this object to the provided buffer.
-
Method Details
-
decode
public static DNS decode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type) throws AciException Decode an string representing a dns bind rule.- Parameters:
expr- A string representation of the bind rule.type- An enumeration representing the bind rule type.- Returns:
- A keyword bind rule class that can be used to evaluate this bind rule.
- Throws:
AciException- If the expression string is invalid.
-
evaluate
Description copied from interface:KeywordBindRuleEvaluate a bind rule using the passed in context.- Specified by:
evaluatein interfaceKeywordBindRule- Parameters:
evalCtx- An evaluation context to use in the evaluation.- Returns:
- An enumeration evaluation result.
-
toString
-
toString
Description copied from interface:KeywordBindRuleAppends a string representation of this object to the provided buffer.- Specified by:
toStringin interfaceKeywordBindRule- Parameters:
buffer- The buffer into which a string representation of this object should be appended.
-