Interface AuthenticationBuilder<T extends org.springframework.security.core.Authentication>

Type Parameters:
T - capture for extending class type
All Known Implementing Classes:
OAuthenticationTestingBuilder

public interface AuthenticationBuilder<T extends org.springframework.security.core.Authentication>
Common interface for test authentication builders
Author:
Jérôme Wacongne <ch4mp@c4-soft.com>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • build

      T build()