Package | Description |
---|---|
org.openstack4j.api.identity.v3 | |
org.openstack4j.model.identity.v3 | |
org.openstack4j.openstack.identity.v3.domain | |
org.openstack4j.openstack.identity.v3.internal |
Modifier and Type | Method and Description |
---|---|
User |
UserService.create(String domainId,
String name,
String password,
String email,
boolean enabled)
creates a new user
|
User |
UserService.create(User user)
create a new user
|
User |
UserService.get(String userId)
gets detailed information about a specified user by id
|
User |
UserService.getByName(String userName,
String domainId)
get detailed information about a user specified by username and domain id
|
User |
UserService.update(User user)
updates the password for or enables or disables a specified user.
|
Modifier and Type | Method and Description |
---|---|
List<? extends User> |
UserService.getByName(String userName)
get detailed information about users matching specified name across all domains
|
List<? extends User> |
UserService.list()
lists users.
|
List<? extends User> |
GroupService.listGroupUsers(String groupId)
lists the users that belong to a group
|
Modifier and Type | Method and Description |
---|---|
User |
UserService.create(User user)
create a new user
|
User |
UserService.update(User user)
updates the password for or enables or disables a specified user.
|
Modifier and Type | Method and Description |
---|---|
User |
Token.getUser() |
Modifier and Type | Method and Description |
---|---|
User |
KeystoneUser.UserConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
UserBuilder |
KeystoneUser.UserConcreteBuilder.from(User in)
Creates a Builder using the param M as the default values
|
Modifier and Type | Method and Description |
---|---|
User |
UserServiceImpl.create(String domainId,
String name,
String password,
String email,
boolean enabled)
creates a new user
|
User |
UserServiceImpl.create(User user)
create a new user
|
User |
UserServiceImpl.get(String userId)
gets detailed information about a specified user by id
|
User |
UserServiceImpl.getByName(String userName,
String domainId)
get detailed information about a user specified by username and domain id
|
User |
UserServiceImpl.update(User user)
updates the password for or enables or disables a specified user.
|
Modifier and Type | Method and Description |
---|---|
List<? extends User> |
UserServiceImpl.getByName(String userName)
get detailed information about users matching specified name across all domains
|
List<? extends User> |
UserServiceImpl.list()
lists users.
|
List<? extends User> |
GroupServiceImpl.listGroupUsers(String groupId) |
Modifier and Type | Method and Description |
---|---|
User |
UserServiceImpl.create(User user)
create a new user
|
User |
UserServiceImpl.update(User user)
updates the password for or enables or disables a specified user.
|
Copyright © 2017. All rights reserved.