static Aci |
Aci.decode(String aciString,
Dn dn) |
Decode an ACI byte string.
|
static AciBody |
AciBody.decode(String input,
ServerContext serverContext) |
Decode an ACI string representing the ACI body.
|
static AciTargets |
AciTargets.decode(String input,
Dn dn,
ServerContext serverContext) |
Decode an ACI's target part of the syntax from the string provided.
|
static KeywordBindRule |
AuthMethod.decode(String expr,
org.opends.server.authorization.dseecompat.EnumBindRuleType type,
ServerContext serverContext) |
Decode a string representing an authmethod bind rule.
|
static BindRule |
BindRule.decode(String input,
ServerContext serverContext) |
Decode an ACI bind rule string representation.
|
static KeywordBindRule |
DayOfWeek.decode(String expr,
org.opends.server.authorization.dseecompat.EnumBindRuleType type) |
Decode an string representing a dayofweek bind rule.
|
static DNS |
DNS.decode(String expr,
org.opends.server.authorization.dseecompat.EnumBindRuleType type) |
Decode an string representing a dns bind rule.
|
static ExtOp |
ExtOp.decode(EnumTargetOperator operator,
String expr) |
Decode an extop expression string.
|
static KeywordBindRule |
IP.decode(String expr,
org.opends.server.authorization.dseecompat.EnumBindRuleType type) |
Decodes the provided IP bind rule expression string and returns an IP class the can be used to evaluate remote
clients IP addresses.
|
static PatternIP |
PatternIP.decode(String expr) |
Decode the provided address expression string and create a class that can be used to perform an evaluation of an
IP address based on the decoded expression string information.
|
static PermBindRulePair |
PermBindRulePair.decode(String perm,
String rights,
String bRule,
ServerContext serverContext) |
Decodes a permission bind rule pair.
|
static TargAttrFilters |
TargAttrFilters.decode(EnumTargetOperator type,
String expression,
ServerContext serverContext) |
Decode an targattrfilter rule.
|
static Target |
Target.decode(EnumTargetOperator operator,
String expr,
Dn aciDN) |
Decode an expression string representing a target keyword expression.
|
static TargetControl |
TargetControl.decode(EnumTargetOperator operator,
String expr) |
Decode an targetcontrol expression string.
|
static TargetFilter |
TargetFilter.decode(EnumTargetOperator op,
String expr) |
Decode a aci's targetfilter string.
|
static TimeOfDay |
TimeOfDay.decode(String expr,
org.opends.server.authorization.dseecompat.EnumBindRuleType type) |
Decodes a string representation of a timeofday bind rule expression.
|
static KeywordBindRule |
UserAttr.decode(String expression,
org.opends.server.authorization.dseecompat.EnumBindRuleType type,
Schema schema) |
Decode an string containing the userattr bind rule expression.
|
static KeywordBindRule |
UserDN.decode(String expression,
org.opends.server.authorization.dseecompat.EnumBindRuleType type) |
Decodes an expression string representing a userdn bind rule.
|