public final class LoadedPermissionFactory extends Object implements PermissionFactory
Constructor and Description |
---|
LoadedPermissionFactory(ClassLoader classLoader,
String className,
String targetName,
String permissionActions)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Permission |
construct()
Construct a new instance of the permission.
|
public LoadedPermissionFactory(ClassLoader classLoader, String className, String targetName, String permissionActions)
classLoader
- the class loader from which the permission should be loadedclassName
- the name of the permission classtargetName
- the name to pass to the permission class constructor or null
for nonepermissionActions
- the action list to pass to the permission class constructor or null
for nonepublic Permission construct()
PermissionFactory
construct
in interface PermissionFactory
Copyright © 2017 JBoss by Red Hat. All rights reserved.