Class PropertyFileCredentialFactory

  • All Implemented Interfaces:
    ICredentialFactory

    public class PropertyFileCredentialFactory
    extends MapCredentialFactory
    CredentialFactory that reads its credentials from a plain (unencrypted) .properties file. For adequate privacy in production environments, the source file should not be readable by unauthorised users.
    Author:
    Gerrit van Brakel