Class WhiteListConfigurationBuilder
java.lang.Object
org.infinispan.configuration.global.WhiteListConfigurationBuilder
- All Implemented Interfaces:
org.infinispan.commons.configuration.Builder<WhiteListConfiguration>
@Deprecated(forRemoval=true,
since="12.0")
public class WhiteListConfigurationBuilder
extends Object
implements org.infinispan.commons.configuration.Builder<WhiteListConfiguration>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of a class to theClassAllowList.addClasses(Class... classes) Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of classes to theClassAllowList.Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of a regexp to theClassAllowList.addRegexps(String... regexps) Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of regexps to theClassAllowList.org.infinispan.commons.configuration.attributes.AttributeSetDeprecated, for removal: This API element is subject to removal in a future version.create()Deprecated, for removal: This API element is subject to removal in a future version.org.infinispan.commons.configuration.Builder<?> read(WhiteListConfiguration template, org.infinispan.commons.configuration.Combine combine) Deprecated, for removal: This API element is subject to removal in a future version.voidvalidate()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.commons.configuration.Builder
read, reset
-
Method Details
-
attributes
public org.infinispan.commons.configuration.attributes.AttributeSet attributes()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
attributesin interfaceorg.infinispan.commons.configuration.Builder<WhiteListConfiguration>
-
addClass
Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of a class to theClassAllowList. -
addClasses
Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of classes to theClassAllowList. -
addRegexp
Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of a regexp to theClassAllowList. -
addRegexps
Deprecated, for removal: This API element is subject to removal in a future version.Helper method that allows for registration of regexps to theClassAllowList. -
validate
public void validate()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
validatein interfaceorg.infinispan.commons.configuration.Builder<WhiteListConfiguration>
-
create
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createin interfaceorg.infinispan.commons.configuration.Builder<WhiteListConfiguration>
-
read
public org.infinispan.commons.configuration.Builder<?> read(WhiteListConfiguration template, org.infinispan.commons.configuration.Combine combine) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readin interfaceorg.infinispan.commons.configuration.Builder<WhiteListConfiguration>
-
AllowListConfigurationBuilderthrough @SerializationConfigurationBuilder.allowList(). Will be removed in 14.0.