Documentation
¶
Overview ¶
Package keycloak is a package for keycloak utility functions.
Index ¶
- type Client
- type ConcreteClient
- func (c *ConcreteClient) CreateUser(ctx context.Context, realm string, user *libregraph.User, ...) (string, error)
- func (c *ConcreteClient) GetPIIReport(ctx context.Context, realm, username string) (*PIIReport, error)
- func (c *ConcreteClient) GetUserByUsername(ctx context.Context, realm, username string) (*libregraph.User, error)
- func (c *ConcreteClient) SendActionsMail(ctx context.Context, realm, userID string, userActions []UserAction) error
- type GoCloak
- type PIIReport
- type UserAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.