Class FileSystemTokenStore
java.lang.Object
com.azure.resourcemanager.appservice.models.FileSystemTokenStore
The configuration settings of the storage of the tokens if a file system is used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the directory property: The directory in which the tokens will be stored.voidvalidate()Validates the instance.withDirectory(String directory) Set the directory property: The directory in which the tokens will be stored.
-
Constructor Details
-
FileSystemTokenStore
public FileSystemTokenStore()Creates an instance of FileSystemTokenStore class.
-
-
Method Details
-
directory
Get the directory property: The directory in which the tokens will be stored.- Returns:
- the directory value.
-
withDirectory
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.
-