Spring Security 3.1.0
Package Index
|
Class Index
org.springframework.security.access
org.springframework.security.access.annotation
org.springframework.security.access.event
org.springframework.security.access.expression
org.springframework.security.access.expression.method
org.springframework.security.access.hierarchicalroles
org.springframework.security.access.intercept
org.springframework.security.access.intercept.aopalliance
org.springframework.security.access.intercept.aspectj
org.springframework.security.access.method
org.springframework.security.access.prepost
org.springframework.security.access.vote
org.springframework.security.acls
org.springframework.security.acls.afterinvocation
org.springframework.security.acls.domain
org.springframework.security.acls.jdbc
org.springframework.security.acls.model
org.springframework.security.authentication
org.springframework.security.authentication.dao
org.springframework.security.authentication.encoding
org.springframework.security.authentication.event
org.springframework.security.authentication.jaas
org.springframework.security.authentication.jaas.event
org.springframework.security.authentication.jaas.memory
org.springframework.security.authentication.rcp
org.springframework.security.cas
org.springframework.security.cas.authentication
org.springframework.security.cas.userdetails
org.springframework.security.cas.web
org.springframework.security.cas.web.authentication
org.springframework.security.config
org.springframework.security.config.authentication
org.springframework.security.config.debug
org.springframework.security.config.http
org.springframework.security.config.ldap
org.springframework.security.config.method
org.springframework.security.core
org.springframework.security.core.authority
org.springframework.security.core.authority.mapping
org.springframework.security.core.context
org.springframework.security.core.session
org.springframework.security.core.token
org.springframework.security.core.userdetails
org.springframework.security.core.userdetails.cache
org.springframework.security.core.userdetails.jdbc
org.springframework.security.core.userdetails.memory
org.springframework.security.crypto.bcrypt
org.springframework.security.crypto.codec
org.springframework.security.crypto.encrypt
org.springframework.security.crypto.keygen
org.springframework.security.crypto.password
org.springframework.security.crypto.util
org.springframework.security.ldap
org.springframework.security.ldap.authentication
org.springframework.security.ldap.authentication.ad
org.springframework.security.ldap.ppolicy
org.springframework.security.ldap.search
org.springframework.security.ldap.server
org.springframework.security.ldap.userdetails
org.springframework.security.openid
org.springframework.security.provisioning
org.springframework.security.remoting.dns
org.springframework.security.remoting.httpinvoker
org.springframework.security.remoting.rmi
org.springframework.security.taglibs
org.springframework.security.taglibs.authz
org.springframework.security.taglibs.velocity
org.springframework.security.util
org.springframework.security.web
org.springframework.security.web.access
org.springframework.security.web.access.channel
org.springframework.security.web.access.expression
org.springframework.security.web.access.intercept
org.springframework.security.web.authentication
org.springframework.security.web.authentication.logout
org.springframework.security.web.authentication.preauth
org.springframework.security.web.authentication.preauth.j2ee
org.springframework.security.web.authentication.preauth.websphere
org.springframework.security.web.authentication.preauth.x509
org.springframework.security.web.authentication.rememberme
org.springframework.security.web.authentication.session
org.springframework.security.web.authentication.switchuser
org.springframework.security.web.authentication.ui
org.springframework.security.web.authentication.www
org.springframework.security.web.context
org.springframework.security.web.firewall
org.springframework.security.web.jaasapi
org.springframework.security.web.savedrequest
org.springframework.security.web.servletapi
org.springframework.security.web.session
org.springframework.security.web.util
Interfaces
RoleHierarchy
Classes
NullRoleHierarchy
RoleHierarchyAuthoritiesMapper
RoleHierarchyImpl
UserDetailsServiceWrapper
UserDetailsWrapper
Exceptions
CycleInRoleHierarchyException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
RoleHierarchyAuthoritiesMapper
extends
Object
implements
GrantedAuthoritiesMapper
java.lang.Object
↳
org.springframework.security.access.hierarchicalroles.RoleHierarchyAuthoritiesMapper
Summary
Public Constructors
RoleHierarchyAuthoritiesMapper
(
RoleHierarchy
roleHierarchy)
Public Methods
Collection
<? extends
GrantedAuthority
>
mapAuthorities
(
Collection
<? extends
GrantedAuthority
> authorities)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper
abstract
Collection
<? extends
GrantedAuthority
>
mapAuthorities
(
Collection
<? extends
GrantedAuthority
> authorities)
Public Constructors
public
RoleHierarchyAuthoritiesMapper
(
RoleHierarchy
roleHierarchy)
Public Methods
public
Collection
<? extends
GrantedAuthority
>
mapAuthorities
(
Collection
<? extends
GrantedAuthority
> authorities)