com.atlassian.bamboo.user.authentication
Class BambooRoleMapper

java.lang.Object
  extended by com.atlassian.seraph.auth.GroupRoleMapper
      extended by com.atlassian.bamboo.user.authentication.BambooRoleMapper
All Implemented Interfaces:
com.atlassian.seraph.auth.RoleMapper, com.atlassian.seraph.Initable

public class BambooRoleMapper
extends com.atlassian.seraph.auth.GroupRoleMapper


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

Constructor Detail

BambooRoleMapper

public BambooRoleMapper()
Method Detail

hasRole

public boolean hasRole(java.security.Principal user,
                       javax.servlet.http.HttpServletRequest request,
                       java.lang.String role)
Specified by:
hasRole in interface com.atlassian.seraph.auth.RoleMapper
Overrides:
hasRole in class com.atlassian.seraph.auth.GroupRoleMapper


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.