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