Package com.atlassian.bamboo.agent
Interface AgentSecurityTokenService
-
- All Known Implementing Classes:
AgentSecurityTokenServiceImpl
public interface AgentSecurityTokenService
Service related to security tokens used by remote agents for preliminary authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
getSecurityToken()
Get the current security token for this Bamboo instance.void
resetSecurityToken()
Generate a new security token for this Bamboo instance.
-
-
-
Method Detail
-
getSecurityToken
@NotNull @NotNull String getSecurityToken()
Get the current security token for this Bamboo instance.
-
resetSecurityToken
void resetSecurityToken()
Generate a new security token for this Bamboo instance. Note that this is a very invasive operation and might cause all remote agents to be unable to connect to this Bamboo instance until the correct token is used.
-
-