Searched refs:userinfo (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/ |
H A D | URI.java | 30 * the various components (scheme, host, port, userinfo, path, query 47 * user/password string is stored as userinfo. 113 /** userinfo can be composed of unreserved, escaped and these 141 /** Mask for userinfo characters */ 219 /** If specified, stores the userinfo for this URI; otherwise null */ 263 * accordingly - setting the scheme, userinfo, host,port, path, query 282 * accordingly - setting the scheme, userinfo, host,port, path, query 399 * @param p_userinfo the URI userinfo (cannot be specified if host 884 String userinfo = null; 886 // userinfo i 983 isValidServerBasedAuthority(String host, int port, String userinfo) argument [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/ |
H A D | JaxmURI.java | 38 * the various components (scheme, host, port, userinfo, path, query 52 * is stored as userinfo. 106 /** userinfo can be composed of unreserved, escaped and these 113 /** If specified, stores the userinfo for this URI; otherwise null */ 154 * accordingly - setting the scheme, userinfo, host,port, path, query 246 * @param p_userinfo the URI userinfo (cannot be specified if host 545 * Initialize the authority (userinfo, host and port) for this 558 String userinfo = null; 560 // userinfo is everything up @ 569 userinfo [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/ |
H A D | URI.java | 32 * the various components (scheme, host, port, userinfo, path, query 46 * is stored as userinfo. 112 * userinfo can be composed of unreserved, escaped and these 121 /** If specified, stores the userinfo for this URI; otherwise null. 171 * accordingly - setting the scheme, userinfo, host,port, path, query 271 * @param p_userinfo the URI userinfo (cannot be specified if host 617 * Initialize the authority (userinfo, host and port) for this 632 String userinfo = null; 634 // userinfo is everything up @ 649 userinfo [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/ |
H A D | URI.java | 35 * the various components (scheme, host, port, userinfo, path, query 49 * is stored as userinfo. 110 * userinfo can be composed of unreserved, escaped and these 119 /** If specified, stores the userinfo for this URI; otherwise null. 169 * accordingly - setting the scheme, userinfo, host,port, path, query 269 * @param p_userinfo the URI userinfo (cannot be specified if host 638 * Initialize the authority (userinfo, host and port) for this 653 String userinfo = null; 655 // userinfo is everything up @ 670 userinfo [all...] |
Completed in 138 milliseconds