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