public class TokenStore extends ProxyOnlyResource
| Constructor and Description |
|---|
TokenStore() |
| Modifier and Type | Method and Description |
|---|---|
BlobStorageTokenStore |
azureBlobStorage()
Get the azureBlobStorage property: The azureBlobStorage property.
|
Boolean |
enabled()
Get the enabled property: The enabled property.
|
FileSystemTokenStore |
fileSystem()
Get the fileSystem property: The fileSystem property.
|
Double |
tokenRefreshExtensionHours()
Get the tokenRefreshExtensionHours property: The tokenRefreshExtensionHours property.
|
void |
validate()
Validates the instance.
|
TokenStore |
withAzureBlobStorage(BlobStorageTokenStore azureBlobStorage)
Set the azureBlobStorage property: The azureBlobStorage property.
|
TokenStore |
withEnabled(Boolean enabled)
Set the enabled property: The enabled property.
|
TokenStore |
withFileSystem(FileSystemTokenStore fileSystem)
Set the fileSystem property: The fileSystem property.
|
TokenStore |
withKind(String kind)
Set the kind property: Kind of resource.
|
TokenStore |
withTokenRefreshExtensionHours(Double tokenRefreshExtensionHours)
Set the tokenRefreshExtensionHours property: The tokenRefreshExtensionHours property.
|
kindpublic Boolean enabled()
public TokenStore withEnabled(Boolean enabled)
enabled - the enabled value to set.public Double tokenRefreshExtensionHours()
public TokenStore withTokenRefreshExtensionHours(Double tokenRefreshExtensionHours)
tokenRefreshExtensionHours - the tokenRefreshExtensionHours value to set.public FileSystemTokenStore fileSystem()
public TokenStore withFileSystem(FileSystemTokenStore fileSystem)
fileSystem - the fileSystem value to set.public BlobStorageTokenStore azureBlobStorage()
public TokenStore withAzureBlobStorage(BlobStorageTokenStore azureBlobStorage)
azureBlobStorage - the azureBlobStorage value to set.public TokenStore withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.