Hello, we are handling a custom handler to acredit us by database, but when importing: import org.apereo.cas.authentication.HandlerResult; when it compiles I get:
[ERROR] Failed to execute goal org.apache.maven.plugins: maven-compiler-plugin: 3.3: compile (default-compile) on project cas-overlay: Compilation failure
[ERROR] /opt/workspace/cas-overlay-template/src/main/java/com/elpais/cas/ClientAuthenticationHandler.java:[47,37] can not find symbol
[ERROR] symbol: class HandlerResult
[ERROR] location: package org.apereo.cas.authentication
Please can guide me how I can solve it?
Thanks in advance