Class MethodSecurityMetadataSourceEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.mule.extension.spring.api.spring.editors.MethodSecurityMetadataSourceEditor
- All Implemented Interfaces:
PropertyEditor
Property editor to assist with the setup of a
MethodSecurityMetadataSource.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
MethodSecurityMetadataSourceEditor
public MethodSecurityMetadataSourceEditor()
-
-
Method Details
-
setAsText
Create a MapBasedMethodSecurityMetadataSource from configured text The syntax expected is a set of Java properties, eachof the form fully-qualified-method-name=comma-separated-list-of-ConfigAttributes- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport- Throws:
IllegalArgumentException
-