public class AddUser extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
AddUser.CommandLineArgument |
static class |
AddUser.FileMode |
static class |
AddUser.Interactiveness |
static class |
AddUser.RealmMode |
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_ROLES_PROPERTIES |
static String |
APPLICATION_USERS_PROPERTIES |
static String |
CONFIG_FILE |
static String |
DEFAULT_APPLICATION_REALM |
static String |
DEFAULT_MANAGEMENT_REALM |
static String |
DOMAIN_BASE_DIR |
static String |
DOMAIN_CONFIG_DIR |
static String |
DOMAIN_CONFIG_USER_DIR |
static String |
MGMT_GROUPS_PROPERTIES |
static String |
MGMT_USERS_PROPERTIES |
static String |
NEW_LINE |
protected State |
nextState |
static String |
SERVER_BASE_DIR |
static String |
SERVER_CONFIG_DIR |
static String |
SERVER_CONFIG_USER_DIR |
static String |
SPACE |
Modifier | Constructor and Description |
---|---|
protected |
AddUser(org.jboss.as.domain.management.security.adduser.RuntimeOptions options,
String realm) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected void |
run() |
public static final String SERVER_BASE_DIR
public static final String SERVER_CONFIG_DIR
public static final String SERVER_CONFIG_USER_DIR
public static final String DOMAIN_BASE_DIR
public static final String DOMAIN_CONFIG_DIR
public static final String DOMAIN_CONFIG_USER_DIR
public static final String CONFIG_FILE
public static final String DEFAULT_MANAGEMENT_REALM
public static final String DEFAULT_APPLICATION_REALM
public static final String MGMT_USERS_PROPERTIES
public static final String MGMT_GROUPS_PROPERTIES
public static final String APPLICATION_USERS_PROPERTIES
public static final String APPLICATION_ROLES_PROPERTIES
public static final String NEW_LINE
public static final String SPACE
protected State nextState
protected AddUser(org.jboss.as.domain.management.security.adduser.RuntimeOptions options, String realm)
protected void run()
public static void main(String[] args)
args
- Copyright © 2023 JBoss by Red Hat. All rights reserved.