Class FileDataStoreFactory

  • All Implemented Interfaces:
    DataStoreFactory

    public class FileDataStoreFactory
    extends AbstractDataStoreFactory
    Thread-safe file implementation of a credential store.

    For security purposes, the file's permissions are set to be accessible only by the file's owner. Note that Java 1.5 does not support manipulating file permissions, and must be done manually or using the JNI.

    Since:
    1.16
    Author:
    Yaniv Inbar