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