public class FileBasedSecStoreConfig extends Object
Constructor and Description |
---|
FileBasedSecStoreConfig(File userFile,
File roleFile) |
Modifier and Type | Method and Description |
---|---|
void |
addNewUser(String username,
String hash,
String... roles) |
List<String> |
listUser(String username) |
void |
removeUser(String username) |
void |
save() |
void |
updateUser(String username,
String password,
String[] roles) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.