Class Servlet5EngineProvider

java.lang.Object
io.telicent.servlet.auth.jwt.configuration.AbstractHeaderBasedEngineProvider
io.telicent.servlet.auth.jwt.servlet5.Servlet5EngineProvider
All Implemented Interfaces:
io.telicent.servlet.auth.jwt.configuration.ConfigurationProvider, io.telicent.servlet.auth.jwt.configuration.EngineProvider

public class Servlet5EngineProvider extends io.telicent.servlet.auth.jwt.configuration.AbstractHeaderBasedEngineProvider
A provider for automated configuration of Servlet5JwtAuthenticationEngine
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <TRequest, TResponse>
    io.telicent.servlet.auth.jwt.JwtAuthenticationEngine<TRequest,TResponse>
    createEngine(List<io.telicent.servlet.auth.jwt.sources.HeaderSource> headerSources, String realm, List<io.telicent.servlet.auth.jwt.configuration.ClaimPath> usernameClaims, io.telicent.servlet.auth.jwt.configuration.ClaimPath rolesClaim)
     
    int
     

    Methods inherited from class io.telicent.servlet.auth.jwt.configuration.AbstractHeaderBasedEngineProvider

    configure, configureHeaders, configureRealm, configureRolesClaim, configureUsernameClaims, parseClaimPath, parseDottedPath, parseList

    Methods inherited from class java.lang.Object

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

    • Servlet5EngineProvider

      public Servlet5EngineProvider()
  • Method Details

    • createEngine

      protected <TRequest, TResponse> io.telicent.servlet.auth.jwt.JwtAuthenticationEngine<TRequest,TResponse> createEngine(List<io.telicent.servlet.auth.jwt.sources.HeaderSource> headerSources, String realm, List<io.telicent.servlet.auth.jwt.configuration.ClaimPath> usernameClaims, io.telicent.servlet.auth.jwt.configuration.ClaimPath rolesClaim)
      Specified by:
      createEngine in class io.telicent.servlet.auth.jwt.configuration.AbstractHeaderBasedEngineProvider
    • priority

      public int priority()