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