Home | History | Annotate | Download | only in utils

Lines Matching refs:userinfo

30  * the various components (scheme, host, port, userinfo, path, query
44 * 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
301 Utils.messages.createMessage(MsgKey.ER_NO_USERINFO_IF_NO_HOST, null)); //"Userinfo may not be specified if host is not specified!");
614 * Initialize the authority (userinfo, host and port) for this
629 String userinfo = null;
631 // userinfo is everything up @
646 userinfo = p_uriSpec.substring(start, index);
715 setUserinfo(userinfo);
908 * Get the userinfo for this URI.
910 * @return the userinfo for this URI (null if not specified).
1033 * Set the userinfo for this URI. If a non-null value is passed in and
1036 * @param p_userinfo the userinfo for this URI
1053 "Userinfo cannot be set when host is null!");
1056 // userinfo can contain alphanumerics, mark characters, escaped
1072 "Userinfo contains invalid escape sequence!");
1079 "Userinfo contains invalid character:" + testChar);
1090 * Set the host for this URI. If null is passed in, the userinfo