Class SSF
- java.lang.Object
-
- org.opends.server.authorization.dseecompat.SSF
-
- All Implemented Interfaces:
KeywordBindRule
public final class SSF extends Object implements KeywordBindRule
The class represents the ssf keyword in a bind rule.SSF stands for security strength factor.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumEvalResult
evaluate(AciEvalContext evalCtx)
Evaluate a bind rule using the passed in context.String
toString()
void
toString(StringBuilder buffer)
Appends a string representation of this object to the provided buffer.
-
-
-
Method Detail
-
evaluate
public EnumEvalResult evaluate(AciEvalContext evalCtx)
Description copied from interface:KeywordBindRule
Evaluate a bind rule using the passed in context.- Specified by:
evaluate
in interfaceKeywordBindRule
- Parameters:
evalCtx
- An evaluation context to use in the evaluation.- Returns:
- An enumeration evaluation result.
-
toString
public void toString(StringBuilder buffer)
Description copied from interface:KeywordBindRule
Appends a string representation of this object to the provided buffer.- Specified by:
toString
in interfaceKeywordBindRule
- Parameters:
buffer
- The buffer into which a string representation of this object should be appended.
-
-