org.apereo.cas.api.AuthenticationRiskContingencyResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-server-support-electrofence Show documentation
Show all versions of cas-server-support-electrofence Show documentation
cas-server-support-electrofence
The newest version!
package org.apereo.cas.api;
import org.springframework.webflow.execution.Event;
/**
* This is {@link AuthenticationRiskContingencyResponse}.
*
* @author Misagh Moayyed
* @since 5.1.0
*/
public record AuthenticationRiskContingencyResponse(Event result) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy