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