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 TypeClassDescriptionclassDefault implementation ofRemoteAgentAuthenticationManager. -
Uses of RemoteAgentAuthenticationManager in com.atlassian.bamboo.configuration.agent
Fields in com.atlassian.bamboo.configuration.agent declared as RemoteAgentAuthenticationManagerModifier and TypeFieldDescriptionprotected RemoteAgentAuthenticationManagerAbstractRemoteAgentAuthenticationAction.remoteAgentAuthenticationManagerMethods in com.atlassian.bamboo.configuration.agent with parameters of type RemoteAgentAuthenticationManagerModifier and TypeMethodDescriptionvoidAbstractRemoteAgentAuthenticationAction.setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager) voidConfigureRemoteAgentAuthentications.setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentAuthenticationManager) voidControlRemoteAgentsAuthentication.setRemoteAgentAuthenticationManager(RemoteAgentAuthenticationManager remoteAgentManager) voidViewRemoteAgentAuthentications.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_MANAGERDeprecated.