public class AuthenticationManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationChain[] |
chains |
| Constructor and Description |
|---|
AuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChain(AuthenticationChain chain) |
protected org.codelibs.core.stream.StreamUtil.StreamOf<AuthenticationChain> |
chains() |
boolean |
changePassword(String username,
String password) |
void |
delete(User user) |
void |
insert(User user) |
User |
load(User user) |
protected AuthenticationChain[] chains
public void insert(User user)
public void delete(User user)
public void addChain(AuthenticationChain chain)
protected org.codelibs.core.stream.StreamUtil.StreamOf<AuthenticationChain> chains()
Copyright © 2009–2017 CodeLibs. All rights reserved.