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