Uses of Class
edu.uiuc.ncsa.security.core.configuration.EnvStack
-
Packages that use EnvStack Package Description edu.uiuc.ncsa.security.core.cf edu.uiuc.ncsa.security.core.configuration Sec-Lib's configuration package. -
-
Uses of EnvStack in edu.uiuc.ncsa.security.core.cf
Methods in edu.uiuc.ncsa.security.core.cf with parameters of type EnvStack Modifier and Type Method Description protected CFBundle
CFLoader. loadBundle(InputStream inputStream, String tagName, EnvStack envStack, Set<String> loadedFiles)
Loads a configuration.protected Document
CFLoader. resolveEnvironment(InputStream inputStream, EnvStack stack, Set<String> loadedFiles, boolean isRoot)
Returns a valid XML document with the environment references done.protected Node
CFLoader. resolveFileReferences(Document rootDoc, Node cfg, EnvStack stack, Set<String> visitedFiles)
All the actual work for loading files is done here. -
Uses of EnvStack in edu.uiuc.ncsa.security.core.configuration
Methods in edu.uiuc.ncsa.security.core.configuration with parameters of type EnvStack Modifier and Type Method Description protected void
EnvironmentProcessor. processEnvDocument(InputStream inputStream, EnvStack envStack)
Process a single env document from any source.protected void
EnvironmentProcessor. resolveEnvironment(InputStream inputStream, EnvStack stack)
-