Skip to content
Snippets Groups Projects
Commit 7998c7b6 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5422 add @Setter to RealmSpec

parent 73469560
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,9 @@ class OzgCloudKeycloakRealmSpec {
private KeycloakRealmSMTPServer smtpServer;
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
static class KeycloakRealmSMTPServer {
......@@ -70,12 +72,13 @@ class OzgCloudKeycloakRealmSpec {
private String fromDisplayName;
}
@Builder.Default
private List<RealmRole> realmRoles = new ArrayList<>();
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
static class RealmRole {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment