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