Searched refs:errors (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/common/
H A DProgrammaticLoginInterface.java60 * <p>On client side, realm and errors parameters will be ignored and
74 * @param errors errors=true, propagate any exception encountered to the user
75 * errors=false, no exceptions are propagated.
80 Boolean login(final String user, final String password, final String realm, boolean errors) throws Exception; argument
116 * @param errors
126 Boolean login(final String user, final String password, final String realm, final HttpServletRequest request, final HttpServletResponse response, boolean errors) throws Exception; argument
158 * @param errors, errors = true, the method will propagate the exceptions
159 * encountered while logging out, errors
166 logout(boolean errors) argument
190 logout(final HttpServletRequest request, final HttpServletResponse response, boolean errors) argument
[all...]
/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/embeddable/
H A DEJBContainer.java121 Map<String, String> errors = new HashMap<String, String>();
141 errors.put(provider.getClass().getName(), createErrorMessage(t));
146 reportError(properties, errors, returnedNull);
178 * @param errors the Map of errors encountered during the createEJBContainer() call
185 private static void reportError(Map<?,?> properties, Map<String, String> errors, argument
197 if (errors.isEmpty() && returnedNull.isEmpty()) {
203 for (Map.Entry me: errors.entrySet()) {
/glassfish-3.1.2/security/core/src/main/java/com/sun/appserv/security/
H A DProgrammaticLogin.java126 final String realm, boolean errors) throws Exception
128 return login(user, password.toCharArray(),realm, errors);
136 * <p>On client side, realm and errors parameters will be ignored and
150 * @param errors errors=true, propagate any exception encountered to the user
151 * errors=false, no exceptions are propagated.
157 final String realm, boolean errors) throws Exception
196 if(errors == true){ // propagate the exception ahead
236 // call login with realm-name = null and request for errors = false
255 final HttpServletResponse response, boolean errors)
125 login(final String user, final String password, final String realm, boolean errors) argument
156 login(final String user, final char[] password, final String realm, boolean errors) argument
252 login(final String user, final String password, final String realm, final HttpServletRequest request, final HttpServletResponse response, boolean errors) argument
279 login(final String user, final char[] password, final String realm, final HttpServletRequest request, final HttpServletResponse response, boolean errors) argument
378 logout(boolean errors) argument
447 logout(final HttpServletRequest request, final HttpServletResponse response, boolean errors) argument
[all...]
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/web/
H A DAllJSPsMustBeCompilable.java104 List<JasperException> errors = jspc.getJSPCompilationErrors();
105 errors.add(je);
106 return errors;
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/gui/
H A DResultsPanel.java469 Vector errors = getErrorResultsForDisplay();
470 for (int i = 0; i < errors.size(); i++) {
471 LogRecord r = (LogRecord) errors.elementAt(i);
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/remote/
H A DRemoteAdminCommand.java1164 private CommandModel parseMetadata(InputStream in, StringBuilder errors) { argument
1189 errors.append(cause);
1195 errors.append(cause);

Completed in 42 milliseconds