Interface IPolicyExecutionPoint

  • All Superinterfaces:
    IMyDataComponent

    public interface IPolicyExecutionPoint
    extends IMyDataComponent
    Policy Execution Points are used by the PDP to execute additional actions like sending an email.
    Author:
    Fraunhofer IESE
    • Method Detail

      • execute

        boolean execute​(ExecuteAction action)
                 throws IOException
        Execute an Action.
        Parameters:
        action - the action to be executed
        Returns:
        true if the action was executed, false otherwise
        Throws:
        IOException - Signals that an I/O exception has occurred.