Uses of Class
edu.uiuc.ncsa.security.core.cf.CFBundle
-
Packages that use CFBundle Package Description edu.uiuc.ncsa.security.core.cf -
-
Uses of CFBundle in edu.uiuc.ncsa.security.core.cf
Methods in edu.uiuc.ncsa.security.core.cf that return CFBundle Modifier and Type Method Description CFBundle
CFLoader. loadBundle()
Used with the builder.CFBundle
CFLoader. loadBundle(File file, String tagName)
Loads the specified file.CFBundle
CFLoader. loadBundle(InputStream inputStream, String tagName)
Main entry point for loading a configuration.protected CFBundle
CFLoader. loadBundle(InputStream inputStream, String tagName, EnvStack envStack, Set<String> loadedFiles)
Loads a configuration.CFBundle
CFLoader. loadBundle(String resource, String tagName)
Loads the specified resource as a stream.Methods in edu.uiuc.ncsa.security.core.cf with parameters of type CFBundle Modifier and Type Method Description void
CFMultiConfigurations. ingestConfig(CFBundle cfg, String tagName)
-