public interface SecretPropertyFormat
Modifier and Type | Method and Description |
---|---|
SecretBuilder |
decode(String propertyValue)
Decodes the input property value, setting relevant properties on a
SecretBuilder object. |
default Promise<SecretBuilder,NoSuchSecretException> |
decodeToPromise(String propertyValue)
Decodes the input property value, setting relevant properties on a
SecretBuilder object. |
SecretBuilder decode(String propertyValue) throws NoSuchSecretException
SecretBuilder
object.propertyValue
- the value of the secret property.NoSuchSecretException
- If the property value does not contain a value that can be decoded.default Promise<SecretBuilder,NoSuchSecretException> decodeToPromise(String propertyValue)
SecretBuilder
object.propertyValue
- the value of the secret property.Copyright © 2010-2018, ForgeRock All Rights Reserved.