public class UserStorageProviderModel extends CacheableStorageProviderModel
CacheableStorageProviderModel.CachePolicy
Modifier and Type | Field and Description |
---|---|
static String |
CHANGED_SYNC_PERIOD |
static String |
FULL_SYNC_PERIOD |
static String |
IMPORT_ENABLED |
static String |
LAST_SYNC |
CACHE_INVALID_BEFORE, CACHE_POLICY, ENABLED, EVICTION_DAY, EVICTION_HOUR, EVICTION_MINUTE, MAX_LIFESPAN
comparator, PRIORITY
Constructor and Description |
---|
UserStorageProviderModel() |
UserStorageProviderModel(ComponentModel copy) |
Modifier and Type | Method and Description |
---|---|
int |
getChangedSyncPeriod() |
int |
getFullSyncPeriod() |
int |
getLastSync() |
boolean |
isImportEnabled() |
void |
setChangedSyncPeriod(int changedSyncPeriod) |
void |
setFullSyncPeriod(int fullSyncPeriod) |
void |
setImportEnabled(boolean flag) |
void |
setLastSync(int lastSync) |
dailyEvictionBoundary, dailyTimeout, getCacheInvalidBefore, getCachePolicy, getEvictionDay, getEvictionHour, getEvictionMinute, getLifespan, getMaxLifespan, isEnabled, setCacheInvalidBefore, setCachePolicy, setEnabled, setEvictionDay, setEvictionHour, setEvictionMinute, setMaxLifespan, shouldInvalidate, weeklyTimeout
getPriority, parsePriority, setPriority
contains, get, get, get, get, get, getConfig, getId, getName, getNote, getParentId, getProviderId, getProviderType, getSubType, hasNote, put, put, put, put, setConfig, setId, setName, setNote, setParentId, setProviderId, setProviderType, setSubType
public static final String IMPORT_ENABLED
public static final String FULL_SYNC_PERIOD
public static final String CHANGED_SYNC_PERIOD
public static final String LAST_SYNC
public UserStorageProviderModel()
public UserStorageProviderModel(ComponentModel copy)
public boolean isImportEnabled()
public void setImportEnabled(boolean flag)
public int getFullSyncPeriod()
public void setFullSyncPeriod(int fullSyncPeriod)
public int getChangedSyncPeriod()
public void setChangedSyncPeriod(int changedSyncPeriod)
public int getLastSync()
public void setLastSync(int lastSync)
Copyright © 2019 JBoss by Red Hat. All rights reserved.