Uses of Interface
com.atlassian.crowd.user.UserAuthoritiesProvider
Package
Description
-
Uses of UserAuthoritiesProvider in com.atlassian.crowd.integration.springsecurity
ModifierConstructorDescriptionCrowdApplicationAuthenticationProvider
(CrowdApplicationFactory crowdApplicationFactory, ApplicationService applicationService, ApplicationManager applicationManager, TokenAuthenticationManager tokenAuthenticationManager, UserAuthoritiesProvider userAuthoritiesProvider) -
Uses of UserAuthoritiesProvider in com.atlassian.crowd.integration.springsecurity.user
Modifier and TypeMethodDescriptionvoid
CrowdUserDetailsServiceImpl.setUserAuthoritiesProvider
(UserAuthoritiesProvider userAuthoritiesProvider) Set a User to Authorities provider, eg. -
Uses of UserAuthoritiesProvider in com.atlassian.crowd.service
ModifierConstructorDescriptionUserServiceImpl
(InternalApplicationHelper internalApplicationHelper, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, UserPermissionService userPermissionService, AuthenticatedUserProvider authenticatedUserProvider, ApplicationFactory applicationFactory, UserAuthoritiesProvider userAuthoritiesProvider) -
Uses of UserAuthoritiesProvider in com.atlassian.crowd.user
Modifier and TypeClassDescriptionclass
Provide authorities based on userPermission levels, rather than looking at GroupMappings