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