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