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