|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.EditRemoteAgentAuthenticationIp
public class EditRemoteAgentAuthenticationIp
Webwork action to configure (approve/revoke approval) remote agent authentications.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.configuration.agent.AbstractRemoteAgentAuthenticationAction |
---|
remoteAgentAuthenticationManager |
Fields inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
RESTRICTED_ADMIN_ACCESS_DENIED_ERROR |
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
administrationConfigurationManager, AGGREGATE_URL_PATTERN, bambooPermissionManager, bambooUserManager, BUILD_KEY_CONTEXT, buildDefinitionManager, cachedPlanManager, CONFIRM, cookieCutter, dashboardCachingManager, featureManager, PLAN_KEY_CONTEXT, planExecutionManager, planManager, projectManager, webInterfaceManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
EditRemoteAgentAuthenticationIp()
|
Method Summary | |
---|---|
java.lang.String |
doDefault()
Default action just sends to the input |
java.lang.String |
doEditIp()
|
java.lang.String |
getAuthenticationUuid()
|
java.lang.String |
getIpAddress()
|
boolean |
isInitError()
|
protected void |
onAuthenticationNotFound(java.lang.String uuid,
java.util.UUID parsedUuid)
|
void |
setAuthenticationUuid(java.lang.String authenticationUuid)
|
void |
setIpAddress(java.lang.String ipAddress)
|
Methods inherited from class com.atlassian.bamboo.configuration.agent.AbstractRemoteAgentAuthenticationAction |
---|
findAuthentication, findByUuid, safeParse, setRemoteAgentAuthenticationManager |
Methods inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
getSecuredDomainObject |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors |
Constructor Detail |
---|
public EditRemoteAgentAuthenticationIp()
Method Detail |
---|
public java.lang.String doDefault() throws java.lang.Exception
BambooActionSupport
doDefault
in class BambooActionSupport
java.lang.Exception
public java.lang.String doEditIp()
protected void onAuthenticationNotFound(java.lang.String uuid, java.util.UUID parsedUuid)
onAuthenticationNotFound
in class AbstractRemoteAgentAuthenticationAction
public void setIpAddress(java.lang.String ipAddress)
public java.lang.String getIpAddress()
public java.lang.String getAuthenticationUuid()
public void setAuthenticationUuid(java.lang.String authenticationUuid)
public boolean isInitError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |