Class FileSystemTokenStore


  • public final class FileSystemTokenStore
    extends Object
    The configuration settings of the storage of the tokens if a file system is used.
    • Constructor Detail

      • FileSystemTokenStore

        public FileSystemTokenStore()
    • Method Detail

      • directory

        public String directory()
        Get the directory property: The directory in which the tokens will be stored.
        Returns:
        the directory value.
      • withDirectory

        public FileSystemTokenStore withDirectory​(String directory)
        Set the directory property: The directory in which the tokens will be stored.
        Parameters:
        directory - the directory value to set.
        Returns:
        the FileSystemTokenStore object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.