public class

ConfigAttributeEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.security.access.ConfigAttributeEditor

This class is deprecated.
No replacement.

Class Overview

A property editor that can create a populated List<ConfigAttribute> from a comma separated list of values.

Trims preceding and trailing spaces from presented command separated tokens, as this can be a source of hard-to-spot configuration issues for end users.

Summary

Public Constructors
ConfigAttributeEditor()
Public Methods
void setAsText(String s)
[Expand]
Inherited Methods
From class java.beans.PropertyEditorSupport
From class java.lang.Object
From interface java.beans.PropertyEditor

Public Constructors

public ConfigAttributeEditor ()

Public Methods

public void setAsText (String s)