org.wildfly.swarm.config.elytron.AggregateSASLServerFactorySupplier Maven / Gradle / Ivy
The newest version!
package org.wildfly.swarm.config.elytron;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface AggregateSASLServerFactorySupplier {
/**
* Constructed instance of AggregateSASLServerFactory resource
*
* @return The instance
*/
public AggregateSASLServerFactory get();
}