Class SessionAuthenticationFetcher

  • All Implemented Interfaces:
    io.micronaut.core.order.Ordered, AuthenticationFetcher

    @Singleton
    public class SessionAuthenticationFetcher
    extends java.lang.Object
    implements AuthenticationFetcher
    Attempts to retrieve an instance of Authentication from Session.
    Since:
    1.0
    Author:
    Sergio del Amo, Graeme Rocher
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Integer ORDER
      The order of the fetcher.
      • Fields inherited from interface io.micronaut.core.order.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Field Detail

      • ORDER

        public static final java.lang.Integer ORDER
        The order of the fetcher.
    • Constructor Detail

      • SessionAuthenticationFetcher

        public SessionAuthenticationFetcher()
    • Method Detail

      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface io.micronaut.core.order.Ordered