Browse Source

updated javadoc to reflect proper value of getPrincipal

1.0.x
Scott Battaglia 20 years ago
parent
commit
b0d4cbceac
  1. 2
      core/src/main/java/org/acegisecurity/providers/cas/CasAuthenticationToken.java

2
core/src/main/java/org/acegisecurity/providers/cas/CasAuthenticationToken.java

@ -50,7 +50,7 @@ public class CasAuthenticationToken extends AbstractAuthenticationToken @@ -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 <code>null</code>)
* @param principal typically the UserDetails object (cannot be <code>null</code>)
* @param credentials the service/proxy ticket ID from CAS (cannot be
* <code>null</code>)
* @param authorities the authorities granted to the user (from {@link

Loading…
Cancel
Save