Uses of Class
jakarta.security.jacc.URLPattern
-
Uses of URLPattern in jakarta.security.jacc
Subclasses of URLPattern in jakarta.security.jaccModifier and TypeClassDescription(package private) class
This class extends the URLPattern class and is used to represent URLPatternSpec objects.Fields in jakarta.security.jacc declared as URLPatternMethods in jakarta.security.jacc with parameters of type URLPatternModifier and TypeMethodDescriptionint
URLPattern.compareTo
(URLPattern that) boolean
URLPattern.implies
(URLPattern that) Does this pattern imply (that is, match) the argument pattern? This method follows the same rules (in the same order) as those used for mapping requests to Jakarta Servlets.