public interface RealmUtil
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSIGN_GROUPS |
static String |
JAAS_CONTEXT |
| Modifier and Type | Method and Description |
|---|---|
static void |
createAuthRealm(String name,
String realmClass,
String loginModule,
Properties props) |
static String |
escapeRealmProperty(String component) |
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) |
static final String JAAS_CONTEXT
static final String ASSIGN_GROUPS
static <T> T getConfiguredValue(Class<T> type, T value, org.eclipse.microprofile.config.Config provider, String mpConfigKey)
static boolean isELExpression(String expression)
static boolean isDeferredExpression(String expression)
static void createAuthRealm(String name, String realmClass, String loginModule, Properties props)
Copyright © 2020. All rights reserved.