Class RequestMatcherEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.security.web.util.matcher.RequestMatcherEditor
- All Implemented Interfaces:
PropertyEditor
PropertyEditor which creates ELRequestMatcher instances from Strings
This allows to use a String in a BeanDefinition instead of an (inner) bean if a
RequestMatcher is required, e.g. in
DelegatingAuthenticationEntryPoint
- Since:
- 3.0.2
-
Constructor Summary
-
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
-
RequestMatcherEditor
public RequestMatcherEditor()
-
-
Method Details
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Throws:
IllegalArgumentException
-