org.wildfly.swarm.config.security.ElytronTrustManagerSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.security;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface ElytronTrustManagerSupplier {
/**
* Constructed instance of ElytronTrustManager resource
*
* @return The instance
*/
public ElytronTrustManager get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy