org.apereo.cas.interrupt.InterruptInquiryExecutionPlanConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-server-support-interrupt-api Show documentation
Show all versions of cas-server-support-interrupt-api Show documentation
cas-server-support-interrupt-api
The newest version!
package org.apereo.cas.interrupt;
import org.apereo.cas.util.NamedObject;
/**
* This is {@link InterruptInquiryExecutionPlanConfigurer}.
*
* @author Misagh Moayyed
* @since 6.0.0
*/
@FunctionalInterface
public interface InterruptInquiryExecutionPlanConfigurer extends NamedObject {
/**
* Configure interrupt inquiry execution plan.
*
* @param plan the plan
*/
void configureInterruptInquiryExecutionPlan(InterruptInquiryExecutionPlan plan);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy