Interface OidcTokenAuthenticationMechanism.TokenExtractor

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

@FunctionalInterface protected static interface OidcTokenAuthenticationMechanism.TokenExtractor
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(jakarta.servlet.http.HttpServletRequest request)
     
  • Method Details

    • extract

      @Nullable String extract(jakarta.servlet.http.HttpServletRequest request)