Class AccessibilityData

java.lang.Object
oracle.security.am.plugin.impl.AccessibilityData
All Implemented Interfaces:
GenericPluginState

public class AccessibilityData extends Object implements 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 Details

    • AccessibilityData

      public AccessibilityData()
  • Method Details

    • init

      public void init<wbr>(AuthenticationContext context)
      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 interface GenericPluginState
      Parameters:
      context - : plugin authentication context
    • process

      public String process() throws PluginRuntimeException
      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 interface GenericPluginState
      Throws:
      PluginRuntimeException