Uses of Class
com.cyberark.conjur.springboot.service.PropertyProcessorChain
-
Packages that use PropertyProcessorChain Package Description com.cyberark.conjur.springboot.service -
-
Uses of PropertyProcessorChain in com.cyberark.conjur.springboot.service
Subclasses of PropertyProcessorChain in com.cyberark.conjur.springboot.service Modifier and Type Class Description classCustomPropertySourceChainThis custom class resolves the secret value at application load time from the conjur vault.classDefaultPropertySourceChainThis class resolves the secret value at application load time from the conjur vault.Methods in com.cyberark.conjur.springboot.service with parameters of type PropertyProcessorChain Modifier and Type Method Description voidCustomPropertySourceChain. setNextChain(PropertyProcessorChain nextChain)voidDefaultPropertySourceChain. setNextChain(PropertyProcessorChain nextChain)voidPropertyProcessorChain. setNextChain(PropertyProcessorChain processChain)
-