Class UpdateUserOptions

java.lang.Object
org.jclouds.openstack.keystone.v2_0.options.UpdateUserOptions
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class UpdateUserOptions extends Object implements org.jclouds.rest.MapBinder
  • Constructor Details

    • UpdateUserOptions

      public UpdateUserOptions()
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • bindToRequest

      public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
      Specified by:
      bindToRequest in interface org.jclouds.rest.MapBinder
    • getName

      public String getName()
      Gets the default user name
    • name

      public UpdateUserOptions name(String name)
      A name can be defined when updating an user.
    • getPassword

      public String getPassword()
      Gets the default password
    • password

      public UpdateUserOptions password(String password)
    • getEmail

      public String getEmail()
      Gets the user e-mail
    • email

      public UpdateUserOptions email(String email)
      See Also:
    • isEnabled

      public boolean isEnabled()
    • enabled

      public UpdateUserOptions enabled(boolean enabled)
    • bindToRequest

      public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Object input)
      Specified by:
      bindToRequest in interface org.jclouds.rest.Binder