Class JtwAccessTokenPrincipalRolesProvider

java.lang.Object
org.activiti.cloud.services.common.security.jwt.JtwAccessTokenPrincipalRolesProvider
All Implemented Interfaces:
org.activiti.api.runtime.shared.security.PrincipalRolesProvider

public class JtwAccessTokenPrincipalRolesProvider extends Object implements org.activiti.api.runtime.shared.security.PrincipalRolesProvider
  • Constructor Details

  • Method Details

    • getRoles

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

      @Nullable protected List<String> empty()