public class TransientRepoPasswordManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_KEY_EARLY_RENEWAL_PERIOD |
static String |
CONFIG_KEY_EXPIRY_TIMER_PERIOD |
static String |
CONFIG_KEY_RENEWAL_PERIOD |
static String |
CONFIG_KEY_VALIDITIY_PERIOD |
Modifier | Constructor and Description |
---|---|
protected |
TransientRepoPasswordManager() |
Modifier and Type | Method and Description |
---|---|
TransientRepoPassword |
getCurrentAuthRepoPassword(UUID serverRepositoryId,
UUID clientRepositoryId) |
protected int |
getEarlyRenewalPeriod() |
protected int |
getExpiryTimerPeriod() |
static TransientRepoPasswordManager |
getInstance() |
protected int |
getRenewalPeriod() |
protected int |
getValidityPeriod() |
boolean |
isPasswordValid(UUID serverRepositoryId,
UUID clientRepositoryId,
char[] password) |
public static final String CONFIG_KEY_VALIDITIY_PERIOD
public static final String CONFIG_KEY_RENEWAL_PERIOD
public static final String CONFIG_KEY_EARLY_RENEWAL_PERIOD
public static final String CONFIG_KEY_EXPIRY_TIMER_PERIOD
protected TransientRepoPasswordManager()
public static TransientRepoPasswordManager getInstance()
public TransientRepoPassword getCurrentAuthRepoPassword(UUID serverRepositoryId, UUID clientRepositoryId)
public boolean isPasswordValid(UUID serverRepositoryId, UUID clientRepositoryId, char[] password)
protected int getValidityPeriod()
protected int getRenewalPeriod()
protected int getEarlyRenewalPeriod()
protected int getExpiryTimerPeriod()
Copyright © 2013-2014. All Rights Reserved.