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