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 abstract String |
generateHashPassword(String username,
String realm,
String password) |
protected static boolean |
isConfigPropertySet(org.uberfire.commons.config.ConfigProperties.ConfigProperty property) |
protected static boolean |
isEmpty(String s) |
protected void |
loadConfig(org.uberfire.commons.config.ConfigProperties config) |
public static final String DEFAULT_REALM
protected String realm
protected void loadConfig(org.uberfire.commons.config.ConfigProperties config)
protected abstract String generateHashPassword(String username, String realm, String password)
protected static boolean isConfigPropertySet(org.uberfire.commons.config.ConfigProperties.ConfigProperty property)
protected static boolean isEmpty(String s)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.