Class TextAuthenticationConfigurationBuilder
java.lang.Object
org.infinispan.server.memcached.configuration.TextAuthenticationConfigurationBuilder
- All Implemented Interfaces:
Builder<TextAuthenticationConfiguration>
public class TextAuthenticationConfigurationBuilder
extends Object
implements Builder<TextAuthenticationConfiguration>
- Since:
- 15.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthenticator
(UsernamePasswordAuthenticator authenticator) create()
Create the configuration beanBuilder
<?> read
(TextAuthenticationConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.
-
Constructor Details
-
TextAuthenticationConfigurationBuilder
public TextAuthenticationConfigurationBuilder()
-
-
Method Details
-
authenticator
public TextAuthenticationConfigurationBuilder authenticator(UsernamePasswordAuthenticator authenticator) -
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<TextAuthenticationConfiguration>
- 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<TextAuthenticationConfiguration>
- 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.
-
attributes
- Specified by:
attributes
in interfaceBuilder<TextAuthenticationConfiguration>
-