public class PropertiesLoginModuleConfigurator extends Object
Constructor and Description |
---|
PropertiesLoginModuleConfigurator(String entryName,
String brokerEtc) |
Modifier and Type | Method and Description |
---|---|
void |
addNewUser(String username,
String hash,
String... roles) |
Map<String,Set<String>> |
listUser(String username) |
void |
removeUser(String username) |
void |
save() |
void |
updateUser(String username,
String password,
String[] roles) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.