org.acegisecurity.userdetails.memory
Class UserAttributeEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.acegisecurity.userdetails.memory.UserAttributeEditor
- All Implemented Interfaces:
- PropertyEditor
public class UserAttributeEditor
- extends PropertyEditorSupport
Property editor that creates a UserAttribute from a comma separated
list of values.
- Version:
- $Id: UserAttributeEditor.java,v 1.6 2005/11/29 13:10:09 benalex Exp $
- Author:
- Ben Alex
| 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 |
UserAttributeEditor
public UserAttributeEditor()
setAsText
public void setAsText(String s)
throws IllegalArgumentException
- Specified by:
setAsText in interface PropertyEditor- Overrides:
setAsText in class PropertyEditorSupport
- Throws:
IllegalArgumentException
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.