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