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#64;c4-soft.com>
-
Method Summary
-
Method Details
-
build
T build()
-