| Modifier and Type | Method and Description |
|---|---|
void |
CrowdUserDetailsServiceImpl.setUserAuthoritiesProvider(UserAuthoritiesProvider userAuthoritiesProvider)
Set a User to Authorities provider, eg.
|
| Constructor and Description |
|---|
CrowdApplicationAuthenticationProvider(CrowdApplicationFactory crowdApplicationFactory,
ApplicationService applicationService,
ApplicationManager applicationManager,
TokenAuthenticationManager tokenAuthenticationManager,
UserAuthoritiesProvider userAuthoritiesProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdUserDetailsServiceImpl.setUserAuthoritiesProvider(UserAuthoritiesProvider userAuthoritiesProvider)
Set a User to Authorities provider, eg.
|
| Constructor and Description |
|---|
UserServiceImpl(InternalApplicationHelper internalApplicationHelper,
ApplicationService applicationService,
TokenAuthenticationManager tokenAuthenticationManager,
UserPermissionService userPermissionService,
AuthenticatedUserProvider authenticatedUserProvider,
ApplicationFactory applicationFactory,
UserAuthoritiesProvider userAuthoritiesProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthoritiesProviderImpl
Provide authorities based on userPermission levels, rather than looking at GroupMappings
Users with SYS_ADMIN get the ROLE_SYS_ADMIN authority.
|
Copyright © 2020 Atlassian. All rights reserved.