Class AgentAuthenticationResource
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.resource.AgentAuthenticationResource
-
@Singleton public class AgentAuthenticationResource extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentAuthenticationResource(com.atlassian.sal.api.message.I18nResolver i18nResolver, RemoteAgentAuthenticationManager remoteAgentAuthenticationManager, RestHelperWrapper restHelperWrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
authenticateAgent(String agentUuidString)
List<RestRemoteAgentAuthentication>
getAgentAuthentications(Boolean pending)
-
-
-
Constructor Detail
-
AgentAuthenticationResource
public AgentAuthenticationResource(com.atlassian.sal.api.message.I18nResolver i18nResolver, RemoteAgentAuthenticationManager remoteAgentAuthenticationManager, RestHelperWrapper restHelperWrapper)
-
-
Method Detail
-
getAgentAuthentications
public List<RestRemoteAgentAuthentication> getAgentAuthentications(Boolean pending)
-
authenticateAgent
public javax.ws.rs.core.Response authenticateAgent(String agentUuidString) throws WebValidationException
- Throws:
WebValidationException
-
-