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