public interface GenericPluginState
Modifier and Type | Method and Description |
---|---|
void |
init(AuthenticationContext context)
Initialize the class with the authentication context.
|
java.lang.String |
process()
Process the class data into a form so that it's value can be saved into the namespace by the plugin.
|
void init(AuthenticationContext context)
context:
- plugin authentication contextjava.lang.String process() throws PluginRuntimeException
PluginRuntimeException