public interface KeywordBindRule
| Modifier and Type | Method and Description |
|---|---|
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Evaluate a bind rule using the passed in context.
|
void |
toString(StringBuilder buffer)
Appends a string representation of this object to the provided buffer.
|
EnumEvalResult evaluate(AciEvalContext evalCtx)
evalCtx - An evaluation context to use in the evaluation.void toString(StringBuilder buffer)
buffer - The buffer into which a string representation of this object
should be appended.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.