public class LoginConfiguration extends Configuration
Modifier and Type | Class and Description |
---|---|
protected class |
LoginConfiguration.InstallContext |
static interface |
LoginConfiguration.Provider |
Configuration.Parameters
Modifier and Type | Field and Description |
---|---|
protected LoginConfiguration.InstallContext |
context |
protected AtomicInteger |
counter |
protected InheritableThreadLocal<LoginConfiguration.Provider> |
holder |
static LoginConfiguration |
INSTANCE |
Constructor and Description |
---|
LoginConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
cleanupThisThread() |
AppConfigurationEntry[] |
getAppConfigurationEntry(String name) |
void |
install(LoginConfiguration.Provider provider) |
void |
refresh() |
void |
uninstall() |
getConfiguration, getInstance, getInstance, getInstance, getParameters, getProvider, getType, setConfiguration
public static final LoginConfiguration INSTANCE
protected final AtomicInteger counter
protected final InheritableThreadLocal<LoginConfiguration.Provider> holder
protected LoginConfiguration.InstallContext context
public LoginConfiguration()
public AppConfigurationEntry[] getAppConfigurationEntry(String name)
getAppConfigurationEntry
in class Configuration
public void refresh()
refresh
in class Configuration
public void install(LoginConfiguration.Provider provider)
public void uninstall()
public void cleanupThisThread()
Copyright © 2015 Nuxeo SA. All rights reserved.