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 UserAccess.Builder. userMethods in org.jclouds.openstack.keystone.v2_0.domain that return User Modifier and Type Method Description UserUser.Builder. build()UserAccess. getUser()TODOMethods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type User Modifier and Type Method Description TUser.Builder. fromUser(User in)TAccess.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 UserUserAdminApi. create(String name, String password)Creates a new userUserUserAdminApi. create(String name, String password, CreateUserOptions options)Creates a new userUserUserAdminApi. 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 UserUserApi. get(String userId)Retrieve information about a user, by user IDUserUserApi. getByName(String userName)Retrieve information about a user, by user nameUserTokenApi. 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)
-