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