Uses of Class
org.connectorio.dropwizard.nimbus.auth.jwt.JwtClaimsSetPrincipal
-
Packages that use JwtClaimsSetPrincipal Package Description org.connectorio.dropwizard.nimbus.auth.jwt -
-
Uses of JwtClaimsSetPrincipal in org.connectorio.dropwizard.nimbus.auth.jwt
Classes in org.connectorio.dropwizard.nimbus.auth.jwt with type parameters of type JwtClaimsSetPrincipal Modifier and Type Class Description classDefaultJwtAuthenticator<P extends JwtClaimsSetPrincipal>Default implementation ofAuthenticatorwhich handles a most repeatable part, namely token validation against signatures and keys stored in remote Json Web Key Set.interfaceJwtClaimsSetAuthenticator<P extends JwtClaimsSetPrincipal>Dedicated authenticator taking JWT token claims and returningJwtClaimsSetPrincipal.classNimbusJwtFilter<T extends JwtClaimsSetPrincipal>Implementation of custom authn filter attached tostatic classNimbusJwtFilter.Builder<P extends JwtClaimsSetPrincipal>Builder forNimbusJwtFilter.
-