|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcn.dreampie.security.credential.Credentials
public class Credentials
Created by ice on 14-12-24.
| 构造方法摘要 | |
|---|---|
Credentials(AuthenticateService authenticateService,
long expires)
|
|
| 方法摘要 | |
|---|---|
Map<String,Map<String,Set<Credential>>> |
getAllCredentials()
取全部凭据 |
Principal |
getPrincipal(String username)
取用户缓存 |
void |
removePrincipal(String username)
删除用户缓存 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Credentials(AuthenticateService authenticateService,
long expires)
| 方法详细信息 |
|---|
public Map<String,Map<String,Set<Credential>>> getAllCredentials()
public Principal getPrincipal(String username)
username - 用户名
public void removePrincipal(String username)
username -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||