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