Class EditRemoteAgentAuthenticationIp

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class EditRemoteAgentAuthenticationIp extends AbstractRemoteAgentAuthenticationAction
Webwork action to configure (approve/revoke approval) remote agent authentications.
Since:
3.4
See Also:
  • Constructor Details

    • EditRemoteAgentAuthenticationIp

      public EditRemoteAgentAuthenticationIp()
  • Method Details

    • input

      public String input() throws Exception
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • editIp

      public String editIp()
    • onAuthenticationNotFound

      protected void onAuthenticationNotFound(String uuid, UUID parsedUuid)
      Overrides:
      onAuthenticationNotFound in class AbstractRemoteAgentAuthenticationAction
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • getIpAddress

      public String getIpAddress()
    • getAuthenticationUuid

      public String getAuthenticationUuid()
    • setAuthenticationUuid

      public void setAuthenticationUuid(String authenticationUuid)
    • isInitError

      public boolean isInitError()