Class AutomaticSignInEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
cn.herodotus.engine.rest.servlet.upms.event.AutomaticSignInEvent
All Implemented Interfaces:
Serializable

public class AutomaticSignInEvent extends org.springframework.context.ApplicationEvent

Description: 自动登录事件

JustAuth 接收到 Callback以后,统一走系统 /oauth/token 接口获取 Token

Author:
: gengwei.zheng
See Also:
Date:
: 2022/1/26 14:35
  • Constructor Details

    • AutomaticSignInEvent

      public AutomaticSignInEvent(Map<String,Object> callbackParams)
  • Method Details