public interface RemoteAgentAuthentication extends BambooIdProvider
Represents basic data of any remote agent authentication.
Every authentication request from remote agent has a distinguished UUID and IP. Furthermore, it may be pending approval, or already approved by a Bamboo admin.
Modifier and Type | Method and Description |
---|---|
String |
getIp()
IP address of the agent requesting approval.
|
Set<String> |
getIpPatterns() |
UUID |
getUuid()
UUID of this authentication request.
|
boolean |
isApproved()
Whether this request was approved, or is still pending approval
|
getId
UUID getUuid()
String getIp()
boolean isApproved()
true
, if this authentication request has been approvedCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences