
META-INF.mule-spring-security.xsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mule-module-spring-security Show documentation
Show all versions of mule-module-spring-security Show documentation
Mule Spring Security support exposes Spring Security Authentication providers
and Method interceptors to authenticate event traffic via endpoints and provide method level
authorization on components.
The newest version!
This is the security provider type that is used to configure spring-security related functionality.
An spring security-based security provider that delegates authorization to some
other provider.
Authenticate users via information in standard HTTP headers. Deprecated. Use http:basic-security-filter instead.
A reference to the security manager. If not specified uses the default one.
The delegate-security-provider to use for authenticating. Use this element
in case you have multiple security managers defined in your configuration.
Authorize users against a required set of authorities.
The authorities that are required for the user to be granted further access in the flow.