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

@Entity public class TrustedKeyImpl extends BambooEntityObject implements TrustedKey
  • Constructor Details

    • TrustedKeyImpl

      public TrustedKeyImpl()
  • Method Details

    • getHost

      public String getHost()
      Specified by:
      getHost in interface TrustedKey
    • setHost

      public void setHost(String host)
    • getKey

      public String getKey()
      Specified by:
      getKey in interface TrustedKey
    • setKey

      public void setKey(String key)
    • isApproved

      public boolean isApproved()
      Specified by:
      isApproved in interface TrustedKey
    • setApproved

      public void setApproved(boolean approved)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.atlassian.core.bean.EntityObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.atlassian.core.bean.EntityObject
    • toString

      public String toString()
      Overrides:
      toString in class Object