public interface ISpincastHttpAuthIdentityManager
extends io.undertow.security.idm.IdentityManager
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(String username,
String password)
Adds a user to this identity manager.
|
void |
removeAllUsers()
Removes all users from this identity manager.
|
void |
removeUser(String username)
Removes a user from this identity manager.
|
Copyright © 2016. All rights reserved.