Package | Description |
---|---|
org.openstack4j.api.identity.v3 | |
org.openstack4j.openstack.identity.v3.domain | |
org.openstack4j.openstack.identity.v3.internal |
Modifier and Type | Method and Description |
---|---|
Group |
GroupService.create(Group group)
create a new group
|
Group |
GroupService.create(String domainId,
String name,
String description)
creates a new group
|
Group |
GroupService.get(String groupId)
gets detailed information about a specified group by id
|
Group |
GroupService.getByName(String groupName,
String domainId)
get detailed information about groups matching specified by name and domain
|
Group |
GroupService.update(Group group)
updates an existing group
|
Modifier and Type | Method and Description |
---|---|
List<? extends Group> |
GroupService.getByName(String groupName)
get detailed information about groups matching specified by name and domain
|
List<? extends Group> |
GroupService.list()
lists groups.
|
List<? extends Group> |
UserService.listUserGroups(String userId)
lists groups for a specified user
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupService.create(Group group)
create a new group
|
Group |
GroupService.update(Group group)
updates an existing group
|
Modifier and Type | Class and Description |
---|---|
class |
KeystoneGroup
group model class for identity/v3
|
Modifier and Type | Method and Description |
---|---|
Group |
KeystoneGroup.GroupConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
GroupBuilder |
KeystoneGroup.GroupConcreteBuilder.from(Group in)
Creates a Builder using the param M as the default values
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupServiceImpl.create(Group group) |
Group |
GroupServiceImpl.create(String domainId,
String name,
String description) |
Group |
GroupServiceImpl.get(String groupId) |
Group |
GroupServiceImpl.getByName(String groupName,
String domainId) |
Group |
GroupServiceImpl.update(Group group) |
Modifier and Type | Method and Description |
---|---|
List<? extends Group> |
GroupServiceImpl.getByName(String groupName) |
List<? extends Group> |
GroupServiceImpl.list() |
List<? extends Group> |
UserServiceImpl.listUserGroups(String userId)
lists groups for a specified user
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupServiceImpl.create(Group group) |
Group |
GroupServiceImpl.update(Group group) |
Copyright © 2017. All rights reserved.