com.atlassian.seraph.auth
Class GroupRoleMapper

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

Deprecated. You should extend SimpleAbstractRoleMapper, or implement RoleMapper directly. Deprecated since v2.2

public abstract class GroupRoleMapper
extends SimpleAbstractRoleMapper
implements RoleMapper

This class used to map directly between group names and role names in an OSUser-specific way. Some applications were extending this and overriding the RoleMapper.hasRole(java.security.Principal, javax.servlet.http.HttpServletRequest, java.lang.String) method, so this class is left temporarily for backward compatibility.


Constructor Summary
GroupRoleMapper()
          Deprecated.  
 
Method Summary
 
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
 
Methods inherited from interface com.atlassian.seraph.auth.RoleMapper
canLogin, hasRole
 
Methods inherited from interface com.atlassian.seraph.Initable
init
 

Constructor Detail

GroupRoleMapper

public GroupRoleMapper()
Deprecated. 


Copyright © 2013 Atlassian. All Rights Reserved.