Class SSF
java.lang.Object
org.opends.server.authorization.dseecompat.SSF
- All Implemented Interfaces:
KeywordBindRule
The class represents the ssf keyword in a bind rule.SSF stands for security strength factor.
-
Method Summary
Modifier and TypeMethodDescriptionevaluate(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
-
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.
-