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