Class WhiteListConfigurationBuilder
java.lang.Object
org.infinispan.configuration.global.WhiteListConfigurationBuilder
- All Implemented Interfaces:
org.infinispan.commons.configuration.Builder<WhiteListConfiguration>
@Deprecated
public class WhiteListConfigurationBuilder
extends Object
implements org.infinispan.commons.configuration.Builder<WhiteListConfiguration>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Helper method that allows for registration of a class to theClassAllowList.addClasses(Class... classes) Deprecated.Helper method that allows for registration of classes to theClassAllowList.Deprecated.Helper method that allows for registration of a regexp to theClassAllowList.addRegexps(String... regexps) Deprecated.Helper method that allows for registration of regexps to theClassAllowList.org.infinispan.commons.configuration.attributes.AttributeSetDeprecated.create()Deprecated.org.infinispan.commons.configuration.Builder<?>read(WhiteListConfiguration template) Deprecated.voidvalidate()Deprecated.
-
Method Details
-
attributes
public org.infinispan.commons.configuration.attributes.AttributeSet attributes()Deprecated.- Specified by:
attributesin interfaceorg.infinispan.commons.configuration.Builder<WhiteListConfiguration>
-
addClass
Deprecated.Helper method that allows for registration of a class to theClassAllowList. -
addClasses
Deprecated.Helper method that allows for registration of classes to theClassAllowList. -
addRegexp
Deprecated.Helper method that allows for registration of a regexp to theClassAllowList. -
addRegexps
Deprecated.Helper method that allows for registration of regexps to theClassAllowList. -
validate
public void validate()Deprecated.- Specified by:
validatein interfaceorg.infinispan.commons.configuration.Builder<WhiteListConfiguration>
-
create
Deprecated.- Specified by:
createin interfaceorg.infinispan.commons.configuration.Builder<WhiteListConfiguration>
-
read
Deprecated.- Specified by:
readin interfaceorg.infinispan.commons.configuration.Builder<WhiteListConfiguration>
-
AllowListConfigurationBuilderthrough @SerializationConfigurationBuilder.allowList(). Will be removed in 14.0.