Uses of Class
javax.security.jacc.URLPattern
-
-
Uses of URLPattern in javax.security.jacc
Fields in javax.security.jacc declared as URLPattern Modifier and Type Field Description (package private) URLPattern
URLPatternSpec. urlPattern
The first or only URLPattern in the specificationFields in javax.security.jacc with type parameters of type URLPattern Modifier and Type Field Description (package private) java.util.HashSet<URLPattern>
URLPatternSpec. urlPatternList
Methods in javax.security.jacc with parameters of type URLPattern Modifier and Type Method Description (package private) boolean
URLPattern. matches(URLPattern url)
Checks if this pattern matches the specifiedURLPattern
.
-