Documentation ¶
Index ¶
- Variables
- type UserPassword
- func (*UserPassword) Descriptor() ([]byte, []int)deprecated
- func (x *UserPassword) GetEncoding() UserPassword_Encoding
- func (x *UserPassword) GetTransformedData() []byte
- func (x *UserPassword) GetTransformer() UserPassword_Transformer
- func (x *UserPassword) GetTransformerArg() []*UserPassword_TransformerArg
- func (*UserPassword) ProtoMessage()
- func (x *UserPassword) ProtoReflect() protoreflect.Message
- func (x *UserPassword) Reset()
- func (x *UserPassword) String() string
- type UserPassword_Encoding
- func (UserPassword_Encoding) Descriptor() protoreflect.EnumDescriptor
- func (x UserPassword_Encoding) Enum() *UserPassword_Encoding
- func (UserPassword_Encoding) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserPassword_Encoding) Number() protoreflect.EnumNumber
- func (x UserPassword_Encoding) String() string
- func (UserPassword_Encoding) Type() protoreflect.EnumType
- func (x *UserPassword_Encoding) UnmarshalJSON(b []byte) errordeprecated
- type UserPassword_Transformer
- func (UserPassword_Transformer) Descriptor() protoreflect.EnumDescriptor
- func (x UserPassword_Transformer) Enum() *UserPassword_Transformer
- func (UserPassword_Transformer) EnumDescriptor() ([]byte, []int)deprecated
- func (x UserPassword_Transformer) Number() protoreflect.EnumNumber
- func (x UserPassword_Transformer) String() string
- func (UserPassword_Transformer) Type() protoreflect.EnumType
- func (x *UserPassword_Transformer) UnmarshalJSON(b []byte) errordeprecated
- type UserPassword_TransformerArg
- func (*UserPassword_TransformerArg) Descriptor() ([]byte, []int)deprecated
- func (x *UserPassword_TransformerArg) GetKey() string
- func (x *UserPassword_TransformerArg) GetValue() *UserPassword_TransformerArg_Value
- func (*UserPassword_TransformerArg) ProtoMessage()
- func (x *UserPassword_TransformerArg) ProtoReflect() protoreflect.Message
- func (x *UserPassword_TransformerArg) Reset()
- func (x *UserPassword_TransformerArg) String() string
- type UserPassword_TransformerArg_Value
- func (*UserPassword_TransformerArg_Value) Descriptor() ([]byte, []int)deprecated
- func (x *UserPassword_TransformerArg_Value) GetAsBlob() []byte
- func (x *UserPassword_TransformerArg_Value) GetAsUnsignedInteger() uint32
- func (m *UserPassword_TransformerArg_Value) GetValue() isUserPassword_TransformerArg_Value_Value
- func (*UserPassword_TransformerArg_Value) ProtoMessage()
- func (x *UserPassword_TransformerArg_Value) ProtoReflect() protoreflect.Message
- func (x *UserPassword_TransformerArg_Value) Reset()
- func (x *UserPassword_TransformerArg_Value) String() string
- type UserPassword_TransformerArg_Value_AsBlob
- type UserPassword_TransformerArg_Value_AsUnsignedInteger
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UserPassword_Transformer_name = map[int32]string{ 0: "NONE", 1: "PBKDF2_HMAC_SHA512", 2: "PBKDF2_HMAC_SHA384", } UserPassword_Transformer_value = map[string]int32{ "NONE": 0, "PBKDF2_HMAC_SHA512": 1, "PBKDF2_HMAC_SHA384": 2, } )
Enum value maps for UserPassword_Transformer.
View Source
var ( UserPassword_Encoding_name = map[int32]string{ 0: "UTF8", 1: "UTF8_BROKEN", } UserPassword_Encoding_value = map[string]int32{ "UTF8": 0, "UTF8_BROKEN": 1, } )
Enum value maps for UserPassword_Encoding.
View Source
var File_waUserPassword_WAProtobufsUserPassword_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UserPassword ¶
type UserPassword struct { Encoding *UserPassword_Encoding `protobuf:"varint,1,opt,name=encoding,enum=WAProtobufsUserPassword.UserPassword_Encoding" json:"encoding,omitempty"` Transformer *UserPassword_Transformer `protobuf:"varint,2,opt,name=transformer,enum=WAProtobufsUserPassword.UserPassword_Transformer" json:"transformer,omitempty"` TransformerArg []*UserPassword_TransformerArg `protobuf:"bytes,3,rep,name=transformerArg" json:"transformerArg,omitempty"` TransformedData []byte `protobuf:"bytes,4,opt,name=transformedData" json:"transformedData,omitempty"` // contains filtered or unexported fields }
func (*UserPassword) Descriptor
deprecated
func (*UserPassword) Descriptor() ([]byte, []int)
Deprecated: Use UserPassword.ProtoReflect.Descriptor instead.
func (*UserPassword) GetEncoding ¶
func (x *UserPassword) GetEncoding() UserPassword_Encoding
func (*UserPassword) GetTransformedData ¶
func (x *UserPassword) GetTransformedData() []byte
func (*UserPassword) GetTransformer ¶
func (x *UserPassword) GetTransformer() UserPassword_Transformer
func (*UserPassword) GetTransformerArg ¶
func (x *UserPassword) GetTransformerArg() []*UserPassword_TransformerArg
func (*UserPassword) ProtoMessage ¶
func (*UserPassword) ProtoMessage()
func (*UserPassword) ProtoReflect ¶
func (x *UserPassword) ProtoReflect() protoreflect.Message
func (*UserPassword) Reset ¶
func (x *UserPassword) Reset()
func (*UserPassword) String ¶
func (x *UserPassword) String() string
type UserPassword_Encoding ¶
type UserPassword_Encoding int32
const ( UserPassword_UTF8 UserPassword_Encoding = 0 UserPassword_UTF8_BROKEN UserPassword_Encoding = 1 )
func (UserPassword_Encoding) Descriptor ¶
func (UserPassword_Encoding) Descriptor() protoreflect.EnumDescriptor
func (UserPassword_Encoding) Enum ¶
func (x UserPassword_Encoding) Enum() *UserPassword_Encoding
func (UserPassword_Encoding) EnumDescriptor
deprecated
func (UserPassword_Encoding) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserPassword_Encoding.Descriptor instead.
func (UserPassword_Encoding) Number ¶
func (x UserPassword_Encoding) Number() protoreflect.EnumNumber
func (UserPassword_Encoding) String ¶
func (x UserPassword_Encoding) String() string
func (UserPassword_Encoding) Type ¶
func (UserPassword_Encoding) Type() protoreflect.EnumType
func (*UserPassword_Encoding) UnmarshalJSON
deprecated
func (x *UserPassword_Encoding) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type UserPassword_Transformer ¶
type UserPassword_Transformer int32
const ( UserPassword_NONE UserPassword_Transformer = 0 UserPassword_PBKDF2_HMAC_SHA512 UserPassword_Transformer = 1 UserPassword_PBKDF2_HMAC_SHA384 UserPassword_Transformer = 2 )
func (UserPassword_Transformer) Descriptor ¶
func (UserPassword_Transformer) Descriptor() protoreflect.EnumDescriptor
func (UserPassword_Transformer) Enum ¶
func (x UserPassword_Transformer) Enum() *UserPassword_Transformer
func (UserPassword_Transformer) EnumDescriptor
deprecated
func (UserPassword_Transformer) EnumDescriptor() ([]byte, []int)
Deprecated: Use UserPassword_Transformer.Descriptor instead.
func (UserPassword_Transformer) Number ¶
func (x UserPassword_Transformer) Number() protoreflect.EnumNumber
func (UserPassword_Transformer) String ¶
func (x UserPassword_Transformer) String() string
func (UserPassword_Transformer) Type ¶
func (UserPassword_Transformer) Type() protoreflect.EnumType
func (*UserPassword_Transformer) UnmarshalJSON
deprecated
func (x *UserPassword_Transformer) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type UserPassword_TransformerArg ¶
type UserPassword_TransformerArg struct { Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"` Value *UserPassword_TransformerArg_Value `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*UserPassword_TransformerArg) Descriptor
deprecated
func (*UserPassword_TransformerArg) Descriptor() ([]byte, []int)
Deprecated: Use UserPassword_TransformerArg.ProtoReflect.Descriptor instead.
func (*UserPassword_TransformerArg) GetKey ¶
func (x *UserPassword_TransformerArg) GetKey() string
func (*UserPassword_TransformerArg) GetValue ¶
func (x *UserPassword_TransformerArg) GetValue() *UserPassword_TransformerArg_Value
func (*UserPassword_TransformerArg) ProtoMessage ¶
func (*UserPassword_TransformerArg) ProtoMessage()
func (*UserPassword_TransformerArg) ProtoReflect ¶
func (x *UserPassword_TransformerArg) ProtoReflect() protoreflect.Message
func (*UserPassword_TransformerArg) Reset ¶
func (x *UserPassword_TransformerArg) Reset()
func (*UserPassword_TransformerArg) String ¶
func (x *UserPassword_TransformerArg) String() string
type UserPassword_TransformerArg_Value ¶
type UserPassword_TransformerArg_Value struct { // Types that are assignable to Value: // // *UserPassword_TransformerArg_Value_AsBlob // *UserPassword_TransformerArg_Value_AsUnsignedInteger Value isUserPassword_TransformerArg_Value_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*UserPassword_TransformerArg_Value) Descriptor
deprecated
func (*UserPassword_TransformerArg_Value) Descriptor() ([]byte, []int)
Deprecated: Use UserPassword_TransformerArg_Value.ProtoReflect.Descriptor instead.
func (*UserPassword_TransformerArg_Value) GetAsBlob ¶
func (x *UserPassword_TransformerArg_Value) GetAsBlob() []byte
func (*UserPassword_TransformerArg_Value) GetAsUnsignedInteger ¶
func (x *UserPassword_TransformerArg_Value) GetAsUnsignedInteger() uint32
func (*UserPassword_TransformerArg_Value) GetValue ¶
func (m *UserPassword_TransformerArg_Value) GetValue() isUserPassword_TransformerArg_Value_Value
func (*UserPassword_TransformerArg_Value) ProtoMessage ¶
func (*UserPassword_TransformerArg_Value) ProtoMessage()
func (*UserPassword_TransformerArg_Value) ProtoReflect ¶
func (x *UserPassword_TransformerArg_Value) ProtoReflect() protoreflect.Message
func (*UserPassword_TransformerArg_Value) Reset ¶
func (x *UserPassword_TransformerArg_Value) Reset()
func (*UserPassword_TransformerArg_Value) String ¶
func (x *UserPassword_TransformerArg_Value) String() string
type UserPassword_TransformerArg_Value_AsBlob ¶
type UserPassword_TransformerArg_Value_AsBlob struct {
AsBlob []byte `protobuf:"bytes,1,opt,name=asBlob,oneof"`
}
type UserPassword_TransformerArg_Value_AsUnsignedInteger ¶
type UserPassword_TransformerArg_Value_AsUnsignedInteger struct {
AsUnsignedInteger uint32 `protobuf:"varint,2,opt,name=asUnsignedInteger,oneof"`
}
Click to show internal directories.
Click to hide internal directories.