Searched defs:HTTPMethods (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DWebResourcePermission.java198 * @param HTTPMethods an array of strings each element of which contains
204 public WebResourcePermission(String urlPatternSpec, String[] HTTPMethods) argument
208 this.methodSpec = HttpMethodSpec.getSpec(HTTPMethods);
H A DWebUserDataPermission.java228 * @param HTTPMethods an array of strings each element of which contains
238 public WebUserDataPermission(String urlPatternSpec, String[] HTTPMethods, argument
253 this.methodSpec = HttpMethodSpec.getSpec(HTTPMethods);

Completed in 226 milliseconds