Searched refs:ce (Results 51 - 75 of 500) sorted by relevance

1234567891011>>

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DSOAPBindingService.java75 } catch (ConfigurationException ce) {
76 Utils.debug.error("SOAPBindingService.static:", ce);
151 } catch (ConfigurationException ce) {
152 Utils.debug.error("SOAPBindingService.setValues:", ce);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/key/
H A DKeyUtil.java210 } catch (java.security.cert.CertificateException ce) {
214 "for X.509 type", ce);
224 } catch (java.security.cert.CertificateException ce) {
228 "array input stream.", ce);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DInstallDS.java728 catch (CLIException ce)
730 LOG.log(Level.SEVERE, "Unexpected error: "+ce, ce);
1206 catch (CLIException ce)
1208 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1328 catch (CLIException ce)
1331 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1413 catch (CLIException ce)
[all...]
H A DBackendToolUtils.java101 catch (ConfigException ce)
104 DN_BACKEND_BASE, ce.getMessage());
143 catch (ConfigException ce)
146 String.valueOf(configEntry.getDN()), ce.getMessage());
181 catch (ConfigException ce)
184 String.valueOf(configEntry.getDN()), ce.getMessage());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DConfigFileHandlerTestCase.java158 for (ConfigEntry ce : configEntry.getChildren().values())
160 recursivelyTestNoExtensibleObjects(ce, violatingDNs);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DConfigFileHandlerTestCase.java157 for (ConfigEntry ce : configEntry.getChildren().values())
159 recursivelyTestNoExtensibleObjects(ce, violatingDNs);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DConfigFileHandlerTestCase.java158 for (ConfigEntry ce : configEntry.getChildren().values())
160 recursivelyTestNoExtensibleObjects(ce, violatingDNs);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DConfigFileHandlerTestCase.java157 for (ConfigEntry ce : configEntry.getChildren().values())
159 recursivelyTestNoExtensibleObjects(ce, violatingDNs);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DConfigFileHandlerTestCase.java158 for (ConfigEntry ce : configEntry.getChildren().values())
160 recursivelyTestNoExtensibleObjects(ce, violatingDNs);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DKeyStoreRefresher.java90 } catch (ClassNotFoundException ce) {
91 SAMLUtils.debug.error(classMethod, ce);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2PluginsUtils.java57 } catch (ConfigurationException ce) {
58 SAML2Utils.debug.error("SAML2PluginsUtils.static:", ce);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMI18NUtils.java84 } catch (ClientException ce) {
110 } catch (ClientException ce) {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DConfigFileHandlerTestCase.java153 for (ConfigEntry ce : configEntry.getChildren().values())
155 recursivelyTestNoExtensibleObjects(ce, violatingDNs);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMI18NUtils.java84 } catch (ClientException ce) {
110 } catch (ClientException ce) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DKeyStoreRefresher.java90 } catch (ClassNotFoundException ce) {
91 SAMLUtils.debug.error(classMethod, ce);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSAML2PluginsUtils.java60 } catch (ConfigurationException ce) {
61 SAML2Utils.debug.error("SAML2PluginsUtils.static:", ce);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DBackendToolUtils.java101 catch (ConfigException ce)
104 DN_BACKEND_BASE, ce.getMessage());
143 catch (ConfigException ce)
146 String.valueOf(configEntry.getDN()), ce.getMessage());
181 catch (ConfigException ce)
184 String.valueOf(configEntry.getDN()), ce.getMessage());
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DBackendToolUtils.java104 catch (ConfigException ce)
107 ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY.get(DN_BACKEND_BASE, ce
147 catch (ConfigException ce)
151 .getDN()), ce.getMessage());
185 catch (ConfigException ce)
189 .getDN()), ce.getMessage());
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DBackendToolUtils.java101 catch (ConfigException ce)
104 DN_BACKEND_BASE, ce.getMessage());
143 catch (ConfigException ce)
146 String.valueOf(configEntry.getDN()), ce.getMessage());
181 catch (ConfigException ce)
184 String.valueOf(configEntry.getDN()), ce.getMessage());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DBackendToolUtils.java104 catch (ConfigException ce)
107 ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY.get(DN_BACKEND_BASE, ce
147 catch (ConfigException ce)
151 .getDN()), ce.getMessage());
185 catch (ConfigException ce)
189 .getDN()), ce.getMessage());
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java100 private UserDataCertificateException ce; field in class:CertificateDialog
114 * @param ce the UserDataCertificateException we use to get the information
118 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
121 this.ce = ce;
284 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
287 ce.getHost(), String.valueOf(ce.getPort()),
288 ce.getHost(), String.valueOf(ce
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java101 private UserDataCertificateException ce; field in class:CertificateDialog
115 * @param ce the UserDataCertificateException we use to get the information
119 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
122 this.ce = ce;
285 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
288 ce.getHost(), String.valueOf(ce.getPort()),
289 ce.getHost(), String.valueOf(ce
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java101 private UserDataCertificateException ce; field in class:CertificateDialog
115 * @param ce the UserDataCertificateException we use to get the information
119 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
122 this.ce = ce;
285 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
288 ce.getHost(), String.valueOf(ce.getPort()),
289 ce.getHost(), String.valueOf(ce
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java100 private UserDataCertificateException ce; field in class:CertificateDialog
114 * @param ce the UserDataCertificateException we use to get the information
118 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
121 this.ce = ce;
284 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
287 ce.getHost(), String.valueOf(ce.getPort()),
288 ce.getHost(), String.valueOf(ce
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java101 private UserDataCertificateException ce; field in class:CertificateDialog
115 * @param ce the UserDataCertificateException we use to get the information
119 public CertificateDialog(JFrame parent, UserDataCertificateException ce) argument
122 this.ce = ce;
285 if (ce.getType() == UserDataCertificateException.Type.NOT_TRUSTED)
288 ce.getHost(), String.valueOf(ce.getPort()),
289 ce.getHost(), String.valueOf(ce
[all...]

Completed in 124 milliseconds

1234567891011>>