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

Reply via email to