Interface PluginAuthorizationCheck

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface PluginAuthorizationCheck
    A functional interface to handle plugin authorization at a class level
    • Method Detail

      • checkAccess

        void checkAccess()
                  throws sailpoint.tools.GeneralException
        Executes the authorization check, intended to throw a UnauthorizedAccessException if not allowed
        Throws:
        sailpoint.authorization.UnauthorizedAccessException - If anything fails
        sailpoint.tools.GeneralException - if anything goes wrong