Documentation ¶
Index ¶
- type OktaPager
- type OktaPlugin
- func (o *OktaPlugin) Close() (*plugin.Stats, error)
- func (o *OktaPlugin) Delete(id string) error
- func (o *OktaPlugin) GetConfig() plugin.Config
- func (o *OktaPlugin) GetVersion() (string, string, string)
- func (o *OktaPlugin) Open(cfg plugin.Config, op plugin.OperationType) error
- func (o *OktaPlugin) Read() ([]*api.User, error)
- func (o *OktaPlugin) Write(user *api.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OktaPager ¶
func NormalPager ¶
func NormalPager() OktaPager
type OktaPlugin ¶
type OktaPlugin struct {
// contains filtered or unexported fields
}
func NewOktaPlugin ¶
func NewOktaPlugin() *OktaPlugin
func NewTestOktaPlugin ¶
func NewTestOktaPlugin(ctrl *gomock.Controller, pager OktaPager) *OktaPlugin
func (*OktaPlugin) Delete ¶
func (o *OktaPlugin) Delete(id string) error
func (*OktaPlugin) GetConfig ¶
func (o *OktaPlugin) GetConfig() plugin.Config
func (*OktaPlugin) GetVersion ¶ added in v0.0.21
func (o *OktaPlugin) GetVersion() (string, string, string)
func (*OktaPlugin) Open ¶
func (o *OktaPlugin) Open(cfg plugin.Config, op plugin.OperationType) error
Click to show internal directories.
Click to hide internal directories.