public class SecurityConfigurationBuilder extends AbstractConfigurationChildBuilder implements Builder<SecurityConfiguration>
Modifier and Type | Method and Description |
---|---|
AuthenticationConfigurationBuilder |
authentication() |
SecurityConfiguration |
create()
Create the configuration bean
|
Builder<?> |
read(SecurityConfiguration template)
Reads the configuration from an already created configuration bean into this builder.
|
SslConfigurationBuilder |
ssl() |
void |
validate()
Validate the data in this builder before building the configuration bean
|
addCluster, addContextInitializer, addContextInitializer, addContextInitializers, addJavaSerialWhiteList, addServer, addServers, asyncExecutorFactory, balancingStrategy, balancingStrategy, balancingStrategy, balancingStrategy, batchSize, build, classLoader, clientIntelligence, connectionPool, connectionTimeout, consistentHashImpl, consistentHashImpl, forceReturnValues, keySizeEstimate, marshaller, marshaller, marshaller, maxRetries, protocolVersion, remoteCache, security, socketTimeout, statistics, tcpKeepAlive, tcpNoDelay, transaction, uri, uri, valueSizeEstimate, version, withProperties
public AuthenticationConfigurationBuilder authentication()
public SslConfigurationBuilder ssl()
public SecurityConfiguration create()
Builder
create
in interface Builder<SecurityConfiguration>
public Builder<?> read(SecurityConfiguration template)
Builder
read
in interface Builder<SecurityConfiguration>
template
- the configuration from which to "clone" this config if needed.public void validate()
Builder
validate
in interface Builder<SecurityConfiguration>
Copyright © 2021 JBoss by Red Hat. All rights reserved.