All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webswing.server.services.security.api.WebswingSecurityModuleProvider Maven / Gradle / Ivy

There is a newer version: 20.2.4
Show newest version
package org.webswing.server.services.security.api;

import java.util.List;

/**
 * Used in admin console to display list of available SecurityModules on classpath. (as Java SPI)
 */
public interface WebswingSecurityModuleProvider {

	List getSecurityModuleClassNames();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy