Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.User
-
-
Uses of User in org.jclouds.openstack.keystone.v2_0.domain
Fields in org.jclouds.openstack.keystone.v2_0.domain declared as User Modifier and Type Field Description protected User
Access.Builder. user
Methods in org.jclouds.openstack.keystone.v2_0.domain that return User Modifier and Type Method Description User
User.Builder. build()
User
Access. getUser()
TODOMethods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type User Modifier and Type Method Description 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 Constructor Description Access(Token token, User user, Set<Service> serviceCatalog)
-
Uses of User in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions that return User Modifier and Type Method Description User
UserAdminApi. create(String name, String password)
Creates a new userUser
UserAdminApi. create(String name, String password, CreateUserOptions options)
Creates a new userUser
UserAdminApi. update(String id, UpdateUserOptions options)
Updates an user -
Uses of User in org.jclouds.openstack.keystone.v2_0.features
Methods in org.jclouds.openstack.keystone.v2_0.features that return User Modifier and Type Method Description User
UserApi. get(String userId)
Retrieve information about a user, by user IDUser
UserApi. getByName(String userName)
Retrieve information about a user, by user nameUser
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 Modifier and Type Method Description PagedIterable<User>
UserApi. list()
Retrieve the list of usersPaginatedCollection<User>
UserApi. list(PaginationOptions options)
-
Uses of User in org.jclouds.openstack.keystone.v2_0.functions.internal
Methods in org.jclouds.openstack.keystone.v2_0.functions.internal that return types with arguments of type User Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<User>>
ParseUsers.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> ignored)
-