Uses of Class
org.jclouds.openstack.trove.v1.domain.User

Packages that use User
org.jclouds.openstack.trove.v1.domain   
org.jclouds.openstack.trove.v1.features   
 

Uses of User in org.jclouds.openstack.trove.v1.domain
 

Methods in org.jclouds.openstack.trove.v1.domain that return User
 User User.Builder.build()
           
 

Methods in org.jclouds.openstack.trove.v1.domain with parameters of type User
 int User.compareTo(User that)
           
 User.Builder User.Builder.fromUser(User in)
           
 

Uses of User in org.jclouds.openstack.trove.v1.features
 

Methods in org.jclouds.openstack.trove.v1.features that return User
 User UserApi.get(String name)
          Returns a User by identifier.
 User UserApi.get(String name, String hostname)
          Returns a User by name and allowed host.
 

Methods in org.jclouds.openstack.trove.v1.features that return types with arguments of type User
 com.google.common.collect.FluentIterable<User> UserApi.list()
          This operation lists the users in the specified database instance.
 

Method parameters in org.jclouds.openstack.trove.v1.features with type arguments of type User
 boolean UserApi.create(Set<User> users)
          Create database users.
 



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