Package net.webpdf.wsclient.openapi
Class ApplicationConfigKeystoreFilter
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigKeystoreFilter
-
public class ApplicationConfigKeystoreFilter extends Object
Defines filters for the certificates used from the keystore.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PATTERN
-
Constructor Summary
Constructors Constructor Description ApplicationConfigKeystoreFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetPattern()Defines a filter pattern that allows the use of '\\*' and '?inthashCode()ApplicationConfigKeystoreFilterpattern(String pattern)voidsetPattern(String pattern)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PATTERN
public static final String JSON_PROPERTY_PATTERN
- See Also:
- Constant Field Values
-
-
Method Detail
-
pattern
public ApplicationConfigKeystoreFilter pattern(String pattern)
-
getPattern
@Nullable public @Nullable String getPattern()
Defines a filter pattern that allows the use of '\\*' and '?' wildcards.- Returns:
- pattern
-
setPattern
public void setPattern(String pattern)
-
-