Uses of Class
javax.security.jacc.URLPatternSpec

  • Uses of URLPatternSpec in javax.security.jacc

    Fields in javax.security.jacc declared as URLPatternSpec
    Modifier and Type
    Field
    Description
    WebResourcePermission.urlSpec
     
    WebUserDataPermission.urlSpec
     
    Methods in javax.security.jacc with parameters of type URLPatternSpec
    Modifier and Type
    Method
    Description
    (package private) boolean
    URLPatternSpec.implies(URLPatternSpec spec)
    Perform the permission URLPattern matching: the first URLPattern in the name of the argument permission is matched by the first URLPattern in the name of this permission. the first URLPattern in the name of the argument permission is NOT matched by any URLPattern in the URLPatternList of the URLPatternSpec of this permission. if the first URLPattern in the name of the argument permission matches the first URLPattern in the URLPatternSpec of this permission, then every URLPattern in the URLPatternList of the URLPatternSpec of this permission is matched by a URLPattern in the URLPatternList of the argument permission.