Package io.datarouter.auth.config
Class DatarouterAuthSettingRoot
java.lang.Object
io.datarouter.storage.setting.SettingNode
io.datarouter.storage.setting.SettingRoot
io.datarouter.auth.config.DatarouterAuthSettingRoot
- All Implemented Interfaces:
io.datarouter.plugin.PluginConfigValue<io.datarouter.storage.setting.SettingRoot>
@Singleton
public class DatarouterAuthSettingRoot
extends io.datarouter.storage.setting.SettingRoot
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.storage.setting.SettingRoot
io.datarouter.storage.setting.SettingRoot.SettingRootFinder -
Field Summary
Fields Modifier and Type Field Description io.datarouter.storage.setting.cached.CachedSetting<Boolean>runConfigurationScanReportEmailJobio.datarouter.storage.setting.cached.CachedSetting<Boolean>runDatarouterAccountLastUsedFlushJobio.datarouter.storage.setting.cached.CachedSetting<Boolean>runSamlAuthnRequestRedirectUrlVacuumJobio.datarouter.storage.setting.cached.CachedSetting<Boolean>runUserSessionVacuumJobio.datarouter.storage.setting.cached.CachedSetting<Boolean>shouldUseDatarouterAccountCredentialInsteadOfDatarouterAccountFields inherited from class io.datarouter.storage.setting.SettingRoot
KEYFields inherited from class io.datarouter.storage.setting.SettingNode
finder -
Constructor Summary
Constructors Constructor Description DatarouterAuthSettingRoot(io.datarouter.storage.setting.SettingFinder finder) -
Method Summary
Methods inherited from class io.datarouter.storage.setting.SettingRoot
getDescendants, getKey, getMostRecentAncestorNode, getNode, getRootNodesByCategory, getRootNodesSortedByShortName, getSettingByName, getSettingCategory, isRecognized, isRecognizedRootNameMethods inherited from class io.datarouter.storage.setting.SettingNode
defaultTo, findParentName, getChildren, getDescendantsByName, getDescendantSettingByName, getListChildren, getListSettings, getMostRecentAncestorNodeByName, getName, getNodeByName, getParentName, getSettings, getShortName, register, registerBoolean, registerBooleans, registerChild, registerCommaSeparatedString, registerCommaSeparatedStrings, registerDouble, registerDoubles, registerDuration, registerDurations, registerInteger, registerIntegers, registerLong, registerLongs, registerString, registerStrings
-
Field Details
-
runSamlAuthnRequestRedirectUrlVacuumJob
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> runSamlAuthnRequestRedirectUrlVacuumJob -
runDatarouterAccountLastUsedFlushJob
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> runDatarouterAccountLastUsedFlushJob -
runUserSessionVacuumJob
-
runConfigurationScanReportEmailJob
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> runConfigurationScanReportEmailJob -
shouldUseDatarouterAccountCredentialInsteadOfDatarouterAccount
public final io.datarouter.storage.setting.cached.CachedSetting<Boolean> shouldUseDatarouterAccountCredentialInsteadOfDatarouterAccount
-
-
Constructor Details
-
DatarouterAuthSettingRoot
@Inject public DatarouterAuthSettingRoot(io.datarouter.storage.setting.SettingFinder finder)
-