public interface RolesEncoder<R>
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
decode(RoleStore store,
R roles)
Returns the list of
Roles from the encoded representation |
R |
encode(RoleStore store,
String... roleNames)
Returns the encoded representation of a set of
Roles. |
Copyright © 2018. All rights reserved.