Class AbstractSecurityConfigurationChildBuilder
java.lang.Object
org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
org.infinispan.persistence.remote.configuration.AbstractSecurityConfigurationChildBuilder
- All Implemented Interfaces:
- ConfigurationChildBuilder,- PersistenceConfigurationChildBuilder,- StoreConfigurationChildBuilder,- RemoteStoreConfigurationChildBuilder
- Direct Known Subclasses:
- AuthenticationConfigurationBuilder,- KeyStoreConfigurationBuilder,- MechanismConfigurationBuilder,- SslConfigurationBuilder,- TrustStoreConfigurationBuilder
public class AbstractSecurityConfigurationChildBuilder
extends AbstractRemoteStoreConfigurationChildBuilder
AbstractSecurityConfigurationChildBuilder.
- Since:
- 9.1
- Author:
- Tristan Tarrant
- 
Field SummaryFields inherited from class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilderattributes
- 
Method SummaryMethods inherited from class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilderaddServer, asyncExecutorFactory, balancingStrategy, connectionPool, connectionTimeout, forceReturnValues, getRemoteStoreBuilder, hotRodWrapping, keySizeEstimate, marshaller, marshaller, protocolVersion, rawValues, remoteCacheContainer, remoteCacheName, remoteSecurity, socketTimeout, tcpNoDelay, valueSizeEstimateMethods inherited from class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilderaddProperty, async, fetchPersistentState, ignoreModifications, maxBatchSize, preload, purgeOnStartup, segmented, shared, transactional, withProperties, writeOnlyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilderaliases, build, clustering, encoding, expiration, indexing, invocationBatching, locking, memory, query, security, simpleCache, simpleCache, sites, statistics, template, tracing, transaction, unsafe, validateMethods inherited from interface org.infinispan.configuration.cache.PersistenceConfigurationChildBuilderpersistenceMethods inherited from interface org.infinispan.configuration.cache.StoreConfigurationChildBuilderaddProperty, async, fetchPersistentState, ignoreModifications, maxBatchSize, preload, purgeOnStartup, segmented, shared, transactional, withProperties, writeOnly
- 
Method Details- 
authentication
- 
ssl
- 
aliases- Specified by:
- aliasesin interface- ConfigurationChildBuilder
 
- 
template- Specified by:
- templatein interface- ConfigurationChildBuilder
 
- 
simpleCache- Specified by:
- simpleCachein interface- ConfigurationChildBuilder
 
- 
simpleCachepublic boolean simpleCache()- Specified by:
- simpleCachein interface- ConfigurationChildBuilder
 
- 
clustering- Specified by:
- clusteringin interface- ConfigurationChildBuilder
 
- 
encoding- Specified by:
- encodingin interface- ConfigurationChildBuilder
 
- 
expiration- Specified by:
- expirationin interface- ConfigurationChildBuilder
 
- 
query- Specified by:
- queryin interface- ConfigurationChildBuilder
 
- 
indexing- Specified by:
- indexingin interface- ConfigurationChildBuilder
 
- 
tracing- Specified by:
- tracingin interface- ConfigurationChildBuilder
 
- 
invocationBatching- Specified by:
- invocationBatchingin interface- ConfigurationChildBuilder
 
- 
statistics- Specified by:
- statisticsin interface- ConfigurationChildBuilder
 
- 
persistence- Specified by:
- persistencein interface- ConfigurationChildBuilder
 
- 
locking- Specified by:
- lockingin interface- ConfigurationChildBuilder
 
- 
security- Specified by:
- securityin interface- ConfigurationChildBuilder
 
- 
transaction- Specified by:
- transactionin interface- ConfigurationChildBuilder
 
- 
unsafe- Specified by:
- unsafein interface- ConfigurationChildBuilder
 
- 
sites- Specified by:
- sitesin interface- ConfigurationChildBuilder
 
- 
memory- Specified by:
- memoryin interface- ConfigurationChildBuilder
 
- 
getBuilder
- 
build- Specified by:
- buildin interface- ConfigurationChildBuilder
 
 
-