/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/ |
H A D | BaseDirContext.java | 1080 * of attributes, and retrieves selected attributes. The search is 1083 * @param name the name of the context to search 1084 * @param matchingAttributes the attributes to search for. If empty or 1095 public NamingEnumeration<SearchResult> search(Name name, method in class:BaseDirContext 1098 return search(name.toString(), matchingAttributes, attributesToReturn); 1106 * @param name the name of the context to search 1107 * @param matchingAttributes the attributes to search for. If empty or 1118 public abstract NamingEnumeration<SearchResult> search method in class:BaseDirContext 1128 * to the method search(Name, Attributes, String[]). 1130 * @param name the name of the context to search 1139 public NamingEnumeration<SearchResult> search(Name name, method in class:BaseDirContext 1158 public abstract NamingEnumeration<SearchResult> search method in class:BaseDirContext 1182 public NamingEnumeration<SearchResult> search method in class:BaseDirContext 1208 public abstract NamingEnumeration<SearchResult> search(String name, String filter, method in class:BaseDirContext 1237 public NamingEnumeration<SearchResult> search(Name name, String filterExpr, method in class:BaseDirContext 1268 public abstract NamingEnumeration<SearchResult> search method in class:BaseDirContext [all...] |
H A D | ProxyDirContext.java | 1205 * of attributes, and retrieves selected attributes. The search is 1208 * @param name the name of the context to search 1209 * @param matchingAttributes the attributes to search for. If empty or 1220 public NamingEnumeration<SearchResult> search(Name name, method in class:ProxyDirContext 1223 return dirContext.search(parseName(name), matchingAttributes, 1232 * @param name the name of the context to search 1233 * @param matchingAttributes the attributes to search for. If empty or 1244 public NamingEnumeration<SearchResult> search(String name, method in class:ProxyDirContext 1247 return dirContext.search(parseName(name), matchingAttributes, 1256 * to the method search(Nam 1267 public NamingEnumeration<SearchResult> search(Name name, method in class:ProxyDirContext 1286 public NamingEnumeration<SearchResult> search(String name, Attributes matchingAttributes) method in class:ProxyDirContext 1311 public NamingEnumeration<SearchResult> search(Name name, String filter, method in class:ProxyDirContext 1337 public NamingEnumeration<SearchResult> search(String name, String filter, method in class:ProxyDirContext 1368 public NamingEnumeration<SearchResult> search(Name name, String filterExpr, method in class:ProxyDirContext 1400 public NamingEnumeration<SearchResult> search(String name, String filterExpr, method in class:ProxyDirContext [all...] |
H A D | WARDirContext.java | 659 * of attributes, and retrieves selected attributes. The search is 662 * @param name the name of the context to search 663 * @param matchingAttributes the attributes to search for. If empty or 674 public NamingEnumeration<SearchResult> search(String name, method in class:WARDirContext 685 * to the method search(Name, Attributes, String[]). 687 * @param name the name of the context to search 688 * @param matchingAttributes the attributes to search for. If empty or 696 public NamingEnumeration<SearchResult> search(String name, method in class:WARDirContext 704 * given search filter. Performs the search a 721 public NamingEnumeration<SearchResult> search(String name, String filter, method in class:WARDirContext 752 public NamingEnumeration<SearchResult> search(String name, String filterExpr, method in class:WARDirContext [all...] |
H A D | FileDirContext.java | 755 * of attributes, and retrieves selected attributes. The search is 758 * @param name the name of the context to search 759 * @param matchingAttributes the attributes to search for. If empty or 770 public NamingEnumeration<SearchResult> search(String name, method in class:FileDirContext 781 * to the method search(Name, Attributes, String[]). 783 * @param name the name of the context to search 784 * @param matchingAttributes the attributes to search for. If empty or 792 public NamingEnumeration<SearchResult> search(String name, method in class:FileDirContext 800 * given search filter. Performs the search a 817 public NamingEnumeration<SearchResult> search(String name, String filter, method in class:FileDirContext 848 public NamingEnumeration<SearchResult> search(String name, String filterExpr, method in class:FileDirContext [all...] |
/glassfish-3.1.2/tests/community/web/jruby/helloapp/config/ |
H A D | boot.rb | 60 rails_gem = Gem.cache.search('rails', "=#{rails_gem_version}.0").sort_by { |g| g.version.version }.last
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/digester/ |
H A D | ArrayStack.java | 194 public int search(E object) { method in class:ArrayStack
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | Make_vms.com | 13 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs."" 27 $ if f$search("SYS$SYSTEM:MMS.EXE").eqs.""
|
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/ |
H A D | LDAPRealm.java | 93 * <li>search-filter - LDAP filter to use for searching for the user 98 * <li>group-search-filter - The LDAP filter to use for searching group 101 * user found by the user search. 104 * <li>search-bind-dn - The dn of ldap user. optional and no default value. 105 * <li>search-bind-password - The password of search-bind-dn.optional and 125 // %d = DN of user search result 126 public static final String PARAM_SEARCH_FILTER="search-filter"; 128 public static final String PARAM_GRP_SEARCH_FILTER="group-search-filter"; 135 public static final String PARAM_BINDDN="search [all...] |