Package org.flowable.ui.common.security
Class FlowableSecurityScopeProvider
- java.lang.Object
-
- org.flowable.ui.common.security.FlowableSecurityScopeProvider
-
- All Implemented Interfaces:
SecurityScopeProvider
public class FlowableSecurityScopeProvider extends Object implements SecurityScopeProvider
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description FlowableSecurityScopeProvider()
-
Method Summary
All Methods Instance Methods Concrete 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
public SecurityScope getSecurityScope(org.springframework.security.core.Authentication authentication)
Description copied from interface:SecurityScopeProviderGet the Flowable Security scope from the given authentication. It should never be null.- Specified by:
getSecurityScopein interfaceSecurityScopeProvider- Parameters:
authentication- the authentication for the security scope- Returns:
- the non null security scope for the given authentication
-
-