public interface AuthenticationChain
| Modifier and Type | Method and Description |
|---|---|
boolean |
changePassword(String username,
String password) |
void |
delete(User user) |
User |
load(User user) |
void |
update(User user) |
Copyright © 2009–2017 CodeLibs. All rights reserved.