Package org.jboss.modules.security
Class ModularPermissionFactory
java.lang.Object
org.jboss.modules.security.ModularPermissionFactory
- All Implemented Interfaces:
PermissionFactory
A permission factory which instantiates a permission from a module.
- Author:
- David M. Lloyd
-
Constructor Summary
ConstructorsConstructorDescriptionModularPermissionFactory(ModuleLoader moduleLoader, String moduleName, String className, String targetName, String permissionActions) Construct a new instance.ModularPermissionFactory(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, String className, String targetName, String permissionActions) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionConstruct a new instance of the permission.
-
Constructor Details
-
ModularPermissionFactory
@Deprecated(forRemoval=true) public ModularPermissionFactory(ModuleLoader moduleLoader, ModuleIdentifier moduleIdentifier, String className, String targetName, String permissionActions) Deprecated, for removal: This API element is subject to removal in a future version.Construct a new instance.- Parameters:
moduleLoader- the module loader from which the module is to be loadedmoduleIdentifier- the module identifier from which the permission is to be loadedclassName- the name of the permission classtargetName- the name to pass to the permission class constructor ornullfor nonepermissionActions- the action list to pass to the permission class constructor ornullfor none
-
ModularPermissionFactory
public ModularPermissionFactory(ModuleLoader moduleLoader, String moduleName, String className, String targetName, String permissionActions) Construct a new instance.- Parameters:
moduleLoader- the module loader from which the module is to be loadedmoduleName- the module name from which the permission is to be loadedclassName- the name of the permission classtargetName- the name to pass to the permission class constructor ornullfor nonepermissionActions- the action list to pass to the permission class constructor ornullfor none
-
-
Method Details
-
construct
Description copied from interface:PermissionFactoryConstruct a new instance of the permission. The instance may be cached.- Specified by:
constructin interfacePermissionFactory- Returns:
- the permission
-
ModularPermissionFactory(ModuleLoader, String, String, String, String)instead.