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

com.swisscom.cloud.sb.broker.services.bosh.resources.BoshUserAuthentication Maven / Gradle / Ivy

package com.swisscom.cloud.sb.broker.services.bosh.resources;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.immutables.value.Value;

import java.util.Map;

@Value.Immutable
@Value.Style(builder = "new")
@JsonDeserialize(builder = ImmutableBoshUserAuthentication.Builder.class)
public interface BoshUserAuthentication {
    String getType();

    Map getOptions();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy