Class 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 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:
        getRoles in interface org.activiti.api.runtime.shared.security.PrincipalRolesProvider