public class FAMClassLoader extends Object
Modifier and Type | Field and Description |
---|---|
static ClassLoader |
cl |
static String |
FAM_CLASSLOADER_DIR_PATH |
static String[] |
jars
The list of jar files to be loaded by FAMClassLoader.
|
static String[] |
maskedPackages
The list of package prefixes we want the
MaskingClassLoader to prevent the parent
classLoader from loading. |
static String[] |
maskedPackages16 |
static String[] |
maskedResouces
The list of resources we want the
MaskingClassLoader to prevent the parent
classLoader from loading. |
Constructor and Description |
---|
FAMClassLoader()
Creates a new instance of FAMClassLoader
|
Modifier and Type | Method and Description |
---|---|
static ClassLoader |
getFAMClassLoader(javax.servlet.ServletContext context,
String[] reqJars) |
public static ClassLoader cl
public static final String FAM_CLASSLOADER_DIR_PATH
public static String[] jars
public static String[] maskedPackages
MaskingClassLoader
to prevent the parent
classLoader from loading.public static String[] maskedPackages16
public static String[] maskedResouces
MaskingClassLoader
to prevent the parent
classLoader from loading.public static ClassLoader getFAMClassLoader(javax.servlet.ServletContext context, String[] reqJars)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.