Class X509AuthenticationArgumentBinder

All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<X509Authentication,io.micronaut.http.HttpRequest<?>>, io.micronaut.core.bind.TypeArgumentBinder<X509Authentication,io.micronaut.http.HttpRequest<?>>, io.micronaut.http.bind.binders.RequestArgumentBinder<X509Authentication>, io.micronaut.http.bind.binders.TypedRequestArgumentBinder<X509Authentication>

@Singleton public class X509AuthenticationArgumentBinder extends AbstractPrincipalArgumentBinder<X509Authentication>
Binds the authentication if it's an X509Authentication to a route argument.
Since:
3.3
Author:
Burt Beckwith
  • Constructor Details

    • X509AuthenticationArgumentBinder

      public X509AuthenticationArgumentBinder()