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 TenantConverter
WebSecurityAutoConfiguration. 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 CustomJwtAccessTokenConverter
WebSecurityAutoConfiguration. customJwtAccessTokenConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, TenantConverter tenantConverter)
Setup aCustomJwtAccessTokenConverter
for RACorg.springframework.security.oauth2.provider.token.TokenStore
WebSecurityAutoConfiguration. jwkUrisTokenStore(TenantConverter tenantConverter)
Setup aTokenStore
that has the specific convert to understand the RAC/KEYCLOAK JWT.org.springframework.security.oauth2.provider.token.TokenStore
WebSecurityAutoConfiguration. jwkUriTokenStore(TenantConverter tenantConverter)
Setup aTokenStore
that 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)
-