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