org.wildfly.swarm.config.elytron.SimpleRoleDecoderSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.elytron;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface SimpleRoleDecoderSupplier {
/**
* Constructed instance of SimpleRoleDecoder resource
*
* @return The instance
*/
public SimpleRoleDecoder get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy