|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.authorization.dseecompat.GroupDN
public class GroupDN
This class implements the groupdn bind rule keyword.
Field Summary | |
---|---|
static java.lang.String |
LDAP_URLS
Regular expression matching one or more LDAP URLs separated by "||". |
Method Summary | |
---|---|
static KeywordBindRule |
decode(java.lang.String expr,
EnumBindRuleType type)
Decode an string expression representing a groupdn bind rule. |
EnumEvalResult |
evaluate(AciEvalContext evalCtx)
Performs the evaluation of a groupdn bind rule based on the evaluation context passed to it. |
static EnumEvalResult |
evaluate(Entry e,
AciEvalContext evalCtx,
AttributeType attributeType,
DN suffixDN)
Performs an evaluation of a group that was specified in an attribute type value of the specified entry and attribute type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LDAP_URLS
Method Detail |
---|
public static KeywordBindRule decode(java.lang.String expr, EnumBindRuleType type) throws AciException
expr
- A string representation of the bind rule.type
- An enumeration of the type of the bind rule.
AciException
- If the expression string is invalid.public EnumEvalResult evaluate(AciEvalContext evalCtx)
evaluate
in interface KeywordBindRule
evalCtx
- An evaluation context to use in the evaluation.
public static EnumEvalResult evaluate(Entry e, AciEvalContext evalCtx, AttributeType attributeType, DN suffixDN)
e
- The entry to use in the evaluation.evalCtx
- The evaluation context to use in the evaluation.attributeType
- The attribute type of the entry to use to get the
values for the groupd DNs.suffixDN
- The suffix that the groupDN must be under. If it's null,
then the groupDN can be anywhere in the DIT.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |