Class KeycloakPrincipalRolesProviderChain

  • All Implemented Interfaces:
    org.activiti.api.runtime.shared.security.PrincipalRolesProvider

    public class KeycloakPrincipalRolesProviderChain
    extends java.lang.Object
    implements org.activiti.api.runtime.shared.security.PrincipalRolesProvider
    • Constructor Summary

      Constructors 
      Constructor Description
      KeycloakPrincipalRolesProviderChain​(java.util.List<org.activiti.api.runtime.shared.security.PrincipalRolesProvider> providers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getRoles​(java.security.Principal principal)  
      protected java.lang.SecurityException securityException()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeycloakPrincipalRolesProviderChain

        public KeycloakPrincipalRolesProviderChain​(@NonNull
                                                   java.util.List<org.activiti.api.runtime.shared.security.PrincipalRolesProvider> providers)
    • Method Detail

      • getRoles

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

        protected java.lang.SecurityException securityException()