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 |
Modifier and Type | Method and Description |
---|---|
AuthorizationManager |
AdvancedCache.getAuthorizationManager()
Retrieves the
AuthorizationManager if the cache has security enabled. |
Modifier and Type | Method and Description |
---|---|
AuthorizationManager |
CacheImpl.getAuthorizationManager() |
AuthorizationManager |
AbstractDelegatingAdvancedCache.getAuthorizationManager() |
AuthorizationManager |
SimpleCacheImpl.getAuthorizationManager() |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
ExpirationManager expirationManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
AuthorizationManager authorizationManager,
GlobalConfiguration globalCfg,
PartitionHandlingManager partitionHandlingManager,
LocalTopologyManager localTopologyManager) |
Modifier and Type | Method and Description |
---|---|
AuthorizationManager |
GetCacheAuthorizationManagerAction.run() |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationManagerImpl
AuthorizationManagerImpl.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationManager |
SecureCacheImpl.getAuthorizationManager() |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.