R
- as Role
typepublic interface RoleService<R extends Role>
Role
Modifier and Type | Method and Description |
---|---|
Collection<Authorization> |
getAuthFor(String authorizableId,
String roleName)
|
List<R> |
getRoles()
Get all the
Role s recognized by this Service |
Collection<Authorization> getAuthFor(String authorizableId, String roleName)
authorizableId
- as StringroleName
- as StringAuthorization
(can be null)Copyright © 2018. All rights reserved.