| Modifier and Type | Method and Description |
|---|---|
UserRoleRef |
RestrictedRole.getRole()
Represents the role that is being restricted.
|
UserRoleRef |
UserRole.toRef() |
| Modifier and Type | Method and Description |
|---|---|
Set<UserRoleRef> |
User.getRoles()
The roles that this user is assigned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictedRole.setRole(UserRoleRef role)
Represents the role that is being restricted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRoles(Set<UserRoleRef> roles)
The roles that this user is assigned.
|
| Modifier and Type | Method and Description |
|---|---|
Set<UserRoleRef> |
AuthorizationServer.getDefaultUserRoles()
The default roles a user is assigned when authenticating against this server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationServer.setDefaultUserRoles(Set<UserRoleRef> defaultUserRoles)
The default roles a user is assigned when authenticating against this server.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<UserRoleRef> |
DefaultAuthServerCreationHandler.getDefaultUserRoles(DefaultAuthServerProperties.AuthServerProperties defaultAuthServerProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected UserRoleRef |
AdminUserPersistenceHandler.toAuthRoleRef(AdminRoleRef adminRoleRef) |
Copyright © 2021. All rights reserved.