Interface PermissionVoterProvider
public interface PermissionVoterProvider
Provides 
PermissionVoter for a authentication in addition to those already
 granted to them through direct grant, group membership and default permissions.- Since:
 - 5.5
 
- 
Method Summary
Modifier and TypeMethodDescriptioncreate(com.atlassian.bitbucket.auth.Authentication authentication)  
- 
Method Details
- 
create
@Nullable PermissionVoter create(@Nonnull com.atlassian.bitbucket.auth.Authentication authentication)  
 -