|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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)
|
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()
|
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 RemoteAgentAuthenticationEntity
ip
- IP addresspublic java.util.UUID getUuid()
RemoteAgentAuthentication
getUuid
in interface RemoteAgentAuthentication
public void setUuid(java.util.UUID uuid)
RemoteAgentAuthenticationEntity
setUuid
in interface RemoteAgentAuthenticationEntity
uuid
- UUIDpublic java.lang.String getUuidAsString()
RemoteAgentAuthenticationEntity
getUuidAsString
in interface RemoteAgentAuthenticationEntity
public void setUuidAsString(java.lang.String uuidAsString)
RemoteAgentAuthenticationEntity
setUuidAsString
in interface RemoteAgentAuthenticationEntity
uuidAsString
- string representation of uuidpublic boolean isApproved()
RemoteAgentAuthentication
isApproved
in interface RemoteAgentAuthentication
true
, if this authentication request has been approvedpublic void setApproved(boolean isApproved)
RemoteAgentAuthenticationEntity
setApproved
in interface RemoteAgentAuthenticationEntity
isApproved
- true
, if this authentication has been approvedpublic java.util.Set<java.lang.String> getIpPatterns()
getIpPatterns
in interface RemoteAgentAuthentication
public int compareTo(RemoteAgentAuthenticationEntity other)
compareTo
in interface java.lang.Comparable<RemoteAgentAuthenticationEntity>
public boolean equals(java.lang.Object o)
equals
in class com.atlassian.core.bean.EntityObject
public int hashCode()
hashCode
in class com.atlassian.core.bean.EntityObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |