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) URLPatternURLPatternSpec. urlPatternThe 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. urlPatternListMethods in javax.security.jacc with parameters of type URLPattern Modifier and Type Method Description (package private) booleanURLPattern. matches(URLPattern url)Checks if this pattern matches the specifiedURLPattern.
-