org.wildfly.swarm.config.management.LdapConnectionSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.management;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface LdapConnectionSupplier {
/**
* Constructed instance of LdapConnection resource
*
* @return The instance
*/
public LdapConnection get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy