Updated website link as original node has gone

This commit is contained in:
Luke Taylor 2009-06-01 15:34:57 +00:00
parent 43144cd75d
commit 6a18254ded
1 changed files with 25 additions and 20 deletions

View File

@ -9,8 +9,8 @@
files individually from the central Maven repository. We'd recommend the former. You can get files individually from the central Maven repository. We'd recommend the former. You can get
the source as described in <link xlink:href="#get-source">the introduction</link> and it's the source as described in <link xlink:href="#get-source">the introduction</link> and it's
easy to build the project using Maven. There is more information on the project web site at easy to build the project using Maven. There is more information on the project web site at
<link xlink:href="http://www.springframework.org/spring-security/"> <link xlink:href="http://www.springsource.org/security/">
http://www.springframework.org/spring-security/ </link> if you need it. All paths http://www.springsource.org/security/ </link> if you need it. All paths
referred to in this chapter are relative to the source directory, once you have checked it referred to in this chapter are relative to the source directory, once you have checked it
out from subversion. </para> out from subversion. </para>
<section xml:id="tutorial-sample"> <section xml:id="tutorial-sample">
@ -45,24 +45,29 @@
and passwords are suggested on that page. Simply authenticate with any of these and view and passwords are suggested on that page. Simply authenticate with any of these and view
the resulting page. It should contain a success message similar to the following: the resulting page. It should contain a success message similar to the following:
<literallayout> <literallayout>
Authentication object is of type: org.springframework.security.authentication.UsernamePasswordAuthenticationToken Security Debug Information
Authentication object as a String: Authentication object is of type:
org.springframework.security.providers.UsernamePasswordAuthenticationToken@1f127853: org.springframework.security.authentication.UsernamePasswordAuthenticationToken
Principal: org.springframework.security.userdetails.User@b07ed00:
Username: rod; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; Authentication object as a String:
credentialsNonExpired: true; AccountNonLocked: true;
Granted Authorities: ROLE_SUPERVISOR, ROLE_USER; Password: [PROTECTED]; Authenticated: true; org.springframework.security.authentication.UsernamePasswordAuthenticationToken@1f127853:
Details: org.springframework.security.ui.WebAuthenticationDetails@0: Principal: org.springframework.security.core.userdetails.User@b07ed00: Username: rod; \
RemoteIpAddress: 127.0.0.1; SessionId: k5qypsawgpwb; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true;
Granted Authorities: ROLE_SUPERVISOR, ROLE_USER credentialsNonExpired: true; AccountNonLocked: true; \
Granted Authorities: ROLE_SUPERVISOR, ROLE_USER; \
Authentication object holds the following granted authorities: Password: [PROTECTED]; Authenticated: true; \
Details: org.springframework.security.web.authentication.WebAuthenticationDetails@0: \
ROLE_SUPERVISOR (getAuthority(): ROLE_SUPERVISOR) RemoteIpAddress: 127.0.0.1; SessionId: 8fkp8t83ohar; \
ROLE_USER (getAuthority(): ROLE_USER) Granted Authorities: ROLE_SUPERVISOR, ROLE_USER
SUCCESS! Your web filters appear to be properly configured! Authentication object holds the following granted authorities:
ROLE_SUPERVISOR (getAuthority(): ROLE_SUPERVISOR)
ROLE_USER (getAuthority(): ROLE_USER)
Success! Your web filters appear to be properly configured!
</literallayout></para> </literallayout></para>
<para>Once you successfully receive the above message, return to the sample application's <para>Once you successfully receive the above message, return to the sample application's
home page and click "Manage". You can then try out the application. Notice that only the home page and click "Manage". You can then try out the application. Notice that only the