Package org.flowable.ui.common.security
Interface SecurityScopeProvider
-
- All Known Implementing Classes:
FlowableSecurityScopeProvider
public interface SecurityScopeProviderInterface responsible for providing the security for a given authentication.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityScopegetSecurityScope(org.springframework.security.core.Authentication authentication)Get the Flowable Security scope from the given authentication.
-
-
-
Method Detail
-
getSecurityScope
SecurityScope getSecurityScope(org.springframework.security.core.Authentication authentication)
Get the Flowable Security scope from the given authentication. It should never be null.- Parameters:
authentication- the authentication for the security scope- Returns:
- the non null security scope for the given authentication
-
-