Class SecretResource
- java.lang.Object
-
- org.forgerock.secrets.propertyresolver.SecretResource
-
-
Constructor Summary
Constructors Constructor Description SecretResource(Path path, String stableId)
Constructs a new secret resource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Path
getPath()
Gets the path to the secret.String
getStableId()
Gets the stable identifier for the secret.
-