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
Modifier and TypeMethodDescription@NotNull String
Get the current security token for this Bamboo instance.void
Generate a new security token for this Bamboo instance.
-
Method Details
-
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.
-