Class FileSystemTokenStore
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.FileSystemTokenStore
-
public final class FileSystemTokenStore extends Object
The configuration settings of the storage of the tokens if a file system is used.
-
-
Constructor Summary
Constructors Constructor Description FileSystemTokenStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdirectory()Get the directory property: The directory in which the tokens will be stored.voidvalidate()Validates the instance.FileSystemTokenStorewithDirectory(String directory)Set the directory property: The directory in which the tokens will be stored.
-
-
-
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.
-
-