Uses of Class
org.activiti.cloud.services.common.security.keycloak.KeycloakPrincipalRolesProviderChain
-
Packages that use KeycloakPrincipalRolesProviderChain Package Description org.activiti.cloud.services.common.security.keycloak.config -
-
Uses of KeycloakPrincipalRolesProviderChain in org.activiti.cloud.services.common.security.keycloak.config
Methods in org.activiti.cloud.services.common.security.keycloak.config that return KeycloakPrincipalRolesProviderChain Modifier and Type Method Description KeycloakPrincipalRolesProviderChainCommonSecurityAutoConfiguration. principalRolesProviderChain(List<org.activiti.api.runtime.shared.security.PrincipalRolesProvider> principalRolesProviders)Methods in org.activiti.cloud.services.common.security.keycloak.config with parameters of type KeycloakPrincipalRolesProviderChain Modifier and Type Method Description org.activiti.api.runtime.shared.security.SecurityManagerCommonSecurityAutoConfiguration. securityManager(org.activiti.api.runtime.shared.security.SecurityContextPrincipalProvider authenticatedPrincipalProvider, org.activiti.api.runtime.shared.security.PrincipalIdentityProvider principalIdentityProvider, KeycloakPrincipalGroupsProviderChain principalGroupsProvider, KeycloakPrincipalRolesProviderChain principalRolesProviderChain)
-