|
@@ -16,7 +16,7 @@ path-type =
|
|
attribute path-type {"ant" | "regex"}
|
|
attribute path-type {"ant" | "regex"}
|
|
port =
|
|
port =
|
|
## Specifies an IP port number. Used to configure an embedded LDAP server, for example.
|
|
## Specifies an IP port number. Used to configure an embedded LDAP server, for example.
|
|
- attribute port { xsd:integer }
|
|
|
|
|
|
+ attribute port { xsd:string }
|
|
url =
|
|
url =
|
|
## Specifies a URL.
|
|
## Specifies a URL.
|
|
attribute url { xsd:string }
|
|
attribute url { xsd:string }
|
|
@@ -333,7 +333,7 @@ concurrent-session-control =
|
|
## Adds support for concurrent session control, allowing limits to be placed on the number of sessions a user can have.
|
|
## Adds support for concurrent session control, allowing limits to be placed on the number of sessions a user can have.
|
|
element concurrent-session-control {concurrent-sessions.attlist, empty}
|
|
element concurrent-session-control {concurrent-sessions.attlist, empty}
|
|
concurrent-sessions.attlist &=
|
|
concurrent-sessions.attlist &=
|
|
- attribute max-sessions {xsd:positiveInteger}?
|
|
|
|
|
|
+ attribute max-sessions {xsd:string}?
|
|
concurrent-sessions.attlist &=
|
|
concurrent-sessions.attlist &=
|
|
## The URL a user will be redirected to if they attempt to use a session which has been "expired" by the concurrent session controller.
|
|
## The URL a user will be redirected to if they attempt to use a session which has been "expired" by the concurrent session controller.
|
|
attribute expired-url {xsd:string}?
|
|
attribute expired-url {xsd:string}?
|
|
@@ -362,7 +362,7 @@ remember-me.attlist &=
|
|
|
|
|
|
remember-me.attlist &=
|
|
remember-me.attlist &=
|
|
## The period (in seconds) for which the remember-me cookie should be valid.
|
|
## The period (in seconds) for which the remember-me cookie should be valid.
|
|
- attribute token-validity-seconds {xsd:positiveInteger}?
|
|
|
|
|
|
+ attribute token-validity-seconds {xsd:string}?
|
|
|
|
|
|
token-repository-ref =
|
|
token-repository-ref =
|
|
## Reference to a PersistentTokenRepository bean for use with the persistent token remember-me implementation.
|
|
## Reference to a PersistentTokenRepository bean for use with the persistent token remember-me implementation.
|
|
@@ -396,9 +396,9 @@ port-mappings.attlist &= empty
|
|
port-mapping =
|
|
port-mapping =
|
|
element port-mapping {http-port, https-port}
|
|
element port-mapping {http-port, https-port}
|
|
|
|
|
|
-http-port = attribute http {xsd:integer}
|
|
|
|
|
|
+http-port = attribute http {xsd:string}
|
|
|
|
|
|
-https-port = attribute https {xsd:integer}
|
|
|
|
|
|
+https-port = attribute https {xsd:string}
|
|
|
|
|
|
|
|
|
|
x509 =
|
|
x509 =
|