Class JwtPrincipalGroupsProviderChain
- java.lang.Object
-
- org.activiti.cloud.services.common.security.jwt.JwtPrincipalGroupsProviderChain
-
- All Implemented Interfaces:
org.activiti.api.runtime.shared.security.PrincipalGroupsProvider
public class JwtPrincipalGroupsProviderChain extends Object implements org.activiti.api.runtime.shared.security.PrincipalGroupsProvider
-
-
Constructor Summary
Constructors Constructor Description JwtPrincipalGroupsProviderChain(List<org.activiti.api.runtime.shared.security.PrincipalGroupsProvider> providers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getGroups(Principal principal)protected SecurityExceptionsecurityException()
-
-
-
Constructor Detail
-
JwtPrincipalGroupsProviderChain
public JwtPrincipalGroupsProviderChain(@NonNull List<org.activiti.api.runtime.shared.security.PrincipalGroupsProvider> providers)
-
-
Method Detail
-
getGroups
public List<String> getGroups(@NonNull Principal principal)
- Specified by:
getGroupsin interfaceorg.activiti.api.runtime.shared.security.PrincipalGroupsProvider
-
securityException
protected SecurityException securityException()
-
-