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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy