1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Minor portlet-related changes suggested by John Lewis: Javadoc and default values of booleans.

This commit is contained in:
Luke Taylor
2008-03-31 10:10:13 +00:00
parent c9b6fe9555
commit 07f820f1a6
3 changed files with 5 additions and 39 deletions
@@ -117,7 +117,7 @@ public class PreAuthenticatedAuthenticationProvider implements AuthenticationPro
/**
* If true, causes the provider to throw a BadCredentialsException if the presented authentication
* request is invalid (contains a null principal or credentials). Otherwise it will just return
* null.
* null. Defaults to false.
*/
public void setThrowExceptionWhenTokenRejected(boolean throwExceptionWhenTokenRejected) {
this.throwExceptionWhenTokenRejected = throwExceptionWhenTokenRejected;