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