Uses of Interface
com.atlassian.seraph.auth.RoleMapper

Packages that use RoleMapper
com.atlassian.seraph.auth   
com.atlassian.seraph.config   
com.atlassian.seraph.filter   
 

Uses of RoleMapper in com.atlassian.seraph.auth
 

Classes in com.atlassian.seraph.auth that implement RoleMapper
 class GroupRoleMapper
          A simple RoleMapper which maps directly between group names and role names.
 

Methods in com.atlassian.seraph.auth that return RoleMapper
protected  RoleMapper DefaultAuthenticator.getRoleMapper()
           
 

Uses of RoleMapper in com.atlassian.seraph.config
 

Fields in com.atlassian.seraph.config declared as RoleMapper
protected  RoleMapper SecurityConfigImpl.roleMapper
           
 

Methods in com.atlassian.seraph.config that return RoleMapper
 RoleMapper SecurityConfigImpl.getRoleMapper()
           
 RoleMapper SecurityConfig.getRoleMapper()
           
 

Uses of RoleMapper in com.atlassian.seraph.filter
 

Constructors in com.atlassian.seraph.filter with parameters of type RoleMapper
TrustedApplicationsFilter(TrustedApplicationsManager appManager, UserResolver resolver, RoleMapper roleMapper)
           
 



Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.