Interface PrincipalDataProvider
public interface PrincipalDataProvider
Retrieves a principal's data from an external source.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities(String username) getUserData(String username)
-
Method Details
-
getUserData
-
getAuthorities
Collection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities(String username)
-