Package fish.payara.security.realm
Interface RealmUtil
-
public interface RealmUtil- Author:
- Gaurav Gupta
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSIGN_GROUPSstatic StringJAAS_CONTEXT
-
Method Summary
Static Methods Modifier and Type Method Description static voidcreateAuthRealm(String name, String realmClass, String loginModule, Properties props)static StringescapeRealmProperty(String component)static <T> TgetConfiguredValue(Class<T> type, T value, org.eclipse.microprofile.config.Config provider, String mpConfigKey)static booleanisDeferredExpression(String expression)static booleanisELExpression(String expression)static <T> Predicate<T>not(Predicate<T> t)static StringtoRawExpression(String expression)
-
-
-
Field Detail
-
JAAS_CONTEXT
static final String JAAS_CONTEXT
- See Also:
- Constant Field Values
-
ASSIGN_GROUPS
static final String ASSIGN_GROUPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfiguredValue
static <T> T getConfiguredValue(Class<T> type, T value, org.eclipse.microprofile.config.Config provider, String mpConfigKey)
-
isELExpression
static boolean isELExpression(String expression)
-
isDeferredExpression
static boolean isDeferredExpression(String expression)
-
createAuthRealm
static void createAuthRealm(String name, String realmClass, String loginModule, Properties props)
-
-