final case class ChangePasswordRequest(currentPassword: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, newPassword: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, statelessInit: Boolean = false, newMacaroonRootKey: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ChangePasswordRequest] with Product with Serializable
- currentPassword
current_password should be the current valid passphrase used to unlock the daemon. When using REST, this field must be encoded as base64.
- newPassword
new_password should be the new passphrase that will be needed to unlock the daemon. When using REST, this field must be encoded as base64.
- statelessInit
stateless_init is an optional argument instructing the daemon NOT to create any *.macaroon files in its filesystem. If this parameter is set, then the admin macaroon returned in the response MUST be stored by the caller of the RPC as otherwise all access to the daemon will be lost!
- newMacaroonRootKey
new_macaroon_root_key is an optional argument instructing the daemon to rotate the macaroon root key when set to true. This will invalidate all previously generated macaroons.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ChangePasswordRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ChangePasswordRequest(currentPassword: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, newPassword: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, statelessInit: Boolean = false, newMacaroonRootKey: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- currentPassword
current_password should be the current valid passphrase used to unlock the daemon. When using REST, this field must be encoded as base64.
- newPassword
new_password should be the new passphrase that will be needed to unlock the daemon. When using REST, this field must be encoded as base64.
- statelessInit
stateless_init is an optional argument instructing the daemon NOT to create any *.macaroon files in its filesystem. If this parameter is set, then the admin macaroon returned in the response MUST be stored by the caller of the RPC as otherwise all access to the daemon will be lost!
- newMacaroonRootKey
new_macaroon_root_key is an optional argument instructing the daemon to rotate the macaroon root key when set to true. This will invalidate all previously generated macaroons.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ChangePasswordRequest.type
- Definition Classes
- ChangePasswordRequest → GeneratedMessage
- val currentPassword: ByteString
- def discardUnknownFields: ChangePasswordRequest
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ChangePasswordRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ChangePasswordRequest → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val newMacaroonRootKey: Boolean
- val newPassword: ByteString
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ChangePasswordRequest → GeneratedMessage
- val statelessInit: Boolean
- 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
- ChangePasswordRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ChangePasswordRequest, ChangePasswordRequest]) => Mutation[ChangePasswordRequest]*): ChangePasswordRequest
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def withCurrentPassword(__v: ByteString): ChangePasswordRequest
- def withNewMacaroonRootKey(__v: Boolean): ChangePasswordRequest
- def withNewPassword(__v: ByteString): ChangePasswordRequest
- def withStatelessInit(__v: Boolean): ChangePasswordRequest
- def withUnknownFields(__v: UnknownFieldSet): ChangePasswordRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ChangePasswordRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage