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
Constructors -
Method Summary
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Constructor Details
-
TrustedKeyImpl
public TrustedKeyImpl()
-
-
Method Details
-
getHost
- Specified by:
getHostin interfaceTrustedKey
-
setHost
-
getKey
- Specified by:
getKeyin interfaceTrustedKey
-
setKey
-
isApproved
public boolean isApproved()- Specified by:
isApprovedin interfaceTrustedKey
-
setApproved
public void setApproved(boolean approved) -
equals
- Overrides:
equalsin classcom.atlassian.core.bean.EntityObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.atlassian.core.bean.EntityObject
-
toString
-