static String |
AciEffectiveRights.createSummary(AciEvalContext evalCtx,
boolean evalRet) |
Create the summary string used in the aclRightsInfo log string.
|
EnumEvalResult |
AciBody.evaluate(AciEvalContext evalCtx) |
Performs an evaluation of the permission-bind rule pairs using the evaluation context.
|
EnumEvalResult |
AuthMethod.evaluate(AciEvalContext evalCtx) |
|
EnumEvalResult |
BindRule.evaluate(AciEvalContext evalCtx) |
Evaluate an bind rule against an evaluation context.
|
EnumEvalResult |
DayOfWeek.evaluate(AciEvalContext evalCtx) |
Performs evaluation of a dayofweek bind rule using the provided evaluation context.
|
EnumEvalResult |
DNS.evaluate(AciEvalContext evalCtx) |
|
EnumEvalResult |
IP.evaluate(AciEvalContext evalCtx) |
Perform an evaluation using the provided evaluation context's remote IP address information.
|
EnumEvalResult |
KeywordBindRule.evaluate(AciEvalContext evalCtx) |
Evaluate a bind rule using the passed in context.
|
EnumEvalResult |
SSF.evaluate(AciEvalContext evalCtx) |
|
EnumEvalResult |
TimeOfDay.evaluate(AciEvalContext evalCtx) |
|
EnumEvalResult |
UserAttr.evaluate(AciEvalContext evalCtx) |
Evaluate the expression using an evaluation context.
|
EnumEvalResult |
UserDN.evaluate(AciEvalContext evalCtx) |
Performs the evaluation of a userdn bind rule based on the evaluation context passed to it.
|
static boolean |
UserDN.evalURL(AciEvalContext evalCtx,
LDAPURL url) |
This method evaluates an URL userdn expression.
|
static boolean |
AciEffectiveRights.setTargAttrAci(AciEvalContext evalCtx,
Aci aci,
boolean denyAci) |
If the specified ACI is in the targattrfilters hashtable contained in the evaluation context, set the evaluation
context's targattrfilters match variable to either ACL_TARGATTR_DENY_MATCH or ACL_TARGATTR_ALLOW_MATCH depending
on the value of the variable denyAci.
|