io.phasetwo.keycloak.representation.RealmAttributeRepresentation Maven / Gradle / Ivy
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