Uses of Class
io.smallrye.jwt.config.JWTAuthContextInfoProvider
Packages that use JWTAuthContextInfoProvider
-
Uses of JWTAuthContextInfoProvider in io.smallrye.jwt.config
Methods in io.smallrye.jwt.config that return JWTAuthContextInfoProviderModifier and TypeMethodDescriptionstatic JWTAuthContextInfoProviderJWTAuthContextInfoProvider.create(String key, String keyLocation, boolean secretKey, boolean verifyCertificateThumbprint, String issuer, Optional<String> decryptionKey) static JWTAuthContextInfoProviderJWTAuthContextInfoProvider.createWithCertificate(String keyLocation, String issuer) Create JWTAuthContextInfoProvider with the verification public key location and issuer.static JWTAuthContextInfoProviderJWTAuthContextInfoProvider.createWithDecryptionKey(String decryptionKey, String issuer) Create JWTAuthContextInfoProvider with the decryption key and issuerstatic JWTAuthContextInfoProviderJWTAuthContextInfoProvider.createWithKey(String publicKey, String issuer) Create JWTAuthContextInfoProvider with the public key and issuerstatic JWTAuthContextInfoProviderJWTAuthContextInfoProvider.createWithKeyLocation(String keyLocation, String issuer) Create JWTAuthContextInfoProvider with the verification public key location and issuerstatic JWTAuthContextInfoProviderJWTAuthContextInfoProvider.createWithKeyStoreLocation(String keyLocation, Optional<String> theKeyStorePassword, Optional<String> theKeyStoreVerifyKeyAlias, Optional<String> theKeyStoreDecryptKeyAlias, String issuer) Create JWTAuthContextInfoProvider with the keystore and issuerstatic JWTAuthContextInfoProviderJWTAuthContextInfoProvider.createWithSecretKeyLocation(String keyLocation, String issuer) Create JWTAuthContextInfoProvider with the verification secret key location and issuerstatic JWTAuthContextInfoProviderJWTAuthContextInfoProvider.createWithVerifyKeyStoreLocation(String keyLocation, Optional<String> theKeyStorePassword, Optional<String> theKeyStoreVerifyKeyAlias, Optional<String> theKeyStoreDecryptKeyAlias, String issuer) Create JWTAuthContextInfoProvider with the keystore and issuer