static JWTAuthContextInfoProvider |
JWTAuthContextInfoProvider.createWithCertificate(String keyLocation,
String issuer) |
Create JWTAuthContextInfoProvider with the verification public key location and issuer.
|
static JWTAuthContextInfoProvider |
JWTAuthContextInfoProvider.createWithDecryptionKey(String decryptionKey,
String issuer) |
Create JWTAuthContextInfoProvider with the decryption key and issuer
|
static JWTAuthContextInfoProvider |
JWTAuthContextInfoProvider.createWithKey(String publicKey,
String issuer) |
Create JWTAuthContextInfoProvider with the public key and issuer
|
static JWTAuthContextInfoProvider |
JWTAuthContextInfoProvider.createWithKeyLocation(String keyLocation,
String issuer) |
Create JWTAuthContextInfoProvider with the verification public key location and issuer
|
static JWTAuthContextInfoProvider |
JWTAuthContextInfoProvider.createWithKeyStoreLocation(String keyLocation,
Optional<String> theKeyStorePassword,
Optional<String> theKeyStoreVerifyKeyAlias,
Optional<String> theKeyStoreDecryptKeyAlias,
String issuer) |
Create JWTAuthContextInfoProvider with the keystore and issuer
|
static JWTAuthContextInfoProvider |
JWTAuthContextInfoProvider.createWithSecretKeyLocation(String keyLocation,
String issuer) |
Create JWTAuthContextInfoProvider with the verification secret key location and issuer
|
static JWTAuthContextInfoProvider |
JWTAuthContextInfoProvider.createWithVerifyKeyStoreLocation(String keyLocation,
Optional<String> theKeyStorePassword,
Optional<String> theKeyStoreVerifyKeyAlias,
Optional<String> theKeyStoreDecryptKeyAlias,
String issuer) |
Create JWTAuthContextInfoProvider with the keystore and issuer
|