Class HookAuthorization

java.lang.Object
de.alexanderwodarz.code.web.rest.authentication.AuthenticationFilter
de.alexanderwodarz.code.swifud.application.HookAuthorization

public class HookAuthorization extends de.alexanderwodarz.code.web.rest.authentication.AuthenticationFilter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static de.alexanderwodarz.code.web.rest.authentication.CorsResponse
    doCors(de.alexanderwodarz.code.web.rest.RequestData data)
     
    static de.alexanderwodarz.code.web.rest.authentication.AuthenticationFilterResponse
    doFilter(de.alexanderwodarz.code.web.rest.RequestData request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HookAuthorization

      public HookAuthorization()
  • Method Details

    • doFilter

      public static de.alexanderwodarz.code.web.rest.authentication.AuthenticationFilterResponse doFilter(de.alexanderwodarz.code.web.rest.RequestData request)
    • doCors

      public static de.alexanderwodarz.code.web.rest.authentication.CorsResponse doCors(de.alexanderwodarz.code.web.rest.RequestData data)