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

com.googlecode.xmemcached.spring.boot.AuthInfoProvider Maven / Gradle / Ivy

There is a newer version: 3.3.x.20240823.RELEASE
Show newest version
package com.googlecode.xmemcached.spring.boot;

import net.rubyeye.xmemcached.auth.AuthInfo;

import java.net.InetSocketAddress;
import java.util.HashMap;
import java.util.Map;

public interface AuthInfoProvider {

    default Map getAuthInfoMap(){
        return new HashMap<>();
    };

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy