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