Uses of Interface
org.openstack4j.model.identity.v3.Group
-
Packages that use Group Package Description org.openstack4j.api.identity.v3 org.openstack4j.openstack.identity.v3.domain org.openstack4j.openstack.identity.v3.internal -
-
Uses of Group in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return Group Modifier and Type Method Description GroupGroupService. create(String domainId, String name, String description)creates a new groupGroupGroupService. create(Group group)create a new groupGroupGroupService. get(String groupId)gets detailed information about a specified group by idGroupGroupService. getByName(String groupName, String domainId)get detailed information about groups matching specified by name and domainGroupGroupService. update(Group group)updates an existing groupMethods in org.openstack4j.api.identity.v3 that return types with arguments of type Group Modifier and Type Method Description List<? extends Group>GroupService. getByName(String groupName)get detailed information about groups matching specified by name and domainList<? extends Group>GroupService. list()lists groups.List<? extends Group>UserService. listUserGroups(String userId)lists groups for a specified userMethods in org.openstack4j.api.identity.v3 with parameters of type Group Modifier and Type Method Description GroupGroupService. create(Group group)create a new groupGroupGroupService. update(Group group)updates an existing group -
Uses of Group in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement Group Modifier and Type Class Description classKeystoneGroupgroup model class for identity/v3Methods in org.openstack4j.openstack.identity.v3.domain that return Group Modifier and Type Method Description GroupKeystoneGroup.GroupConcreteBuilder. build()Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type Group Modifier and Type Method Description GroupBuilderKeystoneGroup.GroupConcreteBuilder. from(Group in)Creates a Builder using the param M as the default values -
Uses of Group in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return Group Modifier and Type Method Description GroupGroupServiceImpl. create(String domainId, String name, String description)GroupGroupServiceImpl. create(Group group)GroupGroupServiceImpl. get(String groupId)GroupGroupServiceImpl. getByName(String groupName, String domainId)GroupGroupServiceImpl. update(Group group)Methods in org.openstack4j.openstack.identity.v3.internal that return types with arguments of type Group Modifier and Type Method 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 userMethods in org.openstack4j.openstack.identity.v3.internal with parameters of type Group Modifier and Type Method Description GroupGroupServiceImpl. create(Group group)GroupGroupServiceImpl. update(Group group)
-