final case class Success(domainVersion: String, nonce: ByteString, fingerprints: Seq[String]) extends GeneratedMessage with Updatable[Success] with Product with Serializable
- nonce
random nonce to be used for authentication
- fingerprints
fingerprints of the possible keys the domain expects the member to use for authentication (many are supplied in case there are many instances running on behalf of the member that only have access to a subset of the registered keys)
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Success
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Success(domainVersion: String, nonce: ByteString, fingerprints: Seq[String])
- nonce
random nonce to be used for authentication
- fingerprints
fingerprints of the possible keys the domain expects the member to use for authentication (many are supplied in case there are many instances running on behalf of the member that only have access to a subset of the registered keys)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllFingerprints(__vs: Iterable[String]): Success
- def addFingerprints(__vs: String*): Success
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearFingerprints: Success
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def companion: Success.type
- Definition Classes
- Success → GeneratedMessage
- val domainVersion: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fingerprints: Seq[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Success → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Success → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nonce: ByteString
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Success → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Success → GeneratedMessage
- def update(ms: (Lens[Success, Success]) => Mutation[Success]*): Success
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withDomainVersion(__v: String): Success
- def withFingerprints(__v: Seq[String]): Success
- def withNonce(__v: ByteString): Success
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Success → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage