| Modifier and Type | Field and Description |
|---|---|
Role[] |
RoleStore.byId |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Role> |
RoleStore.byName |
List<Role> |
RoleStore.list |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
AuthDecoder.decode(R roles)
Returns the list of
Roles from the encoded representation |
List<Role> |
AuthServiceImpl.decode(R roles) |
List<Role> |
RolesEncoderToLong.decode(RoleStore store,
Long roles) |
List<Role> |
RolesEncoder.decode(RoleStore store,
R roles)
Returns the list of
Roles from the encoded representation |
List<Role> |
RolesProvider.getAll() |
Copyright © 2018. All rights reserved.