Uses of Interface
org.infinispan.security.AuthorizationManager
-
Packages that use AuthorizationManager Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.security.actions org.infinispan.security.impl -
-
Uses of AuthorizationManager in org.infinispan
Methods in org.infinispan that return AuthorizationManager Modifier and Type Method Description AuthorizationManager
AdvancedCache. getAuthorizationManager()
Retrieves theAuthorizationManager
if the cache has security enabled. -
Uses of AuthorizationManager in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return AuthorizationManager Modifier and Type Method Description AuthorizationManager
AbstractDelegatingAdvancedCache. getAuthorizationManager()
AuthorizationManager
CacheImpl. getAuthorizationManager()
AuthorizationManager
SimpleCacheImpl. getAuthorizationManager()
-
Uses of AuthorizationManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return AuthorizationManager Modifier and Type Method Description AuthorizationManager
GetCacheAuthorizationManagerAction. run()
-
Uses of AuthorizationManager in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement AuthorizationManager Modifier and Type Class Description class
AuthorizationManagerImpl
AuthorizationManagerImpl.Methods in org.infinispan.security.impl that return AuthorizationManager Modifier and Type Method Description AuthorizationManager
SecureCacheImpl. getAuthorizationManager()
-