[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Sat Mar 24 19:47:17 EDT 2007


  User: sbryzak2
  Date: 07/03/24 19:47:17

  Modified:    doc/reference/en/modules  security.xml
  Log:
  JBSEAM-1098
  
  Revision  Changes    Path
  1.53      +61 -0     jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -b -r1.52 -r1.53
  --- security.xml	10 Mar 2007 00:50:36 -0000	1.52
  +++ security.xml	24 Mar 2007 23:47:17 -0000	1.53
  @@ -390,6 +390,67 @@
     </sect1>
   
     <sect1>
  +    <title>Error Messages</title>
  +    
  +    <para>
  +      The security API produces a number of default faces messages for various security-related events.  
  +      The following table lists the message keys that can be used to override these messages by specifying 
  +      them in a <literal>message.properties</literal> resource file.
  +    </para>
  +    
  +    <table>
  +      <title>Security Message Keys</title>
  +  
  +      <tgroup cols="2">
  +        <colspec colnum="1" colwidth="1*" />
  +        <colspec colnum="2" colwidth="3*" />
  +  
  +        <tbody>
  +  
  +          <row>
  +            <entry>
  +              <para>
  +                <literal>org.jboss.seam.loginSuccessful</literal>
  +              </para>
  +            </entry>    
  +            <entry>
  +              <para>
  +                This message is produced when a user successfully logs in via the security API.
  +              </para>
  +            </entry>
  +          </row>
  +          <row>
  +            <entry>
  +              <para>
  +                <literal>org.jboss.seam.loginFailed</literal>
  +              </para>
  +            </entry>    
  +            <entry>
  +              <para>
  +                This message is produced when the login process fails, either because the user provided an
  +                incorrect username or password, or because authentication failed in some other way.
  +              </para>
  +            </entry>
  +          </row>
  +          <row>
  +            <entry>
  +              <para>
  +                <literal>org.jboss.seam.NotLoggedIn</literal>
  +              </para>
  +            </entry>    
  +            <entry>
  +              <para>
  +                This message is produced when a user attempts to perform an action or access a page that requires
  +                a security check, and the user is not currently authenticated.
  +              </para>
  +            </entry>
  +          </row>          
  +        </tbody>
  +      </tgroup>
  +    </table>
  +  </sect1>
  +
  +  <sect1>
       <title>Authorization</title>
   
       <para>
  
  
  



More information about the jboss-cvs-commits mailing list