Class Servlet3EngineProvider

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

public class Servlet3EngineProvider extends io.telicent.servlet.auth.jwt.configuration.AbstractHeaderBasedEngineProvider
A provider for automated configuration of Servlet3JwtAuthenticationEngine
  • 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)
     

    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

    Methods inherited from interface io.telicent.servlet.auth.jwt.configuration.ConfigurationProvider

    priority
  • Constructor Details

    • Servlet3EngineProvider

      public Servlet3EngineProvider()
  • 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