Searched refs:patternType (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DURLPattern.java76 private int patternType = -1; field in class:URLPattern
83 this.patternType = PT_DEFAULT;
91 this.patternType = PT_DEFAULT;
102 public int patternType() { method in class:URLPattern
103 if (this.patternType < 0) {
105 this.patternType = PT_EXTENSION;
107 this.pattern.endsWith("/*")) this.patternType = PT_PREFIX;
109 this.patternType = PT_DEFAULT;
110 else this.patternType = PT_EXACT;
112 return this.patternType;
[all...]
H A DURLPatternSpec.java325 int firstType = this.patternType();
338 switch (urlPatternArray[i].patternType()) {
374 switch(urlPatternArray[i].patternType()) {
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/web/integration/
H A DWebPermissionUtil.java77 static int patternType(Object urlPattern) { method in class:WebPermissionUtil
179 int otherUrlType = patternType(otherUrl);
180 switch(patternType(url)) {
909 int patternType; field in class:MapValue
923 this.patternType = WebPermissionUtil.patternType(urlPattern);

Completed in 11 milliseconds