public interface UserToRolesMapper extends Configurable
This feature is experimental and subject to change
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
mapUserToRoles(AuthenticationInfo authenticationInfo)
Map user identified by authentication info to a set of granted roles.
|
configurejava.util.Collection<java.lang.String> mapUserToRoles(AuthenticationInfo authenticationInfo) throws AuthenticationException
authenticationInfo - authentication informationAuthenticationException - on authentication exception