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

io.scalecube.services.auth.CredentialsSupplier Maven / Gradle / Ivy

package io.scalecube.services.auth;

import io.scalecube.services.ServiceReference;
import java.util.Map;
import java.util.function.Function;
import reactor.core.publisher.Mono;

/**
 * Returns credentials for the given {@link ServiceReference}. Credentials are being returned in
 * most generic form which is {@code Map}.
 */
@FunctionalInterface
public interface CredentialsSupplier
    extends Function>> {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy