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