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) classThis class extends the URLPattern class and is used to represent URLPatternSpec objects.Classes in jakarta.security.jacc that implement interfaces with type arguments of type URLPatternFields in jakarta.security.jacc declared as URLPatternMethods in jakarta.security.jacc with parameters of type URLPatternModifier and TypeMethodDescriptionintURLPattern.compareTo(URLPattern that) booleanURLPattern.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.