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.configuration
Subclasses of SStack in edu.uiuc.ncsa.security.core.configuration Modifier and Type Class Description class
EnvStack<T extends EnvTable<? extends SKey,? extends EnvEntry>>
Methods in edu.uiuc.ncsa.security.core.configuration that return SStack Modifier and Type Method Description SStack
EnvStack. newInstance()
-
Uses of SStack in edu.uiuc.ncsa.security.core.state
Methods in edu.uiuc.ncsa.security.core.state that return SStack Modifier and Type Method Description SStack
SStack. clone()
abstract SStack
SStack. newInstance()
Methods in edu.uiuc.ncsa.security.core.state with parameters of type SStack Modifier and Type Method Description void
SStack. addTables(SStack sStack)
Take an SStack and prepend in the correct order to the front of the stack.void
SStack. 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)
-