Package oracle.security.am.plugin.impl
Class AccessibilityData
java.lang.Object
oracle.security.am.plugin.impl.AccessibilityData
- All Implemented Interfaces:
GenericPluginState
The AccessibilityData class is an OOTB implementation to save the accessibility settings.
This implements the GenericPluginState and is used to process the data from the page.
It also publishes the data got from the page to the specific accessibility namespace attributes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init<wbr>(AuthenticationContext context)
Initialize the class with the authentication context.process()
Process the class data into a form so that it's value can be saved into the namespace by the plugin.
-
Constructor Details
-
AccessibilityData
public AccessibilityData()
-
-
Method Details
-
init
Description copied from interface:GenericPluginState
Initialize the class with the authentication context. The plugin calls this method on the implementation class. The plugin instance configuration data and state data obtained by the plugin is made available to the class via the context. The implementation class looks for specific data and does necessary initializations via this method.- Specified by:
init
in interfaceGenericPluginState
- Parameters:
context
- : plugin authentication context
-
process
Description copied from interface:GenericPluginState
Process the class data into a form so that it's value can be saved into the namespace by the plugin. If the class does not find some of the data that it is expecting, this method will throw an error with the name of the missing data. It also publishes the data got from the page to the specific namespace attributes.- Specified by:
process
in interfaceGenericPluginState
- Throws:
PluginRuntimeException
-