parent
0abc54c7de
commit
7c0ba58019
|
@ -291,7 +291,7 @@ websocket-message-broker.attrlist &=
|
|||
websocket-message-broker.attrlist &=
|
||||
## Disables the requirement for CSRF token to be present in the Stomp headers (default false). Changing the default is useful if it is necessary to allow other origins to make SockJS connections.
|
||||
attribute same-origin-disabled {xsd:boolean}?
|
||||
websocket-message-broker.attlist &=
|
||||
websocket-message-broker.attrlist &=
|
||||
## Use this AuthorizationManager instead of deriving one from <intercept-message> elements
|
||||
attribute authorization-manager-ref {xsd:string}?
|
||||
websocket-message-broker.attrlist &=
|
||||
|
|
|
@ -917,13 +917,13 @@
|
|||
</xs:attribute>
|
||||
<xs:attribute name="authorization-manager-ref" type="xs:string">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Use this instance of AuthorizationManager instead of the `intercept-message` elements
|
||||
<xs:documentation>Use this AuthorizationManager instead of deriving one from <intercept-message> elements
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="use-authorization-manager" type="xs:boolean">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Uses AuthorizationManager API in favor of legacy authorization APIs
|
||||
<xs:documentation>Use AuthorizationManager API instead of SecurityMetadatasource
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
|
|
Loading…
Reference in New Issue