Documentation ¶
Overview ¶
Requests save in this file are exclusive of keycloak e2e
Index ¶
- func CheckIfTokenIsValid(t *testing.T, token, secret string)
- func CreateUserFromKeycloakInHorusec(t *testing.T, token *authDto.KeycloakToken)
- func CreateUserInKeyCloak(t *testing.T, userRepresentation *entities.UserRepresentation, ...)
- func DeleteAllUsersInKeyCloak(t *testing.T, bearerToken string)
- func GetAllRolesFromClientID(t *testing.T, bearerToken, clientID string) []map[string]interface{}
- func GetClientSecretInAccountClient(t *testing.T, bearerToken string) string
- func GetRoleAdminInKeycloak(t *testing.T, bearerToken string) map[string]interface{}
- func ListAllClientsInKeycloak(t *testing.T, bearerToken string) []map[string]interface{}
- func ListAllUsersInKeycloak(t *testing.T, bearerToken string) []map[string]interface{}
- func LoginInKeycloak(t *testing.T, username, password string) map[string]interface{}
- func LogoutUserInKeycloak(t *testing.T, bearerToken, username string)
- func UpdateRolesToAcceptOAuth(t *testing.T, bearerToken string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfTokenIsValid ¶
func CreateUserFromKeycloakInHorusec ¶
func CreateUserFromKeycloakInHorusec(t *testing.T, token *authDto.KeycloakToken)
func CreateUserInKeyCloak ¶
func CreateUserInKeyCloak(t *testing.T, userRepresentation *entities.UserRepresentation, credentials *entities.UserRepresentationCredentials, bearerToken string)
func GetAllRolesFromClientID ¶
func GetRoleAdminInKeycloak ¶
func ListAllUsersInKeycloak ¶
func LoginInKeycloak ¶
func LogoutUserInKeycloak ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.