public interface UserDefinitionAuthoritiesProvider
GrantedAuthority based on an id from a user definition.| Modifier and Type | Method and Description |
|---|---|
Collection<? extends org.springframework.security.core.GrantedAuthority> |
findGrantedAuthorities(String userDefinitionId)
All the authorities for the given
userDefinitionId |
Collection<? extends org.springframework.security.core.GrantedAuthority> findGrantedAuthorities(String userDefinitionId)
userDefinitionIduserDefinitionId - the id of the user definition for which we need to fetch authoritiesuserDefinitionIdCopyright © 2019. All rights reserved.