Searched refs:comma (Results 1 - 8 of 8) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/realm/
H A DJAASRealm.java225 int comma = temp.indexOf(',');
226 if (comma < 0) {
229 roleClasses.add(temp.substring(0, comma).trim());
230 temp = temp.substring(comma + 1);
257 int comma = temp.indexOf(',');
258 if (comma < 0) {
261 userClasses.add(temp.substring(0, comma).trim());
262 temp = temp.substring(comma + 1);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DRequestFilterValve.java90 * <code>deny</code> properties to a comma-delimited list of regular
143 * The comma-delimited set of <code>allow</code> expressions.
161 * The comma-delimited set of <code>deny</code> expressions.
170 * Return a comma-delimited set of the <code>allow</code> expressions
181 * Set the comma-delimited set of the <code>allow</code> expressions
195 * Return a comma-delimited set of the <code>deny</code> expressions
206 * Set the comma-delimited set of the <code>deny</code> expressions
253 * specified argument, which must be <code>null</code> or a comma-delimited
256 * @param list The comma-separated list of patterns
272 int comma
[all...]
/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DHttpMethodSpec.java58 private static final String comma = ","; field in class:HttpMethodSpec
354 commaPos = actions.indexOf(comma,i);
403 actBuf.append(comma);
425 actBuf.append(comma);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DTypeUtil.java332 String comma;
334 comma = ",";
336 comma = "";
339 val = comma + n.substring(start, i) + val;
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/
H A DJSONUtil.java407 // Get the comma between properties (may also be context end)
411 "Expected comma (,) or end curly brace (}), but found ("
442 // Get the comma between properties (may also be context end)
446 "Expected comma (,) or end curly brace (}), but found ("
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Dengine-wrapper144 specify 1 or more config properties options, separated by comma,
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Dengine-wrapper144 specify 1 or more config properties options, separated by comma,
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Dengine-wrapper143 specify 1 or more config properties options, separated by comma,

Completed in 34 milliseconds