Uses of Interface
org.openstack4j.model.identity.v3.User
-
Packages that use User Package Description org.openstack4j.api.identity.v3 org.openstack4j.model.identity.v3 org.openstack4j.openstack.identity.v3.domain org.openstack4j.openstack.identity.v3.internal -
-
Uses of User in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return User Modifier and Type Method Description UserUserService. create(String domainId, String name, String password, String email, boolean enabled)creates a new userUserUserService. create(User user)create a new userUserUserService. get(String userId)gets detailed information about a specified user by idUserUserService. getByName(String userName, String domainId)get detailed information about a user specified by username and domain idUserUserService. update(User user)updates the password for or enables or disables a specified user.Methods in org.openstack4j.api.identity.v3 that return types with arguments of type User Modifier and Type Method Description List<? extends User>UserService. getByName(String userName)get detailed information about users matching specified name across all domainsList<? extends User>UserService. list()lists users.List<? extends User>GroupService. listGroupUsers(String groupId)lists the users that belong to a groupMethods in org.openstack4j.api.identity.v3 with parameters of type User Modifier and Type Method Description UserUserService. create(User user)create a new userUserUserService. update(User user)updates the password for or enables or disables a specified user. -
Uses of User in org.openstack4j.model.identity.v3
Methods in org.openstack4j.model.identity.v3 that return User Modifier and Type Method Description UserToken. getUser() -
Uses of User in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement User Modifier and Type Class Description classKeystoneUserUser model class for identity/v3Methods in org.openstack4j.openstack.identity.v3.domain that return User Modifier and Type Method Description UserKeystoneUser.UserConcreteBuilder. build()Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type User Modifier and Type Method Description UserBuilderKeystoneUser.UserConcreteBuilder. from(User in)Creates a Builder using the param M as the default values -
Uses of User in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return User Modifier and Type Method Description UserUserServiceImpl. create(String domainId, String name, String password, String email, boolean enabled)creates a new userUserUserServiceImpl. create(User user)create a new userUserUserServiceImpl. get(String userId)gets detailed information about a specified user by idUserUserServiceImpl. getByName(String userName, String domainId)get detailed information about a user specified by username and domain idUserUserServiceImpl. update(User user)updates the password for or enables or disables a specified user.Methods in org.openstack4j.openstack.identity.v3.internal that return types with arguments of type User Modifier and Type Method Description List<? extends User>UserServiceImpl. getByName(String userName)get detailed information about users matching specified name across all domainsList<? extends User>UserServiceImpl. list()lists users.List<? extends User>GroupServiceImpl. listGroupUsers(String groupId)Methods in org.openstack4j.openstack.identity.v3.internal with parameters of type User Modifier and Type Method Description UserUserServiceImpl. create(User user)create a new userUserUserServiceImpl. update(User user)updates the password for or enables or disables a specified user.
-