Searched defs:ne (Results 26 - 50 of 56) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java924 * @param ne
931 protected Message getMessageForException(NamingException ne, String hostPort) argument
933 return Utils.getMessageForException(ne, hostPort);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java877 * @param ne
884 protected Message getMessageForException(NamingException ne, String hostPort) argument
886 return Utils.getMessageForException(ne, hostPort);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java903 * @param ne
910 protected Message getMessageForException(NamingException ne, String hostPort) argument
912 return Utils.getMessageForException(ne, hostPort);
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DConsoleApplication.java924 * @param ne
931 protected Message getMessageForException(NamingException ne, String hostPort) argument
933 return Utils.getMessageForException(ne, hostPort);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1005 * @param ne the NamingException.
1010 public static Message getMessageForException(NamingException ne, argument
1015 if (ne.getLocalizedMessage() != null)
1017 arg = ne.getLocalizedMessage();
1019 else if (ne.getExplanation() != null)
1021 arg = ne.getExplanation();
1025 arg = ne.toString(true);
1027 if (Utils.isCertificateException(ne))
1032 else if (ne instanceof AuthenticationException)
1036 else if (ne instanceo
1063 getMessageForException(NamingException ne) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1006 * @param ne the NamingException.
1011 public static Message getMessageForException(NamingException ne, argument
1016 if (ne.getLocalizedMessage() != null)
1018 arg = ne.getLocalizedMessage();
1020 else if (ne.getExplanation() != null)
1022 arg = ne.getExplanation();
1026 arg = ne.toString(true);
1028 if (Utils.isCertificateException(ne))
1033 else if (ne instanceof AuthenticationException)
1037 else if (ne instanceo
1064 getMessageForException(NamingException ne) argument
[all...]
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java602 NamingEnumeration<SearchResult> ne = null;
613 ne = dirContext.search(getServerGroupContainerDN(), filter, sc);
614 while (ne.hasMore())
616 SearchResult sr = ne.next();
685 handleCloseNamingEnumeration(ne);
767 NamingEnumeration<? extends Attribute> ne = null;
779 ne = attrs.getAll();
780 while (ne.hasMore())
782 Attribute attr = ne.next();
824 handleCloseNamingEnumeration(ne);
2729 handleCloseNamingEnumeration(NamingEnumeration<?> ne) argument
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java603 NamingEnumeration<SearchResult> ne = null;
614 ne = dirContext.search(getServerGroupContainerDN(), filter, sc);
615 while (ne.hasMore())
617 SearchResult sr = ne.next();
686 handleCloseNamingEnumeration(ne);
768 NamingEnumeration<? extends Attribute> ne = null;
780 ne = attrs.getAll();
781 while (ne.hasMore())
783 Attribute attr = ne.next();
825 handleCloseNamingEnumeration(ne);
2729 handleCloseNamingEnumeration(NamingEnumeration<?> ne) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1006 * @param ne the NamingException.
1011 public static Message getMessageForException(NamingException ne, argument
1016 if (ne.getLocalizedMessage() != null)
1018 arg = ne.getLocalizedMessage();
1020 else if (ne.getExplanation() != null)
1022 arg = ne.getExplanation();
1026 arg = ne.toString(true);
1028 if (Utils.isCertificateException(ne))
1033 else if (ne instanceof AuthenticationException)
1037 else if (ne instanceo
1064 getMessageForException(NamingException ne) argument
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java603 NamingEnumeration<SearchResult> ne = null;
614 ne = dirContext.search(getServerGroupContainerDN(), filter, sc);
615 while (ne.hasMore())
617 SearchResult sr = ne.next();
686 handleCloseNamingEnumeration(ne);
768 NamingEnumeration<? extends Attribute> ne = null;
780 ne = attrs.getAll();
781 while (ne.hasMore())
783 Attribute attr = ne.next();
825 handleCloseNamingEnumeration(ne);
2729 handleCloseNamingEnumeration(NamingEnumeration<?> ne) argument
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java602 NamingEnumeration<SearchResult> ne = null;
613 ne = dirContext.search(getServerGroupContainerDN(), filter, sc);
614 while (ne.hasMore())
616 SearchResult sr = ne.next();
685 handleCloseNamingEnumeration(ne);
767 NamingEnumeration<? extends Attribute> ne = null;
779 ne = attrs.getAll();
780 while (ne.hasMore())
782 Attribute attr = ne.next();
824 handleCloseNamingEnumeration(ne);
2729 handleCloseNamingEnumeration(NamingEnumeration<?> ne) argument
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java603 NamingEnumeration<SearchResult> ne = null;
614 ne = dirContext.search(getServerGroupContainerDN(), filter, sc);
615 while (ne.hasMore())
617 SearchResult sr = ne.next();
686 handleCloseNamingEnumeration(ne);
768 NamingEnumeration<? extends Attribute> ne = null;
780 ne = attrs.getAll();
781 while (ne.hasMore())
783 Attribute attr = ne.next();
825 handleCloseNamingEnumeration(ne);
2729 handleCloseNamingEnumeration(NamingEnumeration<?> ne) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1005 * @param ne the NamingException.
1010 public static Message getMessageForException(NamingException ne, argument
1015 if (ne.getLocalizedMessage() != null)
1017 arg = ne.getLocalizedMessage();
1019 else if (ne.getExplanation() != null)
1021 arg = ne.getExplanation();
1025 arg = ne.toString(true);
1027 if (Utils.isCertificateException(ne))
1032 else if (ne instanceof AuthenticationException)
1036 else if (ne instanceo
1063 getMessageForException(NamingException ne) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java1024 * @param ne the NamingException.
1029 public static Message getMessageForException(NamingException ne, argument
1034 if (ne.getLocalizedMessage() != null)
1036 arg = ne.getLocalizedMessage();
1038 else if (ne.getExplanation() != null)
1040 arg = ne.getExplanation();
1044 arg = ne.toString(true);
1046 if (Utils.isCertificateException(ne))
1051 else if (ne instanceof AuthenticationException)
1055 else if (ne instanceo
1082 getMessageForException(NamingException ne) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java511 NamingEnumeration<SearchResult> ne = null;
522 ne = dirContext.search(getServerGroupContainerDN(), filter, sc);
523 while (ne.hasMore())
525 SearchResult sr = ne.next();
588 handleCloseNamingEnumeration(ne);
668 NamingEnumeration<? extends Attribute> ne = null;
680 ne = attrs.getAll();
681 while (ne.hasMore())
683 Attribute attr = ne.next();
722 handleCloseNamingEnumeration(ne);
2529 handleCloseNamingEnumeration(NamingEnumeration<?> ne) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java834 * @param ne
838 public static LocalizableMessage getMessageForException(NamingException ne) argument
840 final String detailedException = ne.toString(true);
841 if (isCertificateException(ne))
845 else if (ne instanceof AuthenticationException)
849 else if (ne instanceof NoPermissionException)
853 else if (ne instanceof NamingSecurityException)
857 else if (ne instanceof CommunicationException)
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 603 milliseconds

123