Uses of Interface
com.atlassian.bamboo.buildqueue.manager.RemoteAgentAuthenticationManager
-
-
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement RemoteAgentAuthenticationManager Modifier and Type Class Description class
RemoteAgentAuthenticationManagerImpl
Default implementation ofRemoteAgentAuthenticationManager
. -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as RemoteAgentAuthenticationManager Modifier and Type Field Description protected RemoteAgentAuthenticationManager
AbstractRemoteAgentAuthenticationAction. remoteAgentAuthenticationManager
Methods in com.atlassian.bamboo.configuration.agent with parameters of type RemoteAgentAuthenticationManager Modifier and Type Method Description void
AbstractRemoteAgentAuthenticationAction. setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager)
void
ConfigureRemoteAgentAuthentications. setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager)
void
ControlRemoteAgentsAuthentication. setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentManager)
void
ViewRemoteAgentAuthentications. setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager)
-
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type RemoteAgentAuthenticationManager Constructor Description AgentAuthenticationResource(com.atlassian.sal.api.message.I18nResolver i18nResolver, RemoteAgentAuthenticationManager remoteAgentAuthenticationManager, RestHelperWrapper restHelperWrapper)
-
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.plugins.testutils.rest.resource.agent
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.agent with parameters of type RemoteAgentAuthenticationManager Constructor Description AgentResource(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService)
-
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type RemoteAgentAuthenticationManager Modifier and Type Field Description static Supplier<RemoteAgentAuthenticationManager>
ComponentAccessor. REMOTE_AGENT_AUTHENTICATION_MANAGER
Deprecated.
-