Uses of Class
com.totvs.tjf.security.oauth2.TenantConverter
-
Packages that use TenantConverter Package Description com.totvs.tjf.autoconfigure com.totvs.tjf.security.oauth2 -
-
Uses of TenantConverter in com.totvs.tjf.autoconfigure
Methods in com.totvs.tjf.autoconfigure that return TenantConverter Modifier and Type Method Description TenantConverterWebSecurityAutoConfiguration. tenantConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, SecurityAccessApiProperties properties)Methods in com.totvs.tjf.autoconfigure with parameters of type TenantConverter Modifier and Type Method Description CustomJwtAccessTokenConverterWebSecurityAutoConfiguration. customJwtAccessTokenConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, TenantConverter tenantConverter)Setup aCustomJwtAccessTokenConverterfor RACorg.springframework.security.oauth2.provider.token.TokenStoreWebSecurityAutoConfiguration. jwkUrisTokenStore(TenantConverter tenantConverter)Setup aTokenStorethat has the specific convert to understand the RAC/KEYCLOAK JWT.org.springframework.security.oauth2.provider.token.TokenStoreWebSecurityAutoConfiguration. jwkUriTokenStore(TenantConverter tenantConverter)Setup aTokenStorethat has the specific convert to understand the RAC/KEYCLOAK JWT. -
Uses of TenantConverter in com.totvs.tjf.security.oauth2
Constructors in com.totvs.tjf.security.oauth2 with parameters of type TenantConverter Constructor Description CustomJwtAccessTokenConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, TenantConverter tenantConverter)
-