Uses of Interface
com.identityworksllc.iiq.common.plugin.BaseCommonPluginResource.PluginAction
- 
Packages that use BaseCommonPluginResource.PluginAction Package Description com.identityworksllc.iiq.common.plugin  - 
- 
Uses of BaseCommonPluginResource.PluginAction in com.identityworksllc.iiq.common.plugin
Methods in com.identityworksllc.iiq.common.plugin with parameters of type BaseCommonPluginResource.PluginAction Modifier and Type Method Description protected javax.ws.rs.core.ResponseBaseCommonPluginResource. handle(BaseCommonPluginResource.PluginAction action)A wrapper method to handle plugin inputs.protected javax.ws.rs.core.ResponseBaseCommonPluginResource. handle(sailpoint.authorization.Authorizer authorizer, BaseCommonPluginResource.PluginAction action)This method is responsible for executing the given action after checking the Authorizers. 
 -