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 -
Method Summary
Modifier and TypeMethodDescriptionprotected <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, parseListMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
createEnginein classio.telicent.servlet.auth.jwt.configuration.AbstractHeaderBasedEngineProvider
-