Uses of Class
org.jclouds.openstack.keystone.v3.domain.User
Packages that use User
Package
Description
-
Uses of User in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return UserModifier and TypeMethodDescriptionabstract User
User.Builder.build()
static User
User.create
(String id, String name, Date passwordExpiresAt, User.Domain domain, String domainId, String defaultProjectId, Boolean enabled, Link link) abstract User
Token.user()
Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type User -
Uses of User in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features that return UserModifier and TypeMethodDescriptionUserApi.create
(String name, String password, Boolean enabled, String domainId, String defaultProjectId) AuthApi.getUserOfToken
(String token) Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).UserApi.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