Uses of Class
edu.uiuc.ncsa.security.core.state.SStack
- 
Packages that use SStack Package Description edu.uiuc.ncsa.security.core.configuration Sec-Lib's configuration package.edu.uiuc.ncsa.security.core.state 
- 
- 
Uses of SStack in edu.uiuc.ncsa.security.core.configurationSubclasses of SStack in edu.uiuc.ncsa.security.core.configuration Modifier and Type Class Description classEnvStack<T extends EnvTable<? extends SKey,? extends EnvEntry>>Methods in edu.uiuc.ncsa.security.core.configuration that return SStack Modifier and Type Method Description SStackEnvStack. newInstance()
- 
Uses of SStack in edu.uiuc.ncsa.security.core.stateMethods in edu.uiuc.ncsa.security.core.state that return SStack Modifier and Type Method Description SStackSStack. clone()abstract SStackSStack. newInstance()Methods in edu.uiuc.ncsa.security.core.state with parameters of type SStack Modifier and Type Method Description voidSStack. addTables(SStack sStack)Take an SStack and prepend in the correct order to the front of the stack.voidSStack. appendTables(SStack sStack)Similar toaddTables(SStack), but this appends them to the existing set of tables.Constructors in edu.uiuc.ncsa.security.core.state with parameters of type SStack Constructor Description ROMap(SStack sStack)
 
-