|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.buildqueue.RemoteAgentAuthenticationImpl
public class RemoteAgentAuthenticationImpl
Default implementation of RemoteAgentAuthenticationEntity.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject |
|---|
id |
| Constructor Summary | |
|---|---|
RemoteAgentAuthenticationImpl()
|
|
| Method Summary | |
|---|---|
int |
compareTo(RemoteAgentAuthenticationEntity other)
|
boolean |
equals(java.lang.Object o)
This method needs to be here in order to use proper id |
java.lang.String |
getIp()
IP address of the agent requesting approval. |
java.util.Set<java.lang.String> |
getIpPatterns()
|
java.util.UUID |
getUuid()
UUID of this authentication request. |
java.lang.String |
getUuidAsString()
UUID converted to String |
int |
hashCode()
This method needs to be here in order to use proper id |
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(java.lang.String ip)
Set IP address of this authentication. |
void |
setUuid(java.util.UUID uuid)
Set unique ID of this authentication |
void |
setUuidAsString(java.lang.String uuidAsString)
Set value of UUID from String. |
| Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject |
|---|
getId, setId |
| Methods inherited from class com.atlassian.core.bean.EntityObject |
|---|
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
|---|
setId |
| Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
|---|
getId |
| Constructor Detail |
|---|
public RemoteAgentAuthenticationImpl()
| Method Detail |
|---|
public java.lang.String getIp()
RemoteAgentAuthentication
getIp in interface RemoteAgentAuthentication
public void setIp(@NotNull
java.lang.String ip)
RemoteAgentAuthenticationEntity
setIp in interface RemoteAgentAuthenticationEntityip - IP addresspublic java.util.UUID getUuid()
RemoteAgentAuthentication
getUuid in interface RemoteAgentAuthenticationpublic void setUuid(java.util.UUID uuid)
RemoteAgentAuthenticationEntity
setUuid in interface RemoteAgentAuthenticationEntityuuid - UUIDpublic java.lang.String getUuidAsString()
RemoteAgentAuthenticationEntity
getUuidAsString in interface RemoteAgentAuthenticationEntitypublic void setUuidAsString(java.lang.String uuidAsString)
RemoteAgentAuthenticationEntity
setUuidAsString in interface RemoteAgentAuthenticationEntityuuidAsString - string representation of uuidpublic boolean isApproved()
RemoteAgentAuthentication
isApproved in interface RemoteAgentAuthenticationtrue, if this authentication request has been approvedpublic void setApproved(boolean isApproved)
RemoteAgentAuthenticationEntity
setApproved in interface RemoteAgentAuthenticationEntityisApproved - true, if this authentication has been approvedpublic java.util.Set<java.lang.String> getIpPatterns()
getIpPatterns in interface RemoteAgentAuthenticationpublic int compareTo(RemoteAgentAuthenticationEntity other)
compareTo in interface java.lang.Comparable<RemoteAgentAuthenticationEntity>public boolean equals(java.lang.Object o)
BambooEntityObject
equals in class BambooEntityObjectpublic int hashCode()
BambooEntityObject
hashCode in class BambooEntityObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||