Uses of Class
io.smallrye.jwt.auth.principal.AbstractKeyLocationResolver
-
Packages that use AbstractKeyLocationResolver Package Description io.smallrye.jwt.auth.principal -
-
Uses of AbstractKeyLocationResolver in io.smallrye.jwt.auth.principal
Subclasses of AbstractKeyLocationResolver in io.smallrye.jwt.auth.principal Modifier and Type Class Description classDecryptionKeyLocationResolverDecryptionKeyResolver which checks the MP-JWT 1.1 mp.jwt.decrypt.key.location configuration property to resolve a decryption key.classKeyLocationResolverVerificationKeyResolver which checks the MP-JWT 1.1 mp.jwt.verify.publickey and mp.jwt.verify.publickey.location configuration properties to resolve a verification key.classX509KeyLocationResolver
-