public class

ConfigureRemoteAgentAuthentications

extends AbstractRemoteAgentAuthenticationAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.configuration.GlobalAdminAction
         ↳ com.atlassian.bamboo.configuration.agent.AbstractRemoteAgentAuthenticationAction
           ↳ com.atlassian.bamboo.configuration.agent.ConfigureRemoteAgentAuthentications

Class Overview

Webwork action to configure (approve/revoke approval) remote agent authentications.

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.configuration.agent.AbstractRemoteAgentAuthenticationAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ConfigureRemoteAgentAuthentications()
Public Methods
String doApprove()
String doDefault()
Default action just sends to the input@return
String doRevokeApproval()
void setApprove(String approveAction)
void setAuthenticationUuid(String selectedSingleAuthentication)
void setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager)
void setRemoteAgentAuthentications(String[] selectedAuthentications)
void setRevokeApproval(String revokeApprovalAction)
Protected Methods
RemoteAgentAuthentication findAuthentication(UUID uuid)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.configuration.agent.AbstractRemoteAgentAuthenticationAction
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public ConfigureRemoteAgentAuthentications ()

Public Methods

public String doApprove ()

public String doDefault ()

Default action just sends to the input@return

Throws
Exception

public String doRevokeApproval ()

public void setApprove (String approveAction)

public void setAuthenticationUuid (String selectedSingleAuthentication)

public void setRemoteAgentAuthenticationManager (RemoteAgentAuthenticationManager remoteAgentAuthenticationManager)

public void setRemoteAgentAuthentications (String[] selectedAuthentications)

public void setRevokeApproval (String revokeApprovalAction)

Protected Methods

protected RemoteAgentAuthentication findAuthentication (UUID uuid)