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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityScope
getSecurityScope(Principal principal)
Get the Flowable Security scope from the given principal.
-
-
-
Method Detail
-
getSecurityScope
SecurityScope getSecurityScope(Principal principal)
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
-
-