Uses of Interface
org.opends.server.authorization.dseecompat.KeywordBindRule
-
Packages that use KeywordBindRule Package Description org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation. -
-
Uses of KeywordBindRule in org.opends.server.authorization.dseecompat
Classes in org.opends.server.authorization.dseecompat that implement KeywordBindRule Modifier and Type Class Description class
AuthMethod
The AuthMethod class represents an authmethod bind rule keyword expression.class
DayOfWeek
This class implements the dayofweek bind rule keyword.class
DNS
This class implements the dns bind rule keyword.class
IP
This class represents a single ACI's IP bind rule expression.class
SSF
The class represents the ssf keyword in a bind rule.SSF stands for security strength factor.class
TimeOfDay
This class represents the timeofday keyword in a bind rule.class
UserAttr
This class implements the userattr bind rule keyword.class
UserDN
This class represents the userdn keyword in a bind rule.Methods in org.opends.server.authorization.dseecompat that return KeywordBindRule Modifier and Type Method Description static KeywordBindRule
AuthMethod. decode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type)
Decode a string representing an authmethod bind rule.static KeywordBindRule
DayOfWeek. decode(String expr, org.opends.server.authorization.dseecompat.EnumBindRuleType type)
Decode an string representing a dayofweek bind rule.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 KeywordBindRule
UserAttr. decode(String expression, org.opends.server.authorization.dseecompat.EnumBindRuleType type)
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.
-