Package org.keycloak.utils
Class ReservedCharValidator
java.lang.Object
org.keycloak.utils.ReservedCharValidator
- Author:
- Stan Silvert, Lukas Hanusovsky lhanusov@redhat.com
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
static void
validateLocales
(Iterable<String> strIterable) static void
validateNoSpace
(String str) static void
validateSecurityHeaders
(Map<String, String> headers)
-
Field Details
-
logger
protected static final org.jboss.logging.Logger logger
-
-
Method Details
-
validate
-
validate
public static void validate(String str, Pattern pattern, String message) throws ReservedCharValidator.ReservedCharException -
validateNoSpace
-
validate
-
validateLocales
-
validateSecurityHeaders
-