Help with AbstractJdbcUsernamePasswordAuthenticationHandler

16 views
Skip to first unread message

Jeffrey Ramsay

unread,
Oct 24, 2020, 2:05:29 PM10/24/20
to CAS Community
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?


Thanks,
-Jeff  

Misagh Moayyed

unread,
Nov 6, 2020, 11:27:15 AM11/6/20
to CAS Community
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.
Reply all
Reply to author
Forward
0 new messages