public class AuthorityMapper extends Object implements org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper
| Constructor and Description |
|---|
AuthorityMapper(URL roleMappingURL,
Set<String> roles,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends org.springframework.security.core.GrantedAuthority> |
mapAuthorities(Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
public AuthorityMapper(URL roleMappingURL, Set<String> roles, Properties properties) throws IOException
IOExceptionpublic Collection<? extends org.springframework.security.core.GrantedAuthority> mapAuthorities(Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
mapAuthorities in interface org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapperCopyright © 2023 Frank!Framework. All rights reserved.