Uses of Interface
com.atlassian.bamboo.buildqueue.manager.RemoteAgentAuthenticationManager
Packages that use RemoteAgentAuthenticationManager
Package
Description
-
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement RemoteAgentAuthenticationManagerModifier and TypeClassDescriptionclass
Default implementation ofRemoteAgentAuthenticationManager
. -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as RemoteAgentAuthenticationManagerModifier and TypeFieldDescriptionprotected RemoteAgentAuthenticationManager
AbstractRemoteAgentAuthenticationAction.remoteAgentAuthenticationManager
Methods in com.atlassian.bamboo.configuration.agent with parameters of type RemoteAgentAuthenticationManagerModifier and TypeMethodDescriptionvoid
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 RemoteAgentAuthenticationManagerModifierConstructorDescriptionAgentAuthenticationResource
(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 RemoteAgentAuthenticationManagerModifierConstructorDescriptionAgentResource
(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister) -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type RemoteAgentAuthenticationManagerModifier and TypeFieldDescriptionstatic final Supplier<RemoteAgentAuthenticationManager>
ComponentAccessor.REMOTE_AGENT_AUTHENTICATION_MANAGER
Deprecated.