Uses of Interface
org.openstack4j.model.identity.v2.User
-
Packages that use User Package Description org.openstack4j.api.identity.v2 org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.identity.v2.internal -
-
Uses of User in org.openstack4j.api.identity.v2
Methods in org.openstack4j.api.identity.v2 that return User Modifier and Type Method Description UserUserService. create(String tenantId, String name, String password, String email, boolean enabled)Creates a new UserUserUserService. create(User user)Creates a UserUserUserService. enableUser(String userId, boolean enabled)Enables/Disables a user by IDUserUserService. get(String userId)Gets the detailed User information by IDUserUserService. getByName(String userName)API added by @ Sandeep Kumar Singh Gets detailed information about a specified user by nameUserUserService. update(User user)Updates a UserMethods in org.openstack4j.api.identity.v2 that return types with arguments of type User Modifier and Type Method Description List<? extends User>UserService. list()Lists current usersList<? extends User>UserService. listTenantUsers(String tenantId)List users who are associated with the given tenant identifierMethods in org.openstack4j.api.identity.v2 with parameters of type User Modifier and Type Method Description UserUserService. create(User user)Creates a UserList<? extends Role>UserService. listRoles(User user)Lists global roles for a specified user.List<? extends Role>UserService. listRolesOnCurrentTenant(User user)List roles on current tenant (default tenant for the given user)UserUserService. update(User user)Updates a User -
Uses of User in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement User Modifier and Type Class Description classKeystoneUserMethods in org.openstack4j.openstack.identity.v2.domain that return User Modifier and Type Method Description UserKeystoneUser.UserConcreteBuilder. build()Methods in org.openstack4j.openstack.identity.v2.domain with parameters of type User Modifier and Type Method Description UserBuilderKeystoneUser.UserConcreteBuilder. from(User in) -
Uses of User in org.openstack4j.openstack.identity.v2.internal
Methods in org.openstack4j.openstack.identity.v2.internal that return User Modifier and Type Method Description UserUserServiceImpl. create(String tenantId, String name, String password, String email, boolean enabled)UserUserServiceImpl. create(User user)UserUserServiceImpl. enableUser(String userId, boolean enabled)UserUserServiceImpl. get(String userId)UserUserServiceImpl. getByName(String userName)UserUserServiceImpl. update(User user)Methods in org.openstack4j.openstack.identity.v2.internal that return types with arguments of type User Modifier and Type Method Description List<? extends User>UserServiceImpl. list()List<? extends User>UserServiceImpl. listTenantUsers(String tenantId)Methods in org.openstack4j.openstack.identity.v2.internal with parameters of type User Modifier and Type Method Description UserUserServiceImpl. create(User user)List<? extends Role>UserServiceImpl. listRoles(User user)List<? extends Role>UserServiceImpl. listRolesOnCurrentTenant(User user)UserUserServiceImpl. update(User user)
-