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

/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/common/util/admin/
H A DAuthTokenManager.java9 * may not use this file except in compliance with the License. You can
56 * Coordinates generation and consumption of very-limited-use authentication tokens.
64 * to the other process for it to use.
66 * Instead, the currently-running DAS command can use this service to obtain
131 private synchronized boolean use(final boolean isBeingReused, final long now) { method in class:AuthTokenManager.TokenInfo
156 * Creates a new limited use authentication token.
169 * Records the use of an authentication token by an admin request.
194 "Attempt to use non-existent auth token {0}",
198 final boolean result = ti != null && ti.use(isReusedToken, now);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/digester/
H A DDigester.java9 * may not use this file except in compliance with the License. You can
47 * you may not use this file except in compliance with the License.
150 * JAXP1.1 (such as WebLogic 6.0). Note that if you use this option you
192 * The class loader to use for instantiating application objects.
207 * The EntityResolver used by the SAX parser. By default it use this class
276 * The SAXParser we will use to parse the input stream.
310 * The XML schema language to use for validating an XML instance. By
317 * The XML schema to use for validating an XML instance.
329 * Do we want to use the Context ClassLoader when loading classes
336 * Do we want to use
899 setUseContextClassLoader(boolean use) argument
[all...]

Completed in 20 milliseconds