类 DefaultOAuth2AuthenticationEventPublisher

java.lang.Object
org.springframework.security.authentication.DefaultAuthenticationEventPublisher
cn.herodotus.engine.oauth2.authentication.response.DefaultOAuth2AuthenticationEventPublisher
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.security.authentication.AuthenticationEventPublisher

public class DefaultOAuth2AuthenticationEventPublisher extends org.springframework.security.authentication.DefaultAuthenticationEventPublisher

Description: 扩展的 DefaultAuthenticationEventPublisher

支持 OAuth2AuthenticationException 解析

作者:
: gengwei.zheng
Date:
: 2022/7/9 13:47
  • 构造器概要

    构造器
    构造器
    说明
    DefaultOAuth2AuthenticationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    publishAuthenticationFailure(org.springframework.security.core.AuthenticationException exception, org.springframework.security.core.Authentication authentication)
     

    从类继承的方法 org.springframework.security.authentication.DefaultAuthenticationEventPublisher

    publishAuthenticationSuccess, setAdditionalExceptionMappings, setAdditionalExceptionMappings, setApplicationEventPublisher, setDefaultAuthenticationFailureEvent

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • DefaultOAuth2AuthenticationEventPublisher

      public DefaultOAuth2AuthenticationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
  • 方法详细资料

    • publishAuthenticationFailure

      public void publishAuthenticationFailure(org.springframework.security.core.AuthenticationException exception, org.springframework.security.core.Authentication authentication)
      指定者:
      publishAuthenticationFailure 在接口中 org.springframework.security.authentication.AuthenticationEventPublisher
      覆盖:
      publishAuthenticationFailure 在类中 org.springframework.security.authentication.DefaultAuthenticationEventPublisher