Class NimbusJwtBundle<C extends io.dropwizard.Configuration,T extends TokenConfiguration>
- java.lang.Object
-
- org.connectorio.dropwizard.nimbus.auth.jwt.NimbusJwtBundle<C,T>
-
- Type Parameters:
C- Type of configuration.T- Type of token configuration.
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<C>
public class NimbusJwtBundle<C extends io.dropwizard.Configuration,T extends TokenConfiguration> extends Object implements io.dropwizard.ConfiguredBundle<C>
A basic bundle which allows to group configuration options for token processing in a separate class.- Author:
- Ćukasz Dywicki
-
-
Constructor Summary
Constructors Constructor Description NimbusJwtBundle(Function<C,T> extractor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JwtConfigurationgetJwtConfig()voidrun(C configuration, io.dropwizard.setup.Environment environment)
-
-
-
Method Detail
-
getJwtConfig
public JwtConfiguration getJwtConfig()
-
-