Class AllowListConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.AllowListConfiguration
-
public class AllowListConfiguration extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeSet
attributes()
ClassAllowList
create()
boolean
equals(Object o)
Set<String>
getClasses()
List<String>
getRegexps()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
attributes
public AttributeSet attributes()
-
create
public ClassAllowList create()
-
-