public interface RoleMapper extends Initable
In applications using Seraph, role assignment is typically done by checking for membership of certain groups, eg:
| Modifier and Type | Method and Description |
|---|---|
boolean |
canLogin(Principal user,
javax.servlet.http.HttpServletRequest request) |
boolean |
hasRole(Principal user,
javax.servlet.http.HttpServletRequest request,
String role) |
Copyright © 2018 Atlassian. All rights reserved.