Skip to content
Snippets Groups Projects
Commit 5ca700c9 authored by OZGCloud's avatar OZGCloud
Browse files

add annotations for creating realm_roles

parent 8e8b3f6a
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,9 @@ class OzgKeycloakUserSpec {
private String roleName;
}
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
static class KeycloakUserSpecRealmRole {
......@@ -135,6 +137,7 @@ class OzgKeycloakUserSpec {
private String description;
@JsonProperty("attributes")
@Builder.Default
private Map<String, List<String>> attributes = new HashMap<>();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment