org.mule.module.spring.security.editors
Class MethodSecurityMetadataSourceEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.mule.module.spring.security.editors.MethodSecurityMetadataSourceEditor
All Implemented Interfaces:
PropertyEditor

public class MethodSecurityMetadataSourceEditor
extends PropertyEditorSupport

Property editor to assist with the setup of a MethodSecurityMetadataSource.


Constructor Summary
MethodSecurityMetadataSourceEditor()
           
 
Method Summary
 void setAsText(String text)
          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
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSecurityMetadataSourceEditor

public MethodSecurityMetadataSourceEditor()
Method Detail

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
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:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport
Throws:
IllegalArgumentException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.