浏览代码

SEC-523: Made sentence about where GrantedAuthority objects come from a bit clearer.

Luke Taylor 18 年之前
父节点
当前提交
70875a3c70
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/docbook/acegi.xml

+ 2 - 2
doc/docbook/acegi.xml

@@ -478,8 +478,8 @@ if (obj instanceof UserDetails) {
         <literal>ROLE_HR_SUPERVISOR</literal>. These roles are later on
         <literal>ROLE_HR_SUPERVISOR</literal>. These roles are later on
         configured for web authorization, method authorization and domain
         configured for web authorization, method authorization and domain
         object authorization. Other parts of Acegi Security are capable of
         object authorization. Other parts of Acegi Security are capable of
-        interpreting these authorities, and expect them to be present. You
-        will usually return <literal>GrantedAuthority</literal> objects from
+        interpreting these authorities, and expect them to be present. 
+        <literal>GrantedAuthority</literal> objects are usually loaded by
         the <literal>UserDetailsService</literal>.</para>
         the <literal>UserDetailsService</literal>.</para>
 
 
         <para>Usually the <literal>GrantedAuthority</literal> objects are
         <para>Usually the <literal>GrantedAuthority</literal> objects are