1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-1062: Added authentication-success-handler-ref and authentication-failure-handler-ref to the namespace definition.

This commit is contained in:
Luke Taylor
2008-12-15 00:56:17 +00:00
parent a0bcf7184c
commit fcc68e636e
3 changed files with 1561 additions and 1508 deletions
@@ -310,6 +310,13 @@ form-login.attlist &=
form-login.attlist &=
## The URL for the login failure page. If no login failure URL is specified, Spring Security will automatically create a failure login URL at /spring_security_login?login_error and a corresponding filter to render that login failure URL when requested.
attribute authentication-failure-url {xsd:string}?
form-login.attlist &=
## Reference to an AuthenticationSuccessHandler bean which should be used to handle a successful authentication request. Should not be used in combination with default-target-url (or always-use-default-target-url) as the implementation should always deal with navigation to the subsequent destination
attribute authentication-success-handler-ref {xsd:string}?
form-login.attlist &=
## Reference to an AuthenticationFailureHandler bean which should be used to handle a failed authentication request. Should not be used in combination with authentication-failure-url as the implementation should always deal with navigation to the subsequent destination
attribute authentication-failure-handler-ref {xsd:string}?
openid-login =
## Sets up form login for authentication with an Open ID identity
File diff suppressed because it is too large Load Diff