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