Uses of Class
org.activiti.cloud.services.common.security.jwt.JwtPrincipalGroupsProviderChain
-
Packages that use JwtPrincipalGroupsProviderChain Package Description org.activiti.cloud.services.common.security.config -
-
Uses of JwtPrincipalGroupsProviderChain in org.activiti.cloud.services.common.security.config
Methods in org.activiti.cloud.services.common.security.config that return JwtPrincipalGroupsProviderChain Modifier and Type Method Description JwtPrincipalGroupsProviderChainCommonSecurityAutoConfiguration. principalGroupsProviderChain(List<org.activiti.api.runtime.shared.security.PrincipalGroupsProvider> principalGroupsProviders)Methods in org.activiti.cloud.services.common.security.config with parameters of type JwtPrincipalGroupsProviderChain 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, JwtPrincipalGroupsProviderChain principalGroupsProvider, JwtPrincipalRolesProviderChain principalRolesProviderChain)
-