Package com.atlassian.crowd.user
Class UserAuthoritiesProviderImpl
java.lang.Object
com.atlassian.crowd.user.UserAuthoritiesProviderImpl
- All Implemented Interfaces:
UserAuthoritiesProvider
Provide authorities based on userPermission levels, rather than looking at GroupMappings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthorityNames
(String username) Provides a list of authority names for the given user.
-
Constructor Details
-
UserAuthoritiesProviderImpl
-
-
Method Details
-
getAuthorityNames
Description copied from interface:UserAuthoritiesProvider
Provides a list of authority names for the given user. eg. ROLE_SYS_ADMIN- Specified by:
getAuthorityNames
in interfaceUserAuthoritiesProvider
- Parameters:
username
- user to request- Returns:
- list of authority names
-