|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.seraph.auth.SimpleAbstractRoleMapper
com.atlassian.seraph.auth.GroupRoleMapper
SimpleAbstractRoleMapper, or implement RoleMapper directly. Deprecated since v2.2
public abstract class GroupRoleMapper
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 |
|---|
public GroupRoleMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||