com.atlassian.confluence.security
Class ConfluenceRoleMapper

java.lang.Object
  extended by com.atlassian.seraph.auth.SimpleAbstractRoleMapper
      extended by com.atlassian.confluence.security.ConfluenceRoleMapper
All Implemented Interfaces:
com.atlassian.seraph.auth.RoleMapper, com.atlassian.seraph.Initable

public class ConfluenceRoleMapper
extends com.atlassian.seraph.auth.SimpleAbstractRoleMapper


Field Summary
static String ADMIN_JSP_ROLE
           
static String CONFLUENCE_ADMIN_ROLE
           
 
Constructor Summary
ConfluenceRoleMapper()
           
 
Method Summary
 boolean hasRole(Principal user, javax.servlet.http.HttpServletRequest request, String role)
           
 
Methods inherited from class com.atlassian.seraph.auth.SimpleAbstractRoleMapper
canLogin, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ConfluenceRoleMapper

public ConfluenceRoleMapper()
Method Detail

hasRole

public boolean hasRole(Principal user,
                       javax.servlet.http.HttpServletRequest request,
                       String role)


Copyright © 2003-2012 Atlassian. All Rights Reserved.