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) class
URLPatternSpec
This 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. urlPatternArray
Methods in jakarta.security.jacc with parameters of type URLPattern Modifier and Type Method Description int
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.
-