hana

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2017 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() (interface{}, error)

New implements builtinplugins.BuiltinFactory

func Run

func Run(apiTLSConfig *api.TLSConfig) error

Run instantiates a HANA object, and runs the RPC server for the plugin

Types

type HANA

HANA is an implementation of Database interface

func (*HANA) CreateUser

func (h *HANA) CreateUser(statements dbplugin.Statements, usernameConfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error)

CreateUser generates the username/password on the underlying HANA secret backend as instructed by the CreationStatement provided.

func (*HANA) RenewUser

func (h *HANA) RenewUser(statements dbplugin.Statements, username string, expiration time.Time) error

Renewing hana user just means altering user's valid until property

func (*HANA) RevokeUser

func (h *HANA) RevokeUser(statements dbplugin.Statements, username string) error

Revoking hana user will deactivate user and try to perform a soft drop

func (*HANA) Type

func (h *HANA) Type() (string, error)

Type returns the TypeName for this backend

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL