public final class OpenIdUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_HASH_ALGORITHM |
static String |
DEFAULT_JWT_SIGNED_ALGORITHM |
Modifier and Type | Method and Description |
---|---|
static <T> T |
getConfiguredValue(Class<T> type,
T value,
org.eclipse.microprofile.config.Config provider,
String mpConfigKey) |
static boolean |
isDeferredExpression(String expression) |
static boolean |
isELExpression(String expression) |
static <T> Predicate<T> |
not(Predicate<T> t) |
static String |
toRawExpression(String expression) |
public static final String DEFAULT_JWT_SIGNED_ALGORITHM
public static final String DEFAULT_HASH_ALGORITHM
public static <T> T getConfiguredValue(Class<T> type, T value, org.eclipse.microprofile.config.Config provider, String mpConfigKey)
public static boolean isELExpression(String expression)
public static boolean isDeferredExpression(String expression)
Copyright © 2020. All rights reserved.