Class ControlRemoteAgentsAuthentication

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.configuration.GlobalAdminAction
com.atlassian.bamboo.configuration.agent.ControlRemoteAgentsAuthentication
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.Preparable, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class ControlRemoteAgentsAuthentication extends GlobalAdminAction implements com.opensymphony.xwork2.Preparable
See Also:
  • Constructor Details

    • ControlRemoteAgentsAuthentication

      public ControlRemoteAgentsAuthentication()
  • Method Details

    • prepare

      public void prepare() throws Exception
      Specified by:
      prepare in interface com.opensymphony.xwork2.Preparable
      Throws:
      Exception
    • enable

      public String enable() throws Exception
      Throws:
      Exception
    • disable

      public String disable() throws Exception
      Throws:
      Exception
    • getUnapprovedOnlineAgentsCount

      public int getUnapprovedOnlineAgentsCount()
    • isEnabling

      public boolean isEnabling()
    • setConfirmed

      public void setConfirmed(boolean confirmed)
    • setAutoApprove

      public void setAutoApprove(boolean autoApprove)
    • setRemoteAgentAuthenticationManager

      public void setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentManager)
    • setAgentManager

      public void setAgentManager(AgentManager agentManager)