Class Authenticator<T,I,S>

java.lang.Object
io.micronaut.security.authentication.Authenticator<T,I,S>
Type Parameters:
T - Request Context Type
I - Authentication Request Identity Type
S - Authentication Request Secret Type

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