Uses of Class
org.opends.server.authorization.dseecompat.PatternIP
-
Packages that use PatternIP 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 PatternIP in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that return PatternIP Modifier and Type Method Description 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.
-