Uses of Class
jakarta.security.jacc.HttpMethodSpec
-
-
Uses of HttpMethodSpec in jakarta.security.jacc
Fields in jakarta.security.jacc declared as HttpMethodSpec Modifier and Type Field Description private static HttpMethodSpecHttpMethodSpec. allSpecprivate static HttpMethodSpec[]HttpMethodSpec. exceptionSpecArrayprivate HttpMethodSpecWebResourcePermission. methodSpecprivate HttpMethodSpecWebUserDataPermission. methodSpecprivate static HttpMethodSpec[]HttpMethodSpec. specArray(package private) HttpMethodSpecHttpMethodSpec. standardSpecMethods in jakarta.security.jacc that return HttpMethodSpec Modifier and Type Method Description (package private) static HttpMethodSpecHttpMethodSpec. getSpec(java.lang.String actions)(package private) static HttpMethodSpecHttpMethodSpec. getSpec(java.lang.String[] methods)private static HttpMethodSpecHttpMethodSpec. getStandardSpec(java.lang.String actions, java.util.BitSet set)Methods in jakarta.security.jacc with parameters of type HttpMethodSpec Modifier and Type Method Description (package private) booleanHttpMethodSpec. implies(HttpMethodSpec that)Constructors in jakarta.security.jacc with parameters of type HttpMethodSpec Constructor Description HttpMethodSpec(HttpMethodSpec spec, java.util.BitSet set)
-