Package org.keycloak.common.util
Class DelegatingSerializationFilter.FilterPatternBuilder
java.lang.Object
org.keycloak.common.util.DelegatingSerializationFilter.FilterPatternBuilder
- Enclosing class:
- DelegatingSerializationFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAllowedClass
(Class javaClass) addAllowedPattern
(String pattern) This is used when the caller of this method can't use theaddAllowedClass(Class)
.void
toString()
-
Constructor Details
-
FilterPatternBuilder
public FilterPatternBuilder()
-
-
Method Details
-
addAllowedPattern
This is used when the caller of this method can't use theaddAllowedClass(Class)
. For example because the particular is private or it is not available at the compile time. Or when adding the whole package like "java.util.*"- Parameters:
pattern
-- Returns:
-
addAllowedClass
-
toString
-
setFilter
-