Uses of Interface
com.atlassian.bamboo.buildqueue.manager.RemoteAgentAuthenticationManager
Package
Description
-
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.buildqueue.manager
Modifier and TypeClassDescriptionclass
Default implementation ofRemoteAgentAuthenticationManager
. -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.configuration.agent
Modifier and TypeFieldDescriptionprotected RemoteAgentAuthenticationManager
AbstractRemoteAgentAuthenticationAction.remoteAgentAuthenticationManager
Modifier 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
ModifierConstructorDescriptionAgentAuthenticationResource
(com.atlassian.sal.api.message.I18nResolver i18nResolver, RemoteAgentAuthenticationManager remoteAgentAuthenticationManager, RestHelperWrapper restHelperWrapper) -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.plugins.testutils.rest.resource.agent
ModifierConstructorDescriptionAgentResource
(AgentManager agentManager, AgentAssignmentService agentAssignmentService, RemoteAgentAuthenticationManager agentAuthenticationManager, RemoteAgentManager remoteAgentManager, AgentSecurityTokenService agentSecurityTokenService, PerAgentTokenService perAgentTokenService) -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<RemoteAgentAuthenticationManager>
ComponentAccessor.REMOTE_AGENT_AUTHENTICATION_MANAGER
Deprecated.