Class User
java.lang.Object
org.jclouds.openstack.trove.v1.domain.User
- All Implemented Interfaces:
Comparable<User>
An Openstack Trove Database User.
-
Constructor Details
-
User
-
User
-
-
Method Details
-
getName
- Returns:
- the name of this user. The name is not a unique or even sufficient identifier in some cases.
- See Also:
-
getPassword
- Returns:
- the password for this user.
- See Also:
-
getHost
- Returns:
- the host for this user.
- See Also:
-
getIdentifier
- Returns:
- a unique identifier for this user. In most cases, this is just the name. If the user is restricted to connections from a specific host, the hostname must be appended to the user name with a "@".
-
getDatabases
- Returns:
- the databases for this user.
- See Also:
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
builder
-
toBuilder
-
compareTo
- Specified by:
compareTo
in interfaceComparable<User>
-