| 程序包 | 说明 |
|---|---|
| net.isger.brick.auth |
| 限定符和类型 | 方法和说明 |
|---|---|
static AuthCommand |
AuthCommand.cast(BaseCommand cmd) |
static AuthCommand |
AuthCommand.getAction() |
static AuthCommand |
AuthHelper.makeCommand(AuthIdentity identity,
Object token) |
static AuthCommand |
AuthHelper.makeCommand(AuthIdentity identity,
String domain,
Object token) |
static AuthCommand |
AuthHelper.makeCommand(Object token) |
static AuthCommand |
AuthHelper.makeCommand(String domain,
Object token) |
static AuthCommand |
AuthCommand.mockAction() |
static AuthCommand |
AuthCommand.newAction() |
static AuthCommand |
AuthCommand.realAction() |
static AuthCommand |
AuthHelper.toCheck(String domain,
Object token) |
static AuthCommand |
AuthHelper.toLogin(AuthIdentity identity,
Object token) |
static AuthCommand |
AuthHelper.toLogin(Object token) |
static AuthCommand |
AuthHelper.toLogin(String domain,
Object token) |
static AuthCommand |
AuthHelper.toLogout(Object token) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BaseAuth.auth(AuthCommand cmd)
授权
|
void |
Auth.auth(AuthCommand cmd)
授权
|
void |
BaseAuth.check(AuthCommand cmd)
检查
|
void |
Auth.check(AuthCommand cmd)
检测
|
protected boolean |
Authenticator.isSupport(AuthCommand cmd)
支持认证
|
void |
BaseAuth.login(AuthCommand cmd)
登录
|
void |
Auth.login(AuthCommand cmd)
登录
|
void |
BaseAuth.logout(AuthCommand cmd)
登出
|
void |
Auth.logout(AuthCommand cmd)
退出
|
protected AuthToken<?> |
Authenticator.makeToken(AuthCommand cmd,
Object token)
制作认证
|
Copyright © 2024. All rights reserved.