@Internal public interface RemoteAgentAuthenticationEntity extends RemoteAgentAuthentication, BambooObject, Comparable<RemoteAgentAuthenticationEntity>, Cloneable
Modifier and Type | Method and Description |
---|---|
String |
getUuidAsString()
UUID converted to String
|
void |
setApproved(boolean isApproved)
Set whether this authentication has been approved.
|
void |
setIp(String ip)
Set IP address of this authentication.
|
void |
setUuid(UUID uuid)
Set unique ID of this authentication
|
void |
setUuidAsString(String uuidAsString)
Set value of UUID from String.
|
getIp, getIpPatterns, getUuid, isApproved
setId
getId
compareTo
void setIp(String ip)
ip
- IP addressvoid setUuid(UUID uuid)
uuid
- UUIDvoid setApproved(boolean isApproved)
isApproved
- true
, if this authentication has been approved@Nullable String getUuidAsString()
void setUuidAsString(@Nullable String uuidAsString)
uuidAsString
- string representation of uuidCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.