Class EncryptionConfigurationBuilder
java.lang.Object
org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
- All Implemented Interfaces:
Builder<EncryptionConfiguration>
public class EncryptionConfigurationBuilder
extends Object
implements Builder<EncryptionConfiguration>
- Since:
- 10.0
-
Constructor Summary
ConstructorDescriptionEncryptionConfigurationBuilder
(SslConfigurationBuilder sslConfigurationBuilder) -
Method Summary
Modifier and TypeMethodDescriptionaddSni()
create()
Create the configuration beanread
(EncryptionConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.requireClientAuth
(boolean require) sslContext
(Supplier<SSLContext> context) sslContext
(SSLContext context)
-
Constructor Details
-
EncryptionConfigurationBuilder
-
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<EncryptionConfiguration>
-
addSni
-
sslContext
-
sslContext
-
realm
-
requireClientAuth
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<EncryptionConfiguration>
- Returns:
-
read
Description copied from interface:Builder
Reads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
read
in interfaceBuilder<EncryptionConfiguration>
- Parameters:
template
- the configuration from which to "clone" this config if needed.combine
- the way attributes and children of this instance and the template should be combined.
-