public abstract class BaseWildflyPropertiesManager extends Object
Base class for JBoss Wildfly security management when using realms based on properties files.
Based on JBoss Wildfly controller client API & Util classes.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_REALM |
protected String |
realm |
Constructor and Description |
---|
BaseWildflyPropertiesManager() |
Modifier and Type | Method and Description |
---|---|
protected static String |
generateHashPassword(String username,
String realm,
String password) |
protected static boolean |
isConfigPropertySet(ConfigProperties.ConfigProperty property) |
protected static boolean |
isEmpty(String s) |
protected void |
loadConfig(ConfigProperties config) |
public static final String DEFAULT_REALM
protected String realm
protected static String generateHashPassword(String username, String realm, String password)
protected static boolean isConfigPropertySet(ConfigProperties.ConfigProperty property)
protected static boolean isEmpty(String s)
protected void loadConfig(ConfigProperties config)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.