public class

UserAttributeEditor

extends PropertyEditorSupport
java.lang.Object
   ↳ java.beans.PropertyEditorSupport
     ↳ org.springframework.security.core.userdetails.memory.UserAttributeEditor

Class Overview

Property editor that creates a UserAttribute from a comma separated list of values.

Summary

Public Constructors
UserAttributeEditor()
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 UserAttributeEditor ()

Public Methods

public void setAsText (String s)