Interface SecurityScopeProvider
- All Known Implementing Classes:
FlowableSecurityScopeProvider
public interface SecurityScopeProvider
Interface responsible for providing the security for a given principal.
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptiongetSecurityScope
(Principal principal) Get the Flowable Security scope from the given principal.
-
Method Details
-
getSecurityScope
Get the Flowable Security scope from the given principal. It should never be null.- Parameters:
principal
- the authentication for the security scope- Returns:
- the non null security scope for the given principal
-