Uses of Interface
com.identityworksllc.iiq.common.plugin.PluginAuthorizationCheck
-
Packages that use PluginAuthorizationCheck Package Description com.identityworksllc.iiq.common.plugin -
-
Uses of PluginAuthorizationCheck in com.identityworksllc.iiq.common.plugin
Methods in com.identityworksllc.iiq.common.plugin that return PluginAuthorizationCheck Modifier and Type Method Description PluginAuthorizationCheck
BaseCommonPluginResource. getPluginAuthorizationCheck()
Retrieves thePluginAuthorizationCheck
previously set by a subclass.Methods in com.identityworksllc.iiq.common.plugin with parameters of type PluginAuthorizationCheck Modifier and Type Method Description void
BaseCommonPluginResource. setPluginAuthorizationCheck(PluginAuthorizationCheck pluginAuthorizationCheck)
Sets the plugin authorization checker.
-