public class AMConfiguration extends Configuration
Configuration.Parameters
Constructor and Description |
---|
AMConfiguration(Configuration config)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addToListenersMap(String name,
Object listener)
Adds listener to listeners Map.
|
AppConfigurationEntry[] |
getAppConfigurationEntry(String configName)
Retrieve an array of
AppConfigurationEntries which
corresponds to the configuration of LoginModules for this
application. |
void |
processListenerEvent(String name)
Processes listener event, this method will remove configuration from
the configuration cache, also remove the listener from the listened
object, such as
AMUser , AMRole , or SM Service. |
void |
refresh()
Refreshes and reloads the Configuration.
|
getConfiguration, getInstance, getInstance, getInstance, getParameters, getProvider, getType, setConfiguration
public AMConfiguration(Configuration config)
config
- base authentication configuration.public AppConfigurationEntry[] getAppConfigurationEntry(String configName)
AppConfigurationEntries
which
corresponds to the configuration of LoginModules
for this
application.getAppConfigurationEntry
in class Configuration
configName
- Configuration name used to index the Configuration.AppConfigurationEntries
which
corresponds to the configuration of LoginModules
for this application, or null if this application has no
configured LoginModules
.public void refresh()
refresh
in class Configuration
public void processListenerEvent(String name)
AMUser
, AMRole
, or SM Service.name
- Configuration name.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.