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