Class AuthorityMapper
java.lang.Object
org.frankframework.lifecycle.servlets.AuthorityMapper
- All Implemented Interfaces:
org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper
public class AuthorityMapper
extends Object
implements org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorityMapper
(URL roleMappingURL, Set<String> roles, Properties properties) -
Method Summary
Modifier and TypeMethodDescriptionCollection
<? extends org.springframework.security.core.GrantedAuthority> mapAuthorities
(Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
-
Constructor Details
-
AuthorityMapper
public AuthorityMapper(URL roleMappingURL, Set<String> roles, Properties properties) throws IOException - Throws:
IOException
-
-
Method Details
-
mapAuthorities
public Collection<? extends org.springframework.security.core.GrantedAuthority> mapAuthorities(Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) - Specified by:
mapAuthorities
in interfaceorg.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper
-