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

/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DHttpMethodSpec.java278 private HttpMethodSpec (boolean isExceptionList, int map) argument
281 exceptionList = isExceptionList;
324 boolean isExceptionList = false;
326 isExceptionList = true;
337 if (isExceptionList) {
412 private String getStandardActions(boolean isExceptionList, int map) argument
423 (isExceptionList ? exclaimationPoint : emptyString);
433 return isExceptionList ? exclaimationPoint : emptyString;

Completed in 12 milliseconds