Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AADTokenAuth ¶
type AADTokenAuth struct {
// contains filtered or unexported fields
}
func (*AADTokenAuth) Authenticate ¶
func (auth *AADTokenAuth) Authenticate(authData map[string]interface{}) error
type Authenticator ¶
func NewAuth ¶
func NewAuth() (Authenticator, error)
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
func NewBackend(username, password, uri string, auth Authenticator, hosts ...string) (*Backend, error)
func (*Backend) Authenticate ¶
This part can be extended with third party auth service, so that Memgraph does not perform auth
func (*Backend) InitBoltConnection ¶
func (*Backend) IsAuthEnabled ¶
func (*Backend) MainInstance ¶
type BasicAuth ¶
type BasicAuth struct {
// contains filtered or unexported fields
}
func (*BasicAuth) Authenticate ¶
type Parameters ¶
type Parameters struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.