String
Spring Module 1.5 Reference - Mule 4
The Spring module enables Mule apps to use the Spring framework.
Configurations
Config
Spring configuration that enables you to define a set of spring XML files and create an application context with objects to use in the Mule artifact.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
Name for this configuration. Connectors reference the configuration with this name. |
x |
||
Files |
String |
The Spring beans file. |
x |
Operations
Authorization Filter
<spring:authorization-filter>
Authorizes users against a required set of authorities.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Required Authorities |
String |
The authorities that grants the user further access to the flow, for example, |
x |
Throws
-
MULE:NOT_PERMITTED
-
MULE:SERVER_SECURITY
Types
Delegate Security Provider
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
Provider name to reference. |
x |
|
Delegate Ref |
String |
Spring security manager. |
x |