Documentation ¶
Index ¶
- func Run(apiTLSConfig *api.TLSConfig) error
- type Oracle
- func (o *Oracle) CreateUser(statements dbplugin.Statements, usernameConfig dbplugin.UsernameConfig, ...) (username string, password string, err error)
- func (o *Oracle) RenewUser(statements dbplugin.Statements, username string, expiration time.Time) error
- func (o *Oracle) RevokeUser(statements dbplugin.Statements, username string) error
- func (o *Oracle) Type() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Oracle ¶
type Oracle struct { connutil.ConnectionProducer credsutil.CredentialsProducer }
func (*Oracle) CreateUser ¶
func (o *Oracle) CreateUser(statements dbplugin.Statements, usernameConfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error)
func (*Oracle) RevokeUser ¶
func (o *Oracle) RevokeUser(statements dbplugin.Statements, username string) error
Click to show internal directories.
Click to hide internal directories.