Uses of Class
io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
-
Packages that use IdcsMtRoleMapperProvider.MtCacheKey Package Description io.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject. -
-
Uses of IdcsMtRoleMapperProvider.MtCacheKey in io.helidon.security.providers.idcs.mapper
Method parameters in io.helidon.security.providers.idcs.mapper with type arguments of type IdcsMtRoleMapperProvider.MtCacheKey Modifier and Type Method Description B
IdcsMtRoleMapperProvider.Builder. cache(EvictableCache<IdcsMtRoleMapperProvider.MtCacheKey,List<Grant>> roleCache)
Use explicitEvictableCache
for role caching.
-