@Entity public class RemoteAgentAuthenticationImpl extends BambooEntityObject implements RemoteAgentAuthenticationEntity
RemoteAgentAuthenticationEntity.| Constructor and Description |
|---|
RemoteAgentAuthenticationImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RemoteAgentAuthenticationEntity other) |
boolean |
equals(Object o) |
String |
getIp()
IP address of the agent requesting approval.
|
Set<String> |
getIpPatterns() |
UUID |
getUuid()
UUID of this authentication request.
|
String |
getUuidAsString()
UUID converted to String
|
int |
hashCode() |
boolean |
isApproved()
Whether this request was approved, or is still pending approval
|
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.
|
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdpublic String getIp()
RemoteAgentAuthenticationgetIp in interface RemoteAgentAuthenticationpublic void setIp(@NotNull
String ip)
RemoteAgentAuthenticationEntitysetIp in interface RemoteAgentAuthenticationEntityip - IP addresspublic UUID getUuid()
RemoteAgentAuthenticationgetUuid in interface RemoteAgentAuthenticationpublic void setUuid(UUID uuid)
RemoteAgentAuthenticationEntitysetUuid in interface RemoteAgentAuthenticationEntityuuid - UUIDpublic String getUuidAsString()
RemoteAgentAuthenticationEntitygetUuidAsString in interface RemoteAgentAuthenticationEntitypublic void setUuidAsString(String uuidAsString)
RemoteAgentAuthenticationEntitysetUuidAsString in interface RemoteAgentAuthenticationEntityuuidAsString - string representation of uuidpublic boolean isApproved()
RemoteAgentAuthenticationisApproved in interface RemoteAgentAuthenticationtrue, if this authentication request has been approvedpublic void setApproved(boolean isApproved)
RemoteAgentAuthenticationEntitysetApproved in interface RemoteAgentAuthenticationEntityisApproved - true, if this authentication has been approvedpublic Set<String> getIpPatterns()
getIpPatterns in interface RemoteAgentAuthenticationpublic int compareTo(RemoteAgentAuthenticationEntity other)
compareTo in interface Comparable<RemoteAgentAuthenticationEntity>public boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.