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