Uses of Class
org.jclouds.openstack.keystone.v2_0.options.UpdateUserOptions

Packages that use UpdateUserOptions
org.jclouds.openstack.keystone.v2_0.extensions   
org.jclouds.openstack.keystone.v2_0.options   
 

Uses of UpdateUserOptions in org.jclouds.openstack.keystone.v2_0.extensions
 

Methods in org.jclouds.openstack.keystone.v2_0.extensions with parameters of type UpdateUserOptions
 com.google.common.util.concurrent.ListenableFuture<? extends User> UserAdminAsyncApi.update(String id, UpdateUserOptions options)
          Updates an user
 User UserAdminApi.update(String id, UpdateUserOptions options)
          Updates an user
 

Uses of UpdateUserOptions in org.jclouds.openstack.keystone.v2_0.options
 

Methods in org.jclouds.openstack.keystone.v2_0.options that return UpdateUserOptions
 UpdateUserOptions UpdateUserOptions.email(String email)
           
static UpdateUserOptions UpdateUserOptions.Builder.email(String email)
           
 UpdateUserOptions UpdateUserOptions.enabled(boolean enabled)
           
static UpdateUserOptions UpdateUserOptions.Builder.enabled(boolean enabled)
           
 UpdateUserOptions UpdateUserOptions.name(String name)
          A name can be defined when updating an user.
static UpdateUserOptions UpdateUserOptions.Builder.name(String name)
           
 UpdateUserOptions UpdateUserOptions.password(String password)
           
static UpdateUserOptions UpdateUserOptions.Builder.password(String password)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.