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