public abstract class SASKeyGeneratorImpl extends Object implements SASKeyGeneratorInterface
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_CONTAINER_SAS_KEY_PERIOD
Default value for the SAS key expiry period in days.
|
static String |
KEY_SAS_KEY_EXPIRY_PERIOD
Configuration key to be used to specify the expiry period for SAS keys
This value currently is specified in days.
|
| Constructor and Description |
|---|
SASKeyGeneratorImpl(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.conf.Configuration |
getConf() |
long |
getSasKeyExpiryPeriod() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContainerSASUri, getRelativeBlobSASUripublic static final String KEY_SAS_KEY_EXPIRY_PERIOD
public static final long DEFAULT_CONTAINER_SAS_KEY_PERIOD
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.