com.atlassian.confluence.security
Class ConfluenceRoleMapper
java.lang.Object
com.atlassian.seraph.auth.GroupRoleMapper
com.atlassian.confluence.security.ConfluenceRoleMapper
- All Implemented Interfaces:
- RoleMapper, Initable
public class ConfluenceRoleMapper
- extends GroupRoleMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADMIN_JSP_ROLE
public static final String ADMIN_JSP_ROLE
- See Also:
- Constant Field Values
CONFLUENCE_ADMIN_ROLE
public static final String CONFLUENCE_ADMIN_ROLE
- See Also:
- Constant Field Values
ConfluenceRoleMapper
public ConfluenceRoleMapper()
hasRole
public boolean hasRole(Principal user,
HttpServletRequest request,
String role)
- Specified by:
hasRole
in interface RoleMapper
- Overrides:
hasRole
in class GroupRoleMapper