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