Class UpdateUserOptions
java.lang.Object
org.jclouds.openstack.keystone.v2_0.options.UpdateUserOptions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object input) <R extends HttpRequest>
RbindToRequest
(R request, Map<String, Object> postParams) creates and binds the POST payload to the request using parameters specified.enabled
(boolean enabled) boolean
getEmail()
Gets the user e-mailgetName()
Gets the default user nameGets the default passwordint
hashCode()
boolean
A name can be defined when updating an user.protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
UpdateUserOptions
public UpdateUserOptions()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
bindToRequest
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
-
getName
Gets the default user name -
name
A name can be defined when updating an user. -
getPassword
Gets the default password -
password
-
getEmail
Gets the user e-mail -
email
- See Also:
-
isEnabled
public boolean isEnabled() -
enabled
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-