Class Authenticator<T>

java.lang.Object
io.micronaut.security.authentication.Authenticator<T>
Type Parameters:
T - Request Context Type

@Singleton public class Authenticator<T> extends Object
An Authenticator operates on several ReactiveAuthenticationProvider instances returning the first authenticated AuthenticationResponse.
Since:
1.0
Author:
Sergio del Amo, Graeme Rocher