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
Click to show internal directories.
Click to hide internal directories.