org.apache.geronimo.security.deploy
Class LoginDomainPrincipalInfo.LoginDomainPrincipalEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport
          extended by org.apache.geronimo.security.deploy.LoginDomainPrincipalInfo.LoginDomainPrincipalEditor
All Implemented Interfaces:
PropertyEditor
Enclosing class:
LoginDomainPrincipalInfo

public static class LoginDomainPrincipalInfo.LoginDomainPrincipalEditor
extends org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport


Constructor Summary
LoginDomainPrincipalInfo.LoginDomainPrincipalEditor()
           
 
Method Summary
 String getAsText()
           
 void setAsText(String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, 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

LoginDomainPrincipalInfo.LoginDomainPrincipalEditor

public LoginDomainPrincipalInfo.LoginDomainPrincipalEditor()
Method Detail

setAsText

public void setAsText(String text)
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class org.apache.geronimo.common.propertyeditor.TextPropertyEditorSupport

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport


Copyright © 2006 Apache Software Foundation. All Rights Reserved.