public interface HttpUsersManagementMBean
| Modifier and Type | Method and Description |
|---|---|
HttpUser |
createHttpUser(String userName,
String password,
int aNetworkId)
Creates the http user.
|
HttpUser |
destroyHttpUser(String userName) |
HttpUser |
getHttpUserByName(String userName) |
javolution.util.FastList<HttpUser> |
getHttpUsers() |
javolution.util.FastList<HttpUser> getHttpUsers()
HttpUser createHttpUser(String userName, String password, int aNetworkId) throws Exception
userName - the user namepassword - the passwordaNetworkId - the network IDException - the exceptionCopyright © 2017. All Rights Reserved.