Class KeycloakPrincipalIdentityProvider

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

    public class KeycloakPrincipalIdentityProvider
    extends Object
    implements org.activiti.api.runtime.shared.security.PrincipalIdentityProvider
    • Method Detail

      • getUserId

        public String getUserId​(@NonNull
                                Principal principal)
        Specified by:
        getUserId in interface org.activiti.api.runtime.shared.security.PrincipalIdentityProvider
      • getUserId

        protected String getUserId​(org.keycloak.representations.AccessToken accessToken)