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 Details

    • JwtPrincipalRolesProviderChain

      public JwtPrincipalRolesProviderChain(@NonNull List<org.activiti.api.runtime.shared.security.PrincipalRolesProvider> providers)
  • Method Details

    • getRoles

      public List<String> getRoles(@NonNull Principal principal)
      Specified by:
      getRoles in interface org.activiti.api.runtime.shared.security.PrincipalRolesProvider
    • securityException

      protected SecurityException securityException()