public interface HttpUsersManagementMBean
| Modifier and Type | Method and Description |
|---|---|
HttpUser |
createHttpUser(String userName,
String password) |
HttpUser |
destroyHttpUser(String userName) |
HttpUser |
getHttpUserByName(String userName) |
javolution.util.FastList<HttpUser> |
getHttpUsers() |
Copyright © 2016. All Rights Reserved.