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