Uses of Interface
org.openstack4j.model.identity.v3.Role
-
Packages that use Role 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 Role in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return Role Modifier and Type Method Description RoleRoleService. create(String name)Create a new roleRoleRoleService. create(Role role)Create a new roleRoleRoleService. get(String roleId)Get details for a roleRoleRoleService. update(Role role)Update a roleMethods in org.openstack4j.api.identity.v3 that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>RoleService. getByName(String name)Get Role(s) filtering by NameList<? extends Role>RoleService. list()Lists the global rolesList<? extends Role>GroupService. listDomainGroupRoles(String groupId, String domainId)list roles for a group on a domainList<? extends Role>UserService. listDomainUserRoles(String userId, String domainId)list role assignment for specified user in domain contextList<? extends Role>GroupService. listProjectGroupRoles(String groupId, String projectId)list role for group on a projectList<? extends Role>UserService. listProjectUserRoles(String userId, String projectId)list role assignments for specified user in project contextMethods in org.openstack4j.api.identity.v3 with parameters of type Role Modifier and Type Method Description RoleRoleService. create(Role role)Create a new roleRoleRoleService. update(Role role)Update a role -
Uses of Role in org.openstack4j.model.identity.v3
Methods in org.openstack4j.model.identity.v3 that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>Token. getRoles() -
Uses of Role in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement Role Modifier and Type Class Description classKeystoneRolev3 role implementationMethods in org.openstack4j.openstack.identity.v3.domain that return Role Modifier and Type Method Description RoleKeystoneRole.RoleConcreteBuilder. build()Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type Role Modifier and Type Method Description RoleBuilderKeystoneRole.RoleConcreteBuilder. from(Role in) -
Uses of Role in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return Role Modifier and Type Method Description RoleRoleServiceImpl. create(String name)RoleRoleServiceImpl. create(Role role)RoleRoleServiceImpl. get(String roleId)RoleRoleServiceImpl. update(Role role)Methods in org.openstack4j.openstack.identity.v3.internal that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>RoleServiceImpl. getByName(String name)Get Role(s) filtering by NameList<? extends Role>RoleServiceImpl. list()Lists the global rolesList<? extends Role>GroupServiceImpl. listDomainGroupRoles(String groupId, String domainId)List<? extends Role>UserServiceImpl. listDomainUserRoles(String userId, String domainId)list role assignment for specified user in domain contextList<? extends Role>GroupServiceImpl. listProjectGroupRoles(String groupId, String projectId)List<? extends Role>UserServiceImpl. listProjectUserRoles(String userId, String projectId)list role assignments for specified user in project contextMethods in org.openstack4j.openstack.identity.v3.internal with parameters of type Role Modifier and Type Method Description RoleRoleServiceImpl. create(Role role)RoleRoleServiceImpl. update(Role role)
-