org.apache.ivy.util
public class Credentials extends Object
| Constructor Summary | |
|---|---|
| Credentials(String realm, String host, String userName, String passwd) | |
| Method Summary | |
|---|---|
| static String | buildKey(String realm, String host) |
| boolean | equals(Object o) |
| String | getHost() |
| String | getKey() |
| String | getPasswd() |
| String | getRealm() |
| String | getUserName() |
| int | hashCode() |
| String | toString()
Return a string that can be used for debug purpose. |