Interface RecoveryAuthenticationProvider

  • All Superinterfaces:
    org.springframework.security.authentication.AuthenticationProvider
    All Known Implementing Classes:
    RecoveryAuthenticationProviderImpl

    public interface RecoveryAuthenticationProvider
    extends org.springframework.security.authentication.AuthenticationProvider
    Marker interface for RecoveryAuthenticationProvider when you do not implement is this way you get error messages like:

    " but was actually of type 'com.sun.proxy.$Proxy76' "

    • Method Summary

      • Methods inherited from interface org.springframework.security.authentication.AuthenticationProvider

        authenticate, supports