Class AllowListConfigurationBuilder
java.lang.Object
org.infinispan.configuration.global.AllowListConfigurationBuilder
- All Implemented Interfaces:
org.infinispan.commons.configuration.Builder<AllowListConfiguration>
public class AllowListConfigurationBuilder
extends Object
implements org.infinispan.commons.configuration.Builder<AllowListConfiguration>
Configures the
EmbeddedCacheManager ClassAllowList.- Since:
- 10.0
- Author:
- Ryan Emerson
-
Method Summary
Modifier and TypeMethodDescriptionHelper method that allows for registration of a class to theClassAllowList.addClasses(Class... classes) Helper method that allows for registration of classes to theClassAllowList.addClasses(String... classes) Helper method that allows for registration of classes to theClassAllowList.Helper method that allows for registration of a regexp to theClassAllowList.addRegexps(String... regexps) Helper method that allows for registration of regexps to theClassAllowList.org.infinispan.commons.configuration.attributes.AttributeSetcreate()org.infinispan.commons.configuration.Builder<?> read(AllowListConfiguration template, org.infinispan.commons.configuration.Combine combine) voidvalidate()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()- Specified by:
attributesin interfaceorg.infinispan.commons.configuration.Builder<AllowListConfiguration>
-
addClass
Helper method that allows for registration of a class to theClassAllowList. -
addClasses
Helper method that allows for registration of classes to theClassAllowList. -
addClasses
Helper method that allows for registration of classes to theClassAllowList. -
addRegexp
Helper method that allows for registration of a regexp to theClassAllowList. -
addRegexps
Helper method that allows for registration of regexps to theClassAllowList. -
validate
public void validate()- Specified by:
validatein interfaceorg.infinispan.commons.configuration.Builder<AllowListConfiguration>
-
create
- Specified by:
createin interfaceorg.infinispan.commons.configuration.Builder<AllowListConfiguration>
-
read
public org.infinispan.commons.configuration.Builder<?> read(AllowListConfiguration template, org.infinispan.commons.configuration.Combine combine) - Specified by:
readin interfaceorg.infinispan.commons.configuration.Builder<AllowListConfiguration>
-