Uses of Class
org.connectorio.dropwizard.nimbus.auth.jwt.config.JwtConfiguration
-
Packages that use JwtConfiguration Package Description org.connectorio.dropwizard.nimbus.auth.jwt org.connectorio.dropwizard.nimbus.auth.jwt.config -
-
Uses of JwtConfiguration in org.connectorio.dropwizard.nimbus.auth.jwt
Methods in org.connectorio.dropwizard.nimbus.auth.jwt that return JwtConfiguration Modifier and Type Method Description JwtConfigurationNimbusJwtBundle. getJwtConfig()Constructors in org.connectorio.dropwizard.nimbus.auth.jwt with parameters of type JwtConfiguration Constructor Description DefaultJwtAuthenticator(JwtClaimsSetAuthenticator<P> delegate, JwtConfiguration configuration) -
Uses of JwtConfiguration in org.connectorio.dropwizard.nimbus.auth.jwt.config
Methods in org.connectorio.dropwizard.nimbus.auth.jwt.config that return JwtConfiguration Modifier and Type Method Description JwtConfigurationTokenConfiguration. getJwtConfiguration()Methods in org.connectorio.dropwizard.nimbus.auth.jwt.config with parameters of type JwtConfiguration Modifier and Type Method Description voidTokenConfiguration. setJwtConfiguration(JwtConfiguration config)
-