org.opends.server.authorization.dseecompat
Interface KeywordBindRule
- All Known Implementing Classes:
- AuthMethod, DayOfWeek, DNS, GroupDN, IP, TimeOfDay, UserAttr, UserDN
public interface KeywordBindRule
This interface represents a keyword bind rule class
that can evaluate an evaluation context. It defines a single
function that each of the keyword functions implement (ip, dns,
roledn, groupdn, ...)
evaluate
EnumEvalResult evaluate(AciEvalContext evalCtx)
- Evaluate a bind rule using the passed in context.
- Parameters:
evalCtx
- An evaluation context to use in the evaluation.
- Returns:
- An enumeration evaluation result.