Interface AuthenticationEntryPoint

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AuthenticationEntryPoint
Answers a request that needs a caller and carries no credential at all.
  • Method Summary

    Modifier and Type
    Method
    Description
    commence(dev.relism.flash.models.Request req, dev.relism.flash.models.Response res)
     
  • Method Details

    • commence

      Object commence(dev.relism.flash.models.Request req, dev.relism.flash.models.Response res) throws Exception
      Throws:
      Exception