Uses of Record Class
org.forgerock.secrets.propertyresolver.SecretResource
Package
Description
Provides a
SecretStore
implementation that loads secrets from a Common Configuration
PropertyResolver
and then decodes it with a
SecretPropertyFormat
.-
Uses of SecretResource in org.forgerock.secrets.propertyresolver
Modifier and TypeMethodDescriptionOrderedStableIdResolver.candidatesForPurpose
(Stream<SecretResource> candidates, String purpose) SingletonStableIdResolver.candidatesForPurpose
(Stream<SecretResource> candidates, String purpose) StableIdResolver.candidatesForPurpose
(Stream<SecretResource> candidates, String purpose) Creates candidate stream in order from latest to oldest, latest being the active secret for the purpose label.Modifier and TypeMethodDescriptionOrderedStableIdResolver.candidatesForPurpose
(Stream<SecretResource> candidates, String purpose) SingletonStableIdResolver.candidatesForPurpose
(Stream<SecretResource> candidates, String purpose) StableIdResolver.candidatesForPurpose
(Stream<SecretResource> candidates, String purpose) Creates candidate stream in order from latest to oldest, latest being the active secret for the purpose label.