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

org.nakedobjects.runtime.authorization.AuthorizationManagerInstaller Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.runtime.authorization;

import org.nakedobjects.metamodel.commons.component.Installer;


public interface AuthorizationManagerInstaller extends Installer {

	static String TYPE = "authorization";
	
    AuthorizationManager createAuthorizationManager();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy