| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<Role,QRole> |
QGroupedPrincipal.roles |
com.querydsl.core.types.dsl.SetPath<Role,QRole> |
QBasicSecurityPrincipal.roles |
com.querydsl.core.types.dsl.SetPath<Role,QRole> |
QGroup.roles |
com.querydsl.core.types.dsl.SetPath<Role,QRole> |
QMachinePrincipal.roles |
com.querydsl.core.types.dsl.SetPath<Role,QRole> |
QUser.roles |
| Modifier and Type | Method and Description |
|---|---|
Set<Role> |
BasicSecurityPrincipal.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSecurityPrincipal.addRole(Role role) |
boolean |
BasicSecurityPrincipal.hasRole(Role role) |
void |
BasicSecurityPrincipal.removeRole(Role role) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSecurityPrincipal.setRoles(Collection<Role> roles) |
| Constructor and Description |
|---|
QRole(com.querydsl.core.types.Path<? extends Role> path) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Role> |
RoleRepository.findByAuthorityIgnoringCase(String authority) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CurrentUserProxyImpl.hasRole(Role role)
Deprecated.
|
boolean |
CurrentUserProxy.hasRole(Role role)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleServiceImpl.defineRole(Role role) |
Role |
RoleService.defineRole(Role role)
Ensures the given Role exists based on the unique name.
|
Role |
RoleServiceImpl.defineRole(String authority,
String name,
Collection<String> permissionNames) |
Role |
RoleService.defineRole(String authority,
String name,
Collection<String> permissions)
Deprecated.
|
Role |
RoleServiceImpl.defineRole(String authority,
String name,
String description,
Collection<String> permissionNames) |
Role |
RoleService.defineRole(String authority,
String name,
String description,
Collection<String> permissions)
Ensures a Role with the specified permissions exists.
|
Role |
RoleServiceImpl.getRole(String authority) |
Role |
RoleService.getRole(String authority)
Get the Role entity with the given authority.
|
Role |
RoleServiceImpl.save(Role role) |
Role |
RoleService.save(Role role)
Save the given Role entity.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Role> |
RoleServiceImpl.getRoles() |
Collection<Role> |
RoleService.getRoles()
Get all defined Roles.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleServiceImpl.defineRole(Role role) |
Role |
RoleService.defineRole(Role role)
Ensures the given Role exists based on the unique name.
|
void |
RoleServiceImpl.delete(Role role) |
void |
RoleService.delete(Role role)
Delete the given Role entity.
|
Role |
RoleServiceImpl.save(Role role) |
Role |
RoleService.save(Role role)
Save the given Role entity.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
EQStringToRoleConverter.convert(com.foreach.across.modules.entity.query.EQString source) |
Role |
EQValueToRoleConverter.convert(com.foreach.across.modules.entity.query.EQValue source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RoleValidator.postValidation(Role entity,
org.springframework.validation.Errors errors) |
Copyright © 2020. All rights reserved.