Uses of Interface
org.openstack4j.model.identity.v2.Role
-
Packages that use Role Package Description org.openstack4j.api.identity.v2 org.openstack4j.model.identity.v2 org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.identity.v2.internal -
-
Uses of Role in org.openstack4j.api.identity.v2
Methods in org.openstack4j.api.identity.v2 that return Role Modifier and Type Method Description RoleRoleService. create(String name)Creates a new RoleRoleRoleService. get(String roleId)Gets a role by IDRoleRoleService. getByName(String name)Gets a Role by NameMethods in org.openstack4j.api.identity.v2 that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>RoleService. list()Lists the global rolesList<? extends Role>UserService. listRoles(String userId)Lists global roles for a specified user.List<? extends Role>UserService. listRoles(User user)Lists global roles for a specified user.List<? extends Role>RoleService. listRolesForUser(String userId)List roles for user.List<? extends Role>RoleService. listRolesForUser(String userId, String tenantId)List roles for user.List<? extends Role>UserService. listRolesOnCurrentTenant(User user)List roles on current tenant (default tenant for the given user)List<? extends Role>UserService. listRolesOnTenant(String userId, String tenantId)Lists the tenant roles for a specified user. -
Uses of Role in org.openstack4j.model.identity.v2
Methods in org.openstack4j.model.identity.v2 that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>Access.UserDetails. getRoles() -
Uses of Role in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement Role Modifier and Type Class Description static classKeystoneAccess.AccessUser.AccessRoleclassKeystoneRoleA User based Role - seeRoleMethods in org.openstack4j.openstack.identity.v2.domain that return Role Modifier and Type Method Description RoleKeystoneRole.RoleConcreteBuilder. build()Methods in org.openstack4j.openstack.identity.v2.domain that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>KeystoneAccess.AccessUser. getRoles()List<? extends Role>KeystoneUser. getRoles()Methods in org.openstack4j.openstack.identity.v2.domain with parameters of type Role Modifier and Type Method Description RoleBuilderKeystoneRole.RoleConcreteBuilder. from(Role in) -
Uses of Role in org.openstack4j.openstack.identity.v2.internal
Methods in org.openstack4j.openstack.identity.v2.internal that return Role Modifier and Type Method Description RoleRoleServiceImpl. create(String name)Creates a new RoleRoleRoleServiceImpl. get(String roleId)Gets a role by IDRoleRoleServiceImpl. getByName(String name)Gets a Role by NameMethods in org.openstack4j.openstack.identity.v2.internal that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>RoleServiceImpl. list()Lists the global rolesList<? extends Role>UserServiceImpl. listRoles(String userId)List<? extends Role>UserServiceImpl. listRoles(User user)List<? extends Role>RoleServiceImpl. listRolesForUser(String userId)List roles for user.List<? extends Role>RoleServiceImpl. listRolesForUser(String userId, String tenantId)List roles for user.List<? extends Role>UserServiceImpl. listRolesOnCurrentTenant(User user)List<? extends Role>UserServiceImpl. listRolesOnTenant(String userId, String tenantId)
-