Uses of Interface
org.connectorio.dropwizard.nimbus.auth.jwt.JwtClaimsSetAuthenticator
-
Packages that use JwtClaimsSetAuthenticator Package Description org.connectorio.dropwizard.nimbus.auth.jwt -
-
Uses of JwtClaimsSetAuthenticator in org.connectorio.dropwizard.nimbus.auth.jwt
Constructors in org.connectorio.dropwizard.nimbus.auth.jwt with parameters of type JwtClaimsSetAuthenticator Constructor Description DefaultJwtAuthenticator(JwtClaimsSetAuthenticator<P> delegate, String jwkSetUrl, com.nimbusds.jose.JWSAlgorithm signatureAlgorithm)DefaultJwtAuthenticator(JwtClaimsSetAuthenticator<P> delegate, URL jwkSetUrl, com.nimbusds.jose.JWSAlgorithm signatureAlgorithm)DefaultJwtAuthenticator(JwtClaimsSetAuthenticator<P> delegate, JwtConfiguration configuration)
-