Searched refs:de (Results 126 - 150 of 982) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/
H A DSevenBitCleanPlugin.java214 catch (DirectoryException de)
216 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
217 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
280 catch (DirectoryException de)
282 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
283 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
358 catch (DirectoryException de)
360 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
361 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
373 catch (DirectoryException de)
[all...]
H A DUniqueAttributePlugin.java266 catch (DirectoryException de)
270 TRACER.debugCaught(DebugLogLevel.ERROR, de);
274 de.getResultCode().toString(),
275 de.getMessageObject());
360 catch (DirectoryException de)
364 TRACER.debugCaught(DebugLogLevel.ERROR, de);
368 de.getResultCode().toString(),
369 de.getMessageObject());
423 catch (DirectoryException de)
427 TRACER.debugCaught(DebugLogLevel.ERROR, de);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DModifyDNOperationBasis.java220 catch (DirectoryException de)
224 TRACER.debugCaught(DebugLogLevel.ERROR, de);
226 setResultCode(de.getResultCode());
227 appendErrorMessage(de.getMessageObject());
260 catch (DirectoryException de)
264 TRACER.debugCaught(DebugLogLevel.ERROR, de);
267 setResultCode(de.getResultCode());
268 appendErrorMessage(de.getMessageObject());
321 catch (DirectoryException de)
325 TRACER.debugCaught(DebugLogLevel.ERROR, de);
[all...]
H A DWorkflowConfigManager.java118 catch (DirectoryException de)
120 throw new ConfigException(de.getMessageObject());
160 catch (DirectoryException de)
164 resultCode = de.getResultCode();
167 messages.add(de.getMessageObject());
313 catch (DirectoryException de)
317 resultCode = de.getResultCode();
320 messages.add(de.getMessageObject());
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DSevenBitCleanPlugin.java213 catch (DirectoryException de)
215 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
216 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
279 catch (DirectoryException de)
281 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
282 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
357 catch (DirectoryException de)
359 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
360 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
372 catch (DirectoryException de)
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DModifyDNOperationBasis.java216 catch (DirectoryException de)
218 logger.traceException(de);
219 setResultCode(de.getResultCode());
220 appendErrorMessage(de.getMessageObject());
253 catch (DirectoryException de)
255 logger.traceException(de);
257 setResultCode(de.getResultCode());
258 appendErrorMessage(de.getMessageObject());
311 catch (DirectoryException de)
313 logger.traceException(de);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPasswordPolicySubentryVirtualAttributeProvider.java82 catch (DirectoryException de)
86 logger.error(de.getMessageObject());
88 logger.traceException(de, "Failed to retrieve password policy for user %s",
H A DNumSubordinatesVirtualAttributeProvider.java87 catch(DirectoryException de)
89 logger.traceException(de);
105 catch(DirectoryException de)
107 logger.traceException(de);
H A DSimpleStaticGroupMemberList.java134 catch (DirectoryException de)
136 logger.traceException(de);
137 throw new MembershipException(ERR_STATICMEMBERS_CANNOT_GET_ENTRY.get(memberDN, groupDN, de.getMessageObject()),
138 true, de);
H A DSubjectEqualsDNCertificateMapper.java147 catch (DirectoryException de)
149 logger.traceException(de);
151 LocalizableMessage message = ERR_SEDCM_CANNOT_GET_ENTRY.get(subjectDN, de.getMessageObject());
152 throw new DirectoryException(ResultCode.INVALID_CREDENTIALS, message, de);
H A DWhoAmIExtendedOperation.java126 catch (DirectoryException de)
128 logger.traceException(de);
130 operation.setResultCode(de.getResultCode());
131 operation.appendErrorMessage(de.getMessageObject());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DSevenBitCleanPlugin.java184 catch (DirectoryException de)
186 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
187 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
248 catch (DirectoryException de)
250 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
251 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
324 catch (DirectoryException de)
326 return PluginResult.PreParse.stopProcessing(de.getResultCode(),
327 ERR_PLUGIN_7BIT_CANNOT_DECODE_DN.get(de.getMessageObject()));
339 catch (DirectoryException de)
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DVirtualAttributeConfigManager.java157 catch (DirectoryException de)
161 TRACER.debugCaught(DebugLogLevel.ERROR, de);
166 de.getMessageObject());
167 throw new ConfigException(message, de);
242 catch (DirectoryException de)
246 TRACER.debugCaught(DebugLogLevel.ERROR, de);
252 de.getMessageObject());
290 catch (DirectoryException de)
294 TRACER.debugCaught(DebugLogLevel.ERROR, de);
305 de
[all...]
H A DWorkflowConfigManager.java119 catch (DirectoryException de)
121 throw new ConfigException(de.getMessageObject());
161 catch (DirectoryException de)
165 resultCode = de.getResultCode();
168 messages.add(de.getMessageObject());
314 catch (DirectoryException de)
318 resultCode = de.getResultCode();
321 messages.add(de.getMessageObject());
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperation.java120 catch (DirectoryException de)
124 TRACER.debugCaught(DebugLogLevel.ERROR, de);
127 operation.setResultCode(de.getResultCode());
128 operation.appendErrorMessage(de.getMessageObject());
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DVirtualAttributeConfigManager.java157 catch (DirectoryException de)
161 TRACER.debugCaught(DebugLogLevel.ERROR, de);
166 de.getMessageObject());
167 throw new ConfigException(message, de);
242 catch (DirectoryException de)
246 TRACER.debugCaught(DebugLogLevel.ERROR, de);
252 de.getMessageObject());
290 catch (DirectoryException de)
294 TRACER.debugCaught(DebugLogLevel.ERROR, de);
305 de
[all...]
H A DWorkflowConfigManager.java119 catch (DirectoryException de)
121 throw new ConfigException(de.getMessageObject());
161 catch (DirectoryException de)
165 resultCode = de.getResultCode();
168 messages.add(de.getMessageObject());
314 catch (DirectoryException de)
318 resultCode = de.getResultCode();
321 messages.add(de.getMessageObject());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DVirtualAttributeConfigManager.java157 catch (DirectoryException de)
161 TRACER.debugCaught(DebugLogLevel.ERROR, de);
166 de.getMessageObject());
167 throw new ConfigException(message, de);
242 catch (DirectoryException de)
246 TRACER.debugCaught(DebugLogLevel.ERROR, de);
252 de.getMessageObject());
290 catch (DirectoryException de)
294 TRACER.debugCaught(DebugLogLevel.ERROR, de);
305 de
[all...]
H A DWorkflowConfigManager.java119 catch (DirectoryException de)
121 throw new ConfigException(de.getMessageObject());
161 catch (DirectoryException de)
165 resultCode = de.getResultCode();
168 messages.add(de.getMessageObject());
314 catch (DirectoryException de)
318 resultCode = de.getResultCode();
321 messages.add(de.getMessageObject());
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DWhoAmIExtendedOperation.java120 catch (DirectoryException de)
124 TRACER.debugCaught(DebugLogLevel.ERROR, de);
127 operation.setResultCode(de.getResultCode());
128 operation.appendErrorMessage(de.getMessageObject());
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoEntryData.java139 DiscoEntryElement de = entryFac.createDiscoEntryElement();
140 de.setResourceOffering(res);
141 createDirectivesEntry(de, descriptionTypeList);
143 String str = convertDiscoEntryToXmlStr(de);
156 private String convertDiscoEntryToXmlStr(DiscoEntryElement de) argument
162 m.marshal(de, sw);
199 DiscoEntryElement de,
212 createDirectiveEntry(de, authenticateRequester, idRefs,
217 createDirectiveEntry(de, encryptResourceId, idRefs,
222 createDirectiveEntry(de, authSessionCnt
198 createDirectivesEntry( DiscoEntryElement de, List descriptionTypeList ) argument
244 createDirectiveEntry( DiscoEntryElement de, DirectiveType dType, List idRefs, List descriptionTypeList ) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoEntryData.java139 DiscoEntryElement de = entryFac.createDiscoEntryElement();
140 de.setResourceOffering(res);
141 createDirectivesEntry(de, descriptionTypeList);
143 String str = convertDiscoEntryToXmlStr(de);
156 private String convertDiscoEntryToXmlStr(DiscoEntryElement de) argument
162 m.marshal(de, sw);
199 DiscoEntryElement de,
212 createDirectiveEntry(de, authenticateRequester, idRefs,
217 createDirectiveEntry(de, encryptResourceId, idRefs,
222 createDirectiveEntry(de, authSessionCnt
198 createDirectivesEntry( DiscoEntryElement de, List descriptionTypeList ) argument
244 createDirectiveEntry( DiscoEntryElement de, DirectiveType dType, List idRefs, List descriptionTypeList ) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java266 catch (DirectoryException de)
270 TRACER.debugCaught(DebugLogLevel.ERROR, de);
274 de.getResultCode().toString(),
275 de.getMessageObject());
360 catch (DirectoryException de)
364 TRACER.debugCaught(DebugLogLevel.ERROR, de);
368 de.getResultCode().toString(),
369 de.getMessageObject());
423 catch (DirectoryException de)
427 TRACER.debugCaught(DebugLogLevel.ERROR, de);
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DWorkflowConfigManager.java118 catch (DirectoryException de)
120 throw new ConfigException(de.getMessageObject());
160 catch (DirectoryException de)
164 resultCode = de.getResultCode();
167 messages.add(de.getMessageObject());
313 catch (DirectoryException de)
317 resultCode = de.getResultCode();
320 messages.add(de.getMessageObject());
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/
H A DUniqueAttributePlugin.java266 catch (DirectoryException de)
270 TRACER.debugCaught(DebugLogLevel.ERROR, de);
274 de.getResultCode().toString(),
275 de.getMessageObject());
360 catch (DirectoryException de)
364 TRACER.debugCaught(DebugLogLevel.ERROR, de);
368 de.getResultCode().toString(),
369 de.getMessageObject());
423 catch (DirectoryException de)
427 TRACER.debugCaught(DebugLogLevel.ERROR, de);
[all...]

Completed in 68 milliseconds

1234567891011>>