Class JwtWrappedPropertyFormat

java.lang.Object
org.forgerock.secrets.propertyresolver.JwtWrappedPropertyFormat
All Implemented Interfaces:
SecretPropertyFormat, SecretDecoder

public class JwtWrappedPropertyFormat extends Object implements SecretPropertyFormat
A SecretPropertyFormat that wraps another format, extracting the secret value from a JWT before delegating to the wrapped format.