Uses of Class
io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
Packages that use IdcsMtRoleMapperProvider.MtCacheKey
Package
Description
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.MtCacheKeyModifier and TypeMethodDescriptionIdcsMtRoleMapperProvider.Builder.cache
(EvictableCache<IdcsMtRoleMapperProvider.MtCacheKey, List<Grant>> roleCache) Use explicitEvictableCache
for role caching.