Contact Us 1-800-596-4880

Spring Module Reference - Mule 4

Spring module v1.3

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

String

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, ROLE_ADMIN,ROLE_USER.

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

View on GitHub