类 CustomAuthenticationProvider

  • 所有已实现的接口:
    org.springframework.security.authentication.AuthenticationProvider

    @Component
    @Deprecated
    public class CustomAuthenticationProvider
    extends java.lang.Object
    implements org.springframework.security.authentication.AuthenticationProvider
    已过时。
    auth provider.
    作者:
    wfnuser
    • 构造器详细资料

      • CustomAuthenticationProvider

        public CustomAuthenticationProvider()
        已过时。
    • 方法详细资料

      • authenticate

        public org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication authentication)
                                                                      throws org.springframework.security.core.AuthenticationException
        已过时。
        指定者:
        authenticate 在接口中 org.springframework.security.authentication.AuthenticationProvider
        抛出:
        org.springframework.security.core.AuthenticationException
      • supports

        public boolean supports​(java.lang.Class<?> aClass)
        已过时。
        指定者:
        supports 在接口中 org.springframework.security.authentication.AuthenticationProvider