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