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