public class AuthHelper extends CoreHelper
| 限定符 | 构造器和说明 |
|---|---|
protected |
AuthHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AuthCommand |
makeCommand(AuthIdentity identity,
Object token) |
static AuthCommand |
makeCommand(AuthIdentity identity,
String domain,
Object token) |
static AuthCommand |
makeCommand(Object token) |
static AuthCommand |
makeCommand(String domain,
Object token) |
static AuthCommand |
toCheck(String domain,
Object token) |
static AuthCommand |
toLogin(AuthIdentity identity,
Object token) |
static AuthCommand |
toLogin(Object token) |
static AuthCommand |
toLogin(String domain,
Object token) |
static AuthCommand |
toLogout(Object token) |
getCacheModule, getConsole, getGate, getModule, setConsole, to, toConsole, toGate, toModulepublic static AuthCommand makeCommand(Object token)
public static AuthCommand makeCommand(String domain, Object token)
public static AuthCommand makeCommand(AuthIdentity identity, Object token)
public static AuthCommand makeCommand(AuthIdentity identity, String domain, Object token)
public static AuthCommand toLogin(Object token)
public static AuthCommand toLogin(AuthIdentity identity, Object token)
public static AuthCommand toLogin(String domain, Object token)
public static AuthCommand toCheck(String domain, Object token)
public static AuthCommand toLogout(Object token)
Copyright © 2024. All rights reserved.