Class AuthenticationArgumentBinder

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

    @Singleton
    public class AuthenticationArgumentBinder
    extends AbstractPrincipalArgumentBinder<Authentication>
    Binds the authentication object to a route argument.
    Since:
    1.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder

        io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends java.lang.Object>
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder

        superTypes
    • Constructor Detail

      • AuthenticationArgumentBinder

        public AuthenticationArgumentBinder()