Uses of Class
org.jclouds.openstack.keystone.v3.domain.User
- 
Packages that use User Package Description org.jclouds.openstack.keystone.v3.domain org.jclouds.openstack.keystone.v3.features  - 
- 
Uses of User in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return User Modifier and Type Method Description abstract UserUser.Builder. build()static UserUser. create(String id, String name, Date passwordExpiresAt, User.Domain domain, String domainId, String defaultProjectId, Boolean enabled, Link link)abstract UserToken. user()Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type User Modifier and Type Method Description abstract Token.BuilderToken.Builder. user(User user) - 
Uses of User in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features that return User Modifier and Type Method Description UserUserApi. create(String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. get(String id)UserAuthApi. getUserOfToken(String token)Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).UserUserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId)Methods in org.jclouds.openstack.keystone.v3.features that return types with arguments of type User Modifier and Type Method Description List<User>UserApi. list() 
 -