All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.phasetwo.keycloak.representation.RealmAttributeRepresentation Maven / Gradle / Ivy

There is a newer version: 0.32
Show newest version
package io.phasetwo.keycloak.representation;

import lombok.Data;

@Data
public class RealmAttributeRepresentation {
  private String name;
  private String value;
  private String realm;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy