类 DefaultAuthStrategy
java.lang.Object
top.binfast.common.seed.strategy.DefaultAuthStrategy
- 所有已实现的接口:
AuthStrategyI
- 作者:
- 刘斌
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static LoginVologin(LoginBody body, SysClientVo client, String grantType) 登录static voidsaLogin(top.binfast.common.satoken.model.LoginUser loginUser, SysClientVo client) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 top.binfast.common.seed.strategy.AuthStrategyI
login
-
字段详细资料
-
构造器详细资料
-
DefaultAuthStrategy
public DefaultAuthStrategy()
-
-
方法详细资料
-
login
登录- 参数:
body- 登录对象client- 授权管理视图对象grantType- 授权类型- 返回:
- 登录验证信息
-
saLogin
public static void saLogin(top.binfast.common.satoken.model.LoginUser loginUser, SysClientVo client)
-