client

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeycloakClient

type KeycloakClient struct {
	// contains filtered or unexported fields
}

func NewKeycloakClient

func NewKeycloakClient(config KeycloakConfig) (*KeycloakClient, error)

func (KeycloakClient) CreateRealm

func (c KeycloakClient) CreateRealm(name string) (*string, error)

func (KeycloakClient) DeleteRealm

func (c KeycloakClient) DeleteRealm(name string) error

func (KeycloakClient) GetRealm

func (c KeycloakClient) GetRealm(realm string) error

type KeycloakConfig

type KeycloakConfig struct {
	Endpoint string
	Username string
	Password string
	Realm    string
}

Jump to

Keyboard shortcuts

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