Class PropertiesCredentialStore


  • public class PropertiesCredentialStore
    extends CredentialStoreSpi
    A CredentialStore implementation backed by a properties file. This is a simple implementation which only supports the storage of SecretKey credentials, additionally password protection of the store is not supported.
    Author:
    Darran Lofthouse