Uses of Interface
com.identityworksllc.iiq.common.plugin.PluginValidationCheck
-
Packages that use PluginValidationCheck Package Description com.identityworksllc.iiq.common.plugin -
-
Uses of PluginValidationCheck in com.identityworksllc.iiq.common.plugin
Methods in com.identityworksllc.iiq.common.plugin with parameters of type PluginValidationCheck Modifier and Type Method Description protected void
BaseCommonPluginResource. validate(PluginValidationCheck check)
Performs some validation against the input, throwing an IllegalArgumentException if the validation logic returns false.protected void
BaseCommonPluginResource. validate(String failureMessage, PluginValidationCheck check)
Performs some validation against the input, throwing an IllegalArgumentException if the validation logic returns false.
-