org.wildfly.swarm.config.elytron.SASLAuthenticationFactorySupplier Maven / Gradle / Ivy
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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy