Uses of Class
jakarta.security.jacc.URLPattern
-
-
Uses of URLPattern in jakarta.security.jacc
Subclasses of URLPattern in jakarta.security.jacc Modifier and Type Class Description (package private) classURLPatternSpecThis class extends the URLPattern class and is used to represent URLPatternSpec objects.Fields in jakarta.security.jacc declared as URLPattern Modifier and Type Field Description private URLPattern[]URLPatternSpec. urlPatternArrayMethods in jakarta.security.jacc with parameters of type URLPattern Modifier and Type Method Description intURLPattern. 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.
-