Uses of Interface
com.atlassian.bamboo.agent.AgentSecurityTokenService
-
Packages that use AgentSecurityTokenService Package Description com.atlassian.bamboo.agent com.atlassian.bamboo.plugins.testutils.rest.resource.agent com.atlassian.bamboo.spring -
-
Uses of AgentSecurityTokenService in com.atlassian.bamboo.agent
Classes in com.atlassian.bamboo.agent that implement AgentSecurityTokenService Modifier and Type Class Description class
AgentSecurityTokenServiceImpl
-
Uses of AgentSecurityTokenService in com.atlassian.bamboo.plugins.testutils.rest.resource.agent
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.agent with parameters of type AgentSecurityTokenService Constructor Description AgentResource(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService)
-
Uses of AgentSecurityTokenService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type AgentSecurityTokenService Modifier and Type Field Description static Supplier<AgentSecurityTokenService>
ComponentAccessor. AGENT_SECURITY_TOKEN_SERVICE
Deprecated.
-