Package | Description |
---|---|
com.tangosol.coherence.config.xml.processor |
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.security |
Contains classes related to the Coherence Security Framework.
|
Modifier and Type | Method and Description |
---|---|
ParameterizedBuilder<StorageAccessAuthorizer> |
StorageAccessAuthorizerBuilderProcessor.onProcess(ProcessingContext context,
XmlElement xmlElement) |
Modifier and Type | Method and Description |
---|---|
StorageAccessAuthorizer |
ExtensibleConfigurableCacheFactory.Manager.getStorageAccessAuthorizer(String sName)
Determine the
StorageAccessAuthorizer that is used by a
CacheService to secure access to the NamedCache with the specified name. |
StorageAccessAuthorizer |
ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager.getStorageAccessAuthorizer(String sName)
Determine the
StorageAccessAuthorizer that is used by a
CacheService to secure access to the NamedCache with the specified name. |
StorageAccessAuthorizer |
DefaultConfigurableCacheFactory.Manager.getStorageAccessAuthorizer(String sName)
Determine the
StorageAccessAuthorizer that is used by a
CacheService to secure access to the NamedCache with the specified name. |
StorageAccessAuthorizer |
DefaultConfigurableCacheFactory.PartitionedBackingMapManager.getStorageAccessAuthorizer(String sName)
Determine the
StorageAccessAuthorizer that is used by a
CacheService to secure access to the NamedCache with the specified name. |
StorageAccessAuthorizer |
BackingMapManager.getStorageAccessAuthorizer(String sName)
Determine the
StorageAccessAuthorizer that is used by a
CacheService to secure access to the NamedCache with the specified name. |
Modifier and Type | Class and Description |
---|---|
class |
AuditingAuthorizer
Simple StorageAccessAuthorizer implementation that logs the authorization
requests and allows operations to proceed.
|