Package com.atlassian.bamboo.security
Class TrustedKeyImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.security.TrustedKeyImpl
- All Implemented Interfaces:
BambooIdProvider
,BambooObject
,TrustedKey
,Cloneable
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Constructor Details
-
TrustedKeyImpl
public TrustedKeyImpl()
-
-
Method Details
-
getHost
- Specified by:
getHost
in interfaceTrustedKey
-
setHost
-
getKey
- Specified by:
getKey
in interfaceTrustedKey
-
setKey
-
isApproved
public boolean isApproved()- Specified by:
isApproved
in interfaceTrustedKey
-
setApproved
public void setApproved(boolean approved) -
equals
- Overrides:
equals
in classcom.atlassian.core.bean.EntityObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.atlassian.core.bean.EntityObject
-
toString
-