SEC-2826: Add remember-me-cookie attribute in xml namespace

This commit is contained in:
Kazuki Shimizu
2015-01-31 23:18:47 +09:00
committed by Rob Winch
parent d2fd852711
commit 67cd8465c3
5 changed files with 51 additions and 4 deletions

View File

@@ -586,6 +586,9 @@ remember-me.attlist &=
remember-me.attlist &=
## The name of the request parameter which toggles remember-me authentication. Defaults to '_spring_security_remember_me'.
attribute remember-me-parameter {xsd:token}?
remember-me.attlist &=
## The name of cookie which store the token for remember-me authentication. Defaults to 'SPRING_SECURITY_REMEMBER_ME_COOKIE'.
attribute remember-me-cookie {xsd:token}?
token-repository-ref =
## Reference to a PersistentTokenRepository bean for use with the persistent token remember-me implementation.

View File

@@ -1827,6 +1827,13 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="remember-me-cookie" type="xs:token">
<xs:annotation>
<xs:documentation>The name of cookie which store the token for remember-me authentication. Defaults to
'SPRING_SECURITY_REMEMBER_ME_COOKIE'.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="token-repository-ref">
<xs:attribute name="token-repository-ref" use="required" type="xs:token">