Class BasicAuthArgumentBinder

java.lang.Object
io.micronaut.http.server.binding.BasicAuthArgumentBinder
All Implemented Interfaces:
ArgumentBinder<BasicAuth,HttpRequest<?>>, TypeArgumentBinder<BasicAuth,HttpRequest<?>>, RequestArgumentBinder<BasicAuth>, TypedRequestArgumentBinder<BasicAuth>

@Singleton public class BasicAuthArgumentBinder extends Object implements TypedRequestArgumentBinder<BasicAuth>
Responsible for binding to a BasicAuth argument from the authorization header in the request.
Since:
1.3.0
Author:
James Kleeh