Packages

object NamespaceDelegation extends GeneratedMessageCompanion[NamespaceDelegation]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamespaceDelegation
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CanSignAllButNamespaceDelegations() extends GeneratedMessage with Updatable[CanSignAllButNamespaceDelegations] with Product with Serializable

    the key can sign all currently known mappings and all mappings that will be added in future releases, except for namespace delegations

    the key can sign all currently known mappings and all mappings that will be added in future releases, except for namespace delegations

    Annotations
    @SerialVersionUID()
  2. final case class CanSignAllMappings() extends GeneratedMessage with Updatable[CanSignAllMappings] with Product with Serializable

    [start-docs-entry: namespace delegation restrictions] the key can sign all currently known mappings and all mappings that will be added in future releases

    [start-docs-entry: namespace delegation restrictions] the key can sign all currently known mappings and all mappings that will be added in future releases

    Annotations
    @SerialVersionUID()
  3. final case class CanSignSpecificMappings(mappings: Seq[TopologyMappingCode]) extends GeneratedMessage with Updatable[CanSignSpecificMappings] with Product with Serializable

    the key can only sign the explicitly specified mappings

    the key can only sign the explicitly specified mappings

    Annotations
    @SerialVersionUID()
  4. implicit class NamespaceDelegationLens[UpperPB] extends ObjectLens[UpperPB, NamespaceDelegation]
  5. sealed trait Restriction extends GeneratedOneof
  6. type ValueType = NamespaceDelegation
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val CAN_SIGN_ALL_BUT_NAMESPACE_DELEGATIONS_FIELD_NUMBER: Int(5)
  5. final val CAN_SIGN_ALL_MAPPINGS_FIELD_NUMBER: Int(4)
  6. final val CAN_SIGN_SPECIFIC_MAPINGS_FIELD_NUMBER: Int(6)
  7. final val IS_ROOT_DELEGATION_FIELD_NUMBER: Int(3)
  8. final val NAMESPACE_FIELD_NUMBER: Int(1)
  9. final val TARGET_KEY_FIELD_NUMBER: Int(2)
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. lazy val defaultInstance: NamespaceDelegation
    Definition Classes
    NamespaceDelegation → GeneratedMessageCompanion
  13. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  14. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    NamespaceDelegation → GeneratedMessageCompanion
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def fromAscii(s: String): NamespaceDelegation
    Definition Classes
    GeneratedMessageCompanion
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def javaDescriptor: Descriptor
    Definition Classes
    NamespaceDelegation → GeneratedMessageCompanion
  22. def merge(a: NamespaceDelegation, input: CodedInputStream): NamespaceDelegation
    Definition Classes
    GeneratedMessageCompanion
  23. implicit def messageCompanion: GeneratedMessageCompanion[NamespaceDelegation]
  24. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  25. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    NamespaceDelegation → GeneratedMessageCompanion
  26. implicit def messageReads: Reads[NamespaceDelegation]
    Definition Classes
    NamespaceDelegation → GeneratedMessageCompanion
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    NamespaceDelegation → GeneratedMessageCompanion
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def of(namespace: String, targetKey: Option[SigningPublicKey], isRootDelegation: Boolean, restriction: Restriction): NamespaceDelegation
  32. def parseDelimitedFrom(input: InputStream): Option[NamespaceDelegation]
    Definition Classes
    GeneratedMessageCompanion
  33. def parseDelimitedFrom(input: CodedInputStream): Option[NamespaceDelegation]
    Definition Classes
    GeneratedMessageCompanion
  34. def parseFrom(_input__: CodedInputStream): NamespaceDelegation
    Definition Classes
    NamespaceDelegation → GeneratedMessageCompanion
  35. def parseFrom(s: Array[Byte]): NamespaceDelegation
    Definition Classes
    GeneratedMessageCompanion
  36. def parseFrom(input: InputStream): NamespaceDelegation
    Definition Classes
    GeneratedMessageCompanion
  37. def scalaDescriptor: Descriptor
    Definition Classes
    NamespaceDelegation → GeneratedMessageCompanion
  38. def streamFromDelimitedInput(input: InputStream): Stream[NamespaceDelegation]
    Definition Classes
    GeneratedMessageCompanion
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toByteArray(a: NamespaceDelegation): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def validate(s: Array[Byte]): Try[NamespaceDelegation]
    Definition Classes
    GeneratedMessageCompanion
  43. def validateAscii(s: String): Either[TextFormatError, NamespaceDelegation]
    Definition Classes
    GeneratedMessageCompanion
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. object CanSignAllButNamespaceDelegations extends GeneratedMessageCompanion[CanSignAllButNamespaceDelegations]
  48. object CanSignAllMappings extends GeneratedMessageCompanion[CanSignAllMappings]
  49. object CanSignSpecificMappings extends GeneratedMessageCompanion[CanSignSpecificMappings]
  50. object Restriction extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped