Searched refs:ce (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerSAML1SvcImpl.java96 SsoServerSAML1CacheEntryImpl ce = null;
98 ce = assertCache;
100 ce = artifactCache;
108 li = ce.SAML1CacheReads.longValue();
110 ce.SAML1CacheReads = Long.valueOf(li);
112 li = ce.SAML1CacheWrites.longValue();
114 ce.SAML1CacheWrites = Long.valueOf(li);
116 li = ce.SAML1CacheHits.longValue();
118 ce.SAML1CacheHits = Long.valueOf(li);
120 li = ce
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerSAML1SvcImpl.java96 SsoServerSAML1CacheEntryImpl ce = null;
98 ce = assertCache;
100 ce = artifactCache;
108 li = ce.SAML1CacheReads.longValue();
110 ce.SAML1CacheReads = Long.valueOf(li);
112 li = ce.SAML1CacheWrites.longValue();
114 ce.SAML1CacheWrites = Long.valueOf(li);
116 li = ce.SAML1CacheHits.longValue();
118 ce.SAML1CacheHits = Long.valueOf(li);
120 li = ce
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java249 CacheEntry ce = (CacheEntry) cacheEntries.get(principalDN);
250 return (ce != null && !hasExpiredAndUpdated());
259 CacheEntry ce = (CacheEntry) cacheEntries.get(principalDN);
261 if (ce != null && !hasExpiredAndUpdated()) {
262 completeSet = ce.isCompleteSet();
280 CacheEntry ce = (CacheEntry) cacheEntries.get(principalDN);
281 if (ce != null && !hasExpiredAndUpdated()) {
285 accessibleAttrs = ce.getReadableAttrNames();
287 accessibleAttrs = ce.getReadableAttrNames(attrNames);
292 if (ce
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java270 CacheEntry ce = (CacheEntry) cacheEntries.get(principalDN);
271 return (ce != null && !hasExpired);
281 CacheEntry ce = (CacheEntry) cacheEntries.get(principalDN);
282 if (ce != null && !hasExpired) {
283 return ce.isCompleteSet();
302 CacheEntry ce = (CacheEntry) cacheEntries.get(principalDN);
303 if (ce != null && !hasExpired) {
307 accessibleAttrs = ce.getReadableAttrNames();
309 accessibleAttrs = ce.getReadableAttrNames(attrNames);
334 Set inAccessibleAttrs = ce
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2ConfigService.java70 } catch (ConfigurationException ce) {
71 debug.error("SAML2ConfigService.static:", ce);
110 } catch (ConfigurationException ce) {
112 SAML2_BUFFER_LENGTH + " will not be updated. Exception: " + ce, ce);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2ConfigService.java70 } catch (ConfigurationException ce) {
71 debug.error("SAML2ConfigService.static:", ce);
110 } catch (ConfigurationException ce) {
112 SAML2_BUFFER_LENGTH + " will not be updated. Exception: " + ce, ce);
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DCoreTokenResource.java116 } catch (CoreTokenException ce) {
117 CoreTokenUtils.debug.error("CoreTokenResource.createToken", ce);
122 ce.getLocalizedMessage(),
129 data = new String[]{ce.getLocalizedMessage(), "", "", ""};
133 throw getWebApplicationException(headers, ce);
175 } catch (CoreTokenException ce) {
176 CoreTokenUtils.debug.error("CoreTokenResource.readToken", ce);
177 String[] data = new String[] {ce.getLocalizedMessage()};
180 throw getWebApplicationException(headers, ce);
217 } catch (CoreTokenException ce) {
[all...]
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DCoreTokenResource.java116 } catch (CoreTokenException ce) {
117 CoreTokenUtils.debug.error("CoreTokenResource.createToken", ce);
122 ce.getLocalizedMessage(),
129 data = new String[]{ce.getLocalizedMessage(), "", "", ""};
133 throw getWebApplicationException(headers, ce);
175 } catch (CoreTokenException ce) {
176 CoreTokenUtils.debug.error("CoreTokenResource.readToken", ce);
177 String[] data = new String[] {ce.getLocalizedMessage()};
180 throw getWebApplicationException(headers, ce);
217 } catch (CoreTokenException ce) {
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationTrustManager.java187 catch (CertificateException ce)
199 catch (CertificateException ce)
201 manageException(chain, authType, ce, Cause.NOT_TRUSTED);
210 catch (CertificateException ce)
212 manageException(chain, authType, ce, Cause.HOST_NAME_MISMATCH);
230 catch (CertificateException ce)
242 catch (CertificateException ce)
244 manageException(chain, authType, ce, Cause.NOT_TRUSTED);
253 catch (CertificateException ce)
255 manageException(chain, authType, ce, Caus
260 manageException(final X509Certificate[] chain, final String authType, final CertificateException ce, final Cause cause) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DSOAPBindingService.java67 } catch (ConfigurationException ce) {
68 debug.error("SOAPBindingService.static:", ce);
102 } catch (ConfigurationException ce) {
103 debug.error(classMethod, ce);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/serverconfig/
H A DSetSiteID.java87 } catch (ConfigurationException ce) {
88 String[] args = {siteName, siteID, ce.getMessage()};
89 debugError("SetSitePrimaryURL.handleRequest", ce);
92 throw new CLIException(ce,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackendToolUtils.java166 catch (final org.opends.server.config.ConfigException ce)
168 logger.error(ERR_CANNOT_DETERMINE_BACKEND_CLASS, configEntry.getDN(), ce.getMessage());
169 throw ce;
187 catch (final org.opends.server.config.ConfigException ce)
189 logger.error(ERR_CANNOT_DETERMINE_BACKEND_ID, configEntry.getDN(), ce.getMessage());
190 throw ce;
205 catch (final ConfigException ce)
207 logger.error(ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY, DN_BACKEND_BASE, ce.getMessage());
208 throw ce;
H A DLDAPConnection.java448 } catch(ClientException ce)
450 logger.traceException(ce);
451 throw new LDAPConnectionException(ce.getMessageObject(), ce.getReturnCode(),
452 null, ce);
503 ConnectException ce = null;
514 if (ce == null)
516 ce = ce2;
534 if (ce != null)
538 ce);
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/serverconfig/
H A DSetSiteID.java87 } catch (ConfigurationException ce) {
88 String[] args = {siteName, siteID, ce.getMessage()};
89 debugError("SetSitePrimaryURL.handleRequest", ce);
92 throw new CLIException(ce,ExitCodes.REQUEST_CANNOT_BE_PROCESSED);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DSOAPBindingService.java67 } catch (ConfigurationException ce) {
68 debug.error("SOAPBindingService.static:", ce);
102 } catch (ConfigurationException ce) {
103 debug.error(classMethod, ce);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DInstallDS.java635 catch (CLIException ce)
637 LOG.log(Level.SEVERE, "Unexpected error: "+ce, ce);
1113 catch (CLIException ce)
1115 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1235 catch (CLIException ce)
1238 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1320 catch (CLIException ce)
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DInstallDS.java610 catch (CLIException ce)
612 LOG.log(Level.SEVERE, "Unexpected error: "+ce, ce);
1047 catch (CLIException ce)
1049 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1168 catch (CLIException ce)
1171 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1242 catch (CLIException ce)
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DInstallDS.java635 catch (CLIException ce)
637 LOG.log(Level.SEVERE, "Unexpected error: "+ce, ce);
1113 catch (CLIException ce)
1115 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1235 catch (CLIException ce)
1238 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1320 catch (CLIException ce)
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DInstallDS.java610 catch (CLIException ce)
612 LOG.log(Level.SEVERE, "Unexpected error: "+ce, ce);
1047 catch (CLIException ce)
1049 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1168 catch (CLIException ce)
1171 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
1242 catch (CLIException ce)
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java374 catch (ClientException ce)
376 logger.warn(LocalizableMessage.raw("Error reading input: "+ce, ce));
377 throw new UserDataException(null, ce.getMessageObject(), ce);
434 catch (ClientException ce)
436 throw new UserDataException(null, ce.getMessageObject(), ce);
584 catch (ClientException ce)
586 throw new UserDataException(null, ce
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java374 catch (CLIException ce)
376 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
377 throw new UserDataException(null, ce.getMessageObject(), ce);
436 catch (CLIException ce)
438 throw new UserDataException(null, ce.getMessageObject(), ce);
584 catch (CLIException ce)
586 throw new UserDataException(null, ce
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java373 catch (CLIException ce)
375 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
376 throw new UserDataException(null, ce.getMessageObject(), ce);
435 catch (CLIException ce)
437 throw new UserDataException(null, ce.getMessageObject(), ce);
583 catch (CLIException ce)
585 throw new UserDataException(null, ce
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java374 catch (CLIException ce)
376 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
377 throw new UserDataException(null, ce.getMessageObject(), ce);
436 catch (CLIException ce)
438 throw new UserDataException(null, ce.getMessageObject(), ce);
584 catch (CLIException ce)
586 throw new UserDataException(null, ce
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java373 catch (CLIException ce)
375 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
376 throw new UserDataException(null, ce.getMessageObject(), ce);
435 catch (CLIException ce)
437 throw new UserDataException(null, ce.getMessageObject(), ce);
583 catch (CLIException ce)
585 throw new UserDataException(null, ce
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallCliHelper.java374 catch (CLIException ce)
376 LOG.log(Level.WARNING, "Error reading input: "+ce, ce);
377 throw new UserDataException(null, ce.getMessageObject(), ce);
436 catch (CLIException ce)
438 throw new UserDataException(null, ce.getMessageObject(), ce);
584 catch (CLIException ce)
586 throw new UserDataException(null, ce
[all...]

Completed in 103 milliseconds

1234567891011>>