Class UpdateUserOptions
java.lang.Object
org.jclouds.openstack.keystone.v2_0.options.UpdateUserOptions
- All Implemented Interfaces:
org.jclouds.rest.Binder,org.jclouds.rest.MapBinder
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Object input) <R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Map<String, Object> postParams) enabled(boolean enabled) booleangetEmail()Gets the user e-mailgetName()Gets the default user nameGets the default passwordinthashCode()booleanA name can be defined when updating an user.protected com.google.common.base.MoreObjects.ToStringHelperstring()toString()
-
Constructor Details
-
UpdateUserOptions
public UpdateUserOptions()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Map<String, Object> postParams) - Specified by:
bindToRequestin interfaceorg.jclouds.rest.MapBinder
-
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:
bindToRequestin interfaceorg.jclouds.rest.Binder
-