Uses of Class
com.identityworksllc.iiq.common.plugin.annotations.AuthorizedBy
-
Packages that use AuthorizedBy Package Description com.identityworksllc.iiq.common.plugin Resources and utilities for plugin developmentcom.identityworksllc.iiq.common.plugin.annotations Additional access-related annotations for plugin REST API methods -
-
Uses of AuthorizedBy in com.identityworksllc.iiq.common.plugin
Methods in com.identityworksllc.iiq.common.plugin with parameters of type AuthorizedBy Modifier and Type Method Description protected booleanBaseCommonPluginResource. isAuthorized(AuthorizedBy annotation, sailpoint.object.Identity me)Checks the provided annotation to see whether the given Identity is authorized per that annotation’s criteria. -
Uses of AuthorizedBy in com.identityworksllc.iiq.common.plugin.annotations
Methods in com.identityworksllc.iiq.common.plugin.annotations that return AuthorizedBy Modifier and Type Method Description AuthorizedBy[]value()The list of authorizationsAuthorizedBy[]value()
-