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 AuthorizationManagerAdvancedCache. getAuthorizationManager()Retrieves theAuthorizationManagerif 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 AuthorizationManagerAbstractDelegatingAdvancedCache. getAuthorizationManager()AuthorizationManagerCacheImpl. getAuthorizationManager()AuthorizationManagerSimpleCacheImpl. getAuthorizationManager() -
Uses of AuthorizationManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return AuthorizationManager Modifier and Type Method Description AuthorizationManagerGetCacheAuthorizationManagerAction. run() -
Uses of AuthorizationManager in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement AuthorizationManager Modifier and Type Class Description classAuthorizationManagerImplAuthorizationManagerImpl.Methods in org.infinispan.security.impl that return AuthorizationManager Modifier and Type Method Description AuthorizationManagerSecureCacheImpl. getAuthorizationManager()
-