Quick update: I'll be tweaking the build on 4.0x branch to start regenerating docs. Stay tuned.
-----Original Message----- From: Misagh Moayyed [mailto:[email protected]] Sent: Tuesday, July 22, 2014 10:14 AM To: [email protected] Subject: RE: [cas-user] cas 4 javadocs status (beta?) I'll get this fixed today. It's possible that the Javadoc generation failed to check in the changes because of a CI build failure. -----Original Message----- From: dano [mailto:[email protected]] Sent: Tuesday, July 22, 2014 9:06 AM To: [email protected] Subject: [cas-user] cas 4 javadocs status (beta?) Quick question regarding the docs (are these considered final?) Looking at: http://jasig.github.io/cas/4.0.0/javadocs/apidocs/org/jasig/cas/authentication/handler/support/AbstractUsernamePasswordAuthenticationHandler.html The method is defined as: protected abstract Principal authenticateUsernamePasswordInternal(String username, String password) throws GeneralSecurityException, PreventedException But looking at the actual source (the return type is HandlerResult and not Principal) protected abstract HandlerResult authenticateUsernamePasswordInternal(final UsernamePasswordCredential transformedCredential) throws GeneralSecurityException, PreventedException; -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
