From b0d4cbceac175cb70a6d0e3df1870edad18bb459 Mon Sep 17 00:00:00 2001 From: Scott Battaglia Date: Tue, 28 Mar 2006 14:05:57 +0000 Subject: [PATCH] updated javadoc to reflect proper value of getPrincipal --- .../org/acegisecurity/providers/cas/CasAuthenticationToken.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/acegisecurity/providers/cas/CasAuthenticationToken.java b/core/src/main/java/org/acegisecurity/providers/cas/CasAuthenticationToken.java index 639dfc35d5..0ae8ad00de 100644 --- a/core/src/main/java/org/acegisecurity/providers/cas/CasAuthenticationToken.java +++ b/core/src/main/java/org/acegisecurity/providers/cas/CasAuthenticationToken.java @@ -50,7 +50,7 @@ public class CasAuthenticationToken extends AbstractAuthenticationToken * * @param key to identify if this object made by a given {@link * CasAuthenticationProvider} - * @param principal the username from CAS (cannot be null) + * @param principal typically the UserDetails object (cannot be null) * @param credentials the service/proxy ticket ID from CAS (cannot be * null) * @param authorities the authorities granted to the user (from {@link