Uses of Interface
com.tangosol.net.security.StorageAccessAuthorizer
-
Packages that use StorageAccessAuthorizer 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. -
-
Uses of StorageAccessAuthorizer in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type StorageAccessAuthorizer Modifier and Type Method Description ParameterizedBuilder<StorageAccessAuthorizer>
StorageAccessAuthorizerBuilderProcessor. onProcess(ProcessingContext context, XmlElement xmlElement)
-
Uses of StorageAccessAuthorizer in com.tangosol.net
Methods in com.tangosol.net that return StorageAccessAuthorizer Modifier and Type Method Description StorageAccessAuthorizer
BackingMapManager. getStorageAccessAuthorizer(String sName)
Determine theStorageAccessAuthorizer
that is used by a CacheService to secure access to the NamedCache with the specified name.StorageAccessAuthorizer
DefaultConfigurableCacheFactory.Manager. getStorageAccessAuthorizer(String sName)
Determine theStorageAccessAuthorizer
that is used by a CacheService to secure access to the NamedCache with the specified name.StorageAccessAuthorizer
DefaultConfigurableCacheFactory.PartitionedBackingMapManager. getStorageAccessAuthorizer(String sName)
Determine theStorageAccessAuthorizer
that is used by a CacheService to secure access to the NamedCache with the specified name.StorageAccessAuthorizer
ExtensibleConfigurableCacheFactory.Manager. getStorageAccessAuthorizer(String sName)
Determine theStorageAccessAuthorizer
that is used by a CacheService to secure access to the NamedCache with the specified name.StorageAccessAuthorizer
ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager. getStorageAccessAuthorizer(String sName)
Determine theStorageAccessAuthorizer
that is used by a CacheService to secure access to the NamedCache with the specified name. -
Uses of StorageAccessAuthorizer in com.tangosol.net.security
Classes in com.tangosol.net.security that implement StorageAccessAuthorizer Modifier and Type Class Description class
AuditingAuthorizer
Simple StorageAccessAuthorizer implementation that logs the authorization requests and allows operations to proceed.
-