Class AwsSecretProvider
- java.lang.Object
-
- org.soulwing.jwt.extension.spi.aws.secret.AwsSecretProvider
-
- All Implemented Interfaces:
SecretProvider
,ServiceProvider
public class AwsSecretProvider extends Object implements SecretProvider
A provider of secret strings stored in AWS Secrets Manager.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description AwsSecretProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Secret
getSecret(Properties properties)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.soulwing.jwt.extension.spi.ServiceProvider
getName
-
-
-
-
Method Detail
-
getSecret
public Secret getSecret(Properties properties) throws SecretException
- Specified by:
getSecret
in interfaceSecretProvider
- Throws:
SecretException
-
getName
public String getName()
-
-