| Modifier and Type | Method and Description |
|---|---|
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 |
Long |
RolesEncoderToLong.encode(RoleStore store,
String... roleNames) |
R |
RolesEncoder.encode(RoleStore store,
String... roleNames)
Returns the encoded representation of a set of
Roles. |
Copyright © 2018. All rights reserved.