Class UpdateTrustedProxies

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.admin.UpdateTrustedProxies
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 UpdateTrustedProxies extends BaseAction
Removes an address from the list of trusted proxies.
See Also:
  • Constructor Details

    • UpdateTrustedProxies

      public UpdateTrustedProxies()
  • Method Details

    • removeAddress

      public String removeAddress()
      Called once address has been set.
    • addAddress

      public String addAddress()
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • setTrustedProxyManager

      public void setTrustedProxyManager(TrustedProxyManager trustedProxyManager)
    • getAddresses

      public List<String> getAddresses()