Class UpdateCustomAttributes

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class UpdateCustomAttributes extends BaseAction
Update Action specifically for Custom Directory Attributes
See Also:
  • Constructor Details

    • UpdateCustomAttributes

      public UpdateCustomAttributes()
  • Method Details

    • update

      public String update()
    • addAttribute

      public String addAttribute()
    • removeAttribute

      public String removeAttribute()
    • getAttributes

      public String[] getAttributes()
    • setAttributes

      public void setAttributes(String[] attributes)
    • getAttribute

      public String getAttribute()
    • setAttribute

      public void setAttribute(String attribute)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getID

      public long getID()
    • setID

      public void setID(long ID)
    • getDirectory

      public Directory getDirectory()