Searched defs:standardMap (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.java117 int standardMap; field in class:HttpMethodSpec
174 if (standardMap == 0 && extensionSet == null) {
184 actions = getExtensionActions(standardSpec.getActions(),standardMap,
187 actions = getStandardActions(exceptionList,standardMap);
196 return (this.exceptionList ? 1 : 0) + (this.standardMap << 1) +
217 if (this.standardMap == 0 && this.extensionSet == null) {
221 else if (that.standardMap == 0 && that.extensionSet == null) {
226 rvalue = (this.standardMap & that.standardMap) == this.standardMap;
[all...]

Completed in 18 milliseconds