Package org.infinispan.security
Interface PrincipalRoleMapperContext
-
public interface PrincipalRoleMapperContextPrincipalRoleMapperContext.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddedCacheManagergetCacheManager()Returns theEmbeddedCacheManagerin which this role mapper is being instantiated
-
-
-
Method Detail
-
getCacheManager
EmbeddedCacheManager getCacheManager()
Returns theEmbeddedCacheManagerin which this role mapper is being instantiated
-
-