Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.User

Packages that use User
org.jclouds.openstack.keystone.v2_0.domain   
org.jclouds.openstack.keystone.v2_0.features   
 

Uses of User in org.jclouds.openstack.keystone.v2_0.domain
 

Fields in org.jclouds.openstack.keystone.v2_0.domain declared as User
protected  User Access.Builder.user
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return User
 User User.Builder.build()
           
 User Access.getUser()
          TODO
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type User
 T User.Builder.fromUser(User in)
           
 T Access.Builder.user(User user)
           
 

Constructors in org.jclouds.openstack.keystone.v2_0.domain with parameters of type User
Access(Token token, User user, Set<Service> serviceCatalog)
           
 

Uses of User in org.jclouds.openstack.keystone.v2_0.features
 

Methods in org.jclouds.openstack.keystone.v2_0.features that return User
 User UserApi.get(String userId)
          Retrieve information about a user, by user ID
 User UserApi.getByName(String userName)
          Retrieve information about a user, by user name

NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/956687 )

 User TokenApi.getUserOfToken(String token)
          Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/
 

Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type User
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.get(String userId)
           
 com.google.common.util.concurrent.ListenableFuture<User> UserAsyncApi.getByName(String userName)
           
 com.google.common.util.concurrent.ListenableFuture<User> TokenAsyncApi.getUserOfToken(String token)
           
 com.google.common.util.concurrent.ListenableFuture<Set<User>> UserAsyncApi.list()
           
 Set<User> UserApi.list()
          Retrieve the list of users

NOTE: this method is not in API documentation for keystone, but does work

 



Copyright © 2009-2012 jclouds. All Rights Reserved.