Searched defs:errorMsg (Results 1 - 25 of 50) sorted by relevance

12

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DCumulativeValResult.java69 void setErrorMessage(LocalizedMessage errorMsg) { argument
70 errorMessage = errorMsg;
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DCumulativeValResult.java69 void setErrorMessage(LocalizedMessage errorMsg) { argument
70 errorMessage = errorMsg;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/util/
H A DPolicyDecisionUtils.java76 private static String errorMsg; field in class:PolicyDecisionUtils
90 errorMsg = p.getMessage();
94 errorMsg = ssoe.getMessage();
150 throw new PolicyException(errorMsg);
/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java333 * @param errorMsg Detailed error message
337 String errorCode, String errorMsg) {
341 response.sendError(httpStatusCode, errorMsg);
355 + "errormessage=" + URLEncDec.encode(errorMsg);
335 sendError(HttpServletRequest request, HttpServletResponse response, int httpStatusCode, String errorCode, String errorMsg) argument
/forgerock/openam-v13/openam-authentication/openam-auth-anonymous/src/main/java/com/sun/identity/authentication/modules/anonymous/
H A DAnonymous.java67 private String errorMsg = null; field in class:Anonymous
101 errorMsg = "AnonValidateEx";
133 errorMsg = "AnonValidateEx";
140 if (errorMsg != null) {
141 throw new AuthLoginException(amAuthAnonymous, errorMsg, null);
231 errorMsg = null;
/forgerock/openam-v13/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplication.java88 private String errorMsg = null; field in class:Application
123 errorMsg = "appInitFalied";
138 if (errorMsg != null) {
139 throw new AuthLoginException(amAuthApplication, errorMsg, null);
493 errorMsg = null;
/forgerock/openam/openam-authentication/openam-auth-anonymous/src/main/java/com/sun/identity/authentication/modules/anonymous/
H A DAnonymous.java67 private String errorMsg = null; field in class:Anonymous
101 errorMsg = "AnonValidateEx";
133 errorMsg = "AnonValidateEx";
140 if (errorMsg != null) {
141 throw new AuthLoginException(amAuthAnonymous, errorMsg, null);
231 errorMsg = null;
/forgerock/openam/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplication.java86 private String errorMsg = null; field in class:Application
108 errorMsg = "appInitFalied";
123 if (errorMsg != null) {
124 throw new AuthLoginException(amAuthApplication, errorMsg, null);
292 errorMsg = null;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/util/
H A DPolicyDecisionUtils.java76 private static String errorMsg; field in class:PolicyDecisionUtils
90 errorMsg = p.getMessage();
94 errorMsg = ssoe.getMessage();
150 throw new PolicyException(errorMsg);
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java333 * @param errorMsg Detailed error message
337 String errorCode, String errorMsg) {
341 response.sendError(httpStatusCode, errorMsg);
355 + "errormessage=" + URLEncDec.encode(errorMsg);
335 sendError(HttpServletRequest request, HttpServletResponse response, int httpStatusCode, String errorCode, String errorMsg) argument
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java751 JLabel l, Message errorMsg)
753 checkOptions(options, errorMsgs, new JLabel[]{l}, errorMsg);
757 JLabel[] ls, Message errorMsg)
772 errorMsgs.add(errorMsg);
750 checkOptions(String options, Collection<Message> errorMsgs, JLabel l, Message errorMsg) argument
756 checkOptions(String options, Collection<Message> errorMsgs, JLabel[] ls, Message errorMsg) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java752 JLabel l, Message errorMsg)
754 checkOptions(options, errorMsgs, new JLabel[]{l}, errorMsg);
758 JLabel[] ls, Message errorMsg)
773 errorMsgs.add(errorMsg);
751 checkOptions(String options, Collection<Message> errorMsgs, JLabel l, Message errorMsg) argument
757 checkOptions(String options, Collection<Message> errorMsgs, JLabel[] ls, Message errorMsg) argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java752 JLabel l, Message errorMsg)
754 checkOptions(options, errorMsgs, new JLabel[]{l}, errorMsg);
758 JLabel[] ls, Message errorMsg)
773 errorMsgs.add(errorMsg);
751 checkOptions(String options, Collection<Message> errorMsgs, JLabel l, Message errorMsg) argument
757 checkOptions(String options, Collection<Message> errorMsgs, JLabel[] ls, Message errorMsg) argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java751 JLabel l, Message errorMsg)
753 checkOptions(options, errorMsgs, new JLabel[]{l}, errorMsg);
757 JLabel[] ls, Message errorMsg)
772 errorMsgs.add(errorMsg);
750 checkOptions(String options, Collection<Message> errorMsgs, JLabel l, Message errorMsg) argument
756 checkOptions(String options, Collection<Message> errorMsgs, JLabel[] ls, Message errorMsg) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java778 JLabel l, Message errorMsg)
780 checkOptions(options, errorMsgs, new JLabel[]{l}, errorMsg);
784 JLabel[] ls, Message errorMsg)
799 errorMsgs.add(errorMsg);
777 checkOptions(String options, Collection<Message> errorMsgs, JLabel l, Message errorMsg) argument
783 checkOptions(String options, Collection<Message> errorMsgs, JLabel[] ls, Message errorMsg) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java742 JLabel l, LocalizableMessage errorMsg)
744 checkOptions(options, errorMsgs, new JLabel[]{l}, errorMsg);
748 String options, Collection<LocalizableMessage> errorMsgs, JLabel[] ls, LocalizableMessage errorMsg)
761 errorMsgs.add(errorMsg);
741 checkOptions(String options, Collection<LocalizableMessage> errorMsgs, JLabel l, LocalizableMessage errorMsg) argument
747 checkOptions( String options, Collection<LocalizableMessage> errorMsgs, JLabel[] ls, LocalizableMessage errorMsg) argument
/forgerock/openam-v13/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java64 private String errorMsg = null; field in class:JDBC
144 errorMsg ="noCONNECTIONTYPE";
163 errorMsg ="noJNDINAME";
178 errorMsg ="noDRIVER";
189 errorMsg ="noURL";
199 errorMsg = "noDBUSER";
212 errorMsg = "noDBPASSWORD";
223 errorMsg = "noPASSWORDCOLUMN";
234 errorMsg = "noSTATEMENT";
277 if (errorMsg !
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DInstallDSArgumentParser.java544 Arg1<Object> errorMsg)
548 errorMessages.add(errorMsg.get(port));
543 checkPortAlreadyUsed(Set<Integer> ports, int port, Collection<LocalizableMessage> errorMessages, Arg1<Object> errorMsg) argument
H A DRebuildIndex.java472 private String toErrorMsg(Arg1<Object> errorMsg, Exception ex) argument
474 final LocalizableMessage message = getErrorMsg(ex, errorMsg);
478 private LocalizableMessage getErrorMsg(Exception ex, Arg1<Object> errorMsg) argument
482 return errorMsg.get(ex.getMessage());
484 return errorMsg.get(getExceptionMessage(ex));
/forgerock/openam/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java62 private String errorMsg = null; field in class:JDBC
143 errorMsg ="noCONNECTIONTYPE";
162 errorMsg ="noJNDINAME";
177 errorMsg ="noDRIVER";
188 errorMsg ="noURL";
198 errorMsg = "noDBUSER";
211 errorMsg = "noDBPASSWORD";
222 errorMsg = "noPASSWORDCOLUMN";
233 errorMsg = "noSTATEMENT";
276 if (errorMsg !
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java524 * @param errorMsg The error message to display if a config entry is found
526 private void assertNoConfigEntriesWithFilter(String filter, String errorMsg) argument
548 assertEquals(entries.size(), 0, errorMsg + ":\n" + sb);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java524 * @param errorMsg The error message to display if a config entry is found
526 private void assertNoConfigEntriesWithFilter(String filter, String errorMsg) argument
548 assertEquals(entries.size(), 0, errorMsg + ":\n" + sb);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java524 * @param errorMsg The error message to display if a config entry is found
526 private void assertNoConfigEntriesWithFilter(String filter, String errorMsg) argument
548 assertEquals(entries.size(), 0, errorMsg + ":\n" + sb);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/task/
H A DTask.java263 private long getTime(String taskDN, String attrName, Arg2<Object, Object> errorMsg) throws InitializationException argument
287 throw new InitializationException(errorMsg.get(timeString, taskDN), e);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java849 LocalizableMessageDescriptor.Arg1<Object> errorMsg, DN entryDN) throws DirectoryException
854 throw new DirectoryException(ResultCode.UNWILLING_TO_PERFORM, errorMsg.get(entryDN));
859 throw new DirectoryException(ResultCode.UNWILLING_TO_PERFORM, errorMsg.get(entryDN));
848 checkIfWritable(WritabilityMode writabilityMode, Operation op, LocalizableMessageDescriptor.Arg1<Object> errorMsg, DN entryDN) argument

Completed in 93 milliseconds

12