You need to include the module that contains `AbstractJdbcUsernamePasswordAuthenticationHandler` in your build, and the module must be tagged and available for compile-time access. Look up the class in the repo, find the module and include it in the build.
On Saturday, October 24, 2020 at 10:05:29 PM UTC+4 [email protected] wrote: > Hello - > > I am stuck trying to use the > "AbstractJdbcUsernamePasswordAuthenticationHandler" as shown below which is > used in sources like "SearchModeSearchDatabaseAuthenticationHandler.java" > but not found on javadoc. > > : error: cannot find symbol > public class MyAuthenticationHandler extends > AbstractJdbcUsernamePasswordAuthenticationHandler { > ^ > symbol: class AbstractJdbcUsernamePasswordAuthenticationHandler > 1 error > > I am referencing sources at the link below and if that's no longer > accurate, what is? > > > https://github.com/apereo/cas/blob/6.2.x/support/cas-server-support-jdbc-authentication/src/main/java/org/apereo/cas/adaptors/jdbc/SearchModeSearchDatabaseAuthenticationHandler.java > > Thanks, > -Jeff > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ba7cd607-c22a-44ee-93fd-616f48acee8cn%40apereo.org.
