Class AuthenticationPrincipalRolesProvider

java.lang.Object
org.activiti.core.common.spring.security.AuthenticationPrincipalRolesProvider
All Implemented Interfaces:
org.activiti.api.runtime.shared.security.PrincipalRolesProvider

public class AuthenticationPrincipalRolesProvider 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
    • securityException

      protected SecurityException securityException()