| Modifier and Type | Method and Description |
|---|---|
void |
AccessInvitations.addOrgAccessInvitation(UUID uuid,
UserRole role) |
| Modifier and Type | Method and Description |
|---|---|
UserRole |
UserDetailsFinderImpl.findUserRole(org.springframework.security.core.Authentication authentication) |
UserRole |
UserDetailsFinder.findUserRole(org.springframework.security.core.Authentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
static UserRole |
UserRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRole[] |
UserRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
User(String username,
UserRole role) |
UserRequest(String username,
UserRole role) |
| Modifier and Type | Method and Description |
|---|---|
UserRole |
UsersController.updateOrgUserRole(UserRolesRequest userRolesRequest,
String org,
String user,
org.springframework.security.core.Authentication auth) |
| Modifier and Type | Method and Description |
|---|---|
UserRole |
UsersService.updateOrgUserRole(UUID userGuid,
UUID orgGuid,
UserRole role) |
UserRole |
UaaUsersService.updateOrgUserRole(UUID userGuid,
UUID orgGuid,
UserRole role) |
| Modifier and Type | Method and Description |
|---|---|
UserRole |
UsersService.updateOrgUserRole(UUID userGuid,
UUID orgGuid,
UserRole role) |
UserRole |
UaaUsersService.updateOrgUserRole(UUID userGuid,
UUID orgGuid,
UserRole role) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.