Uses of Class
edu.uiuc.ncsa.security.core.state.STable
-
Packages that use STable Package Description edu.uiuc.ncsa.security.core.configuration Sec-Lib's configuration package.edu.uiuc.ncsa.security.core.state -
-
Uses of STable in edu.uiuc.ncsa.security.core.configuration
Subclasses of STable in edu.uiuc.ncsa.security.core.configuration Modifier and Type Class Description class
EnvTable<K extends SKey,V extends EnvEntry>
Methods in edu.uiuc.ncsa.security.core.configuration that return STable Modifier and Type Method Description STable
EnvStack. newTableInstance()
-
Uses of STable in edu.uiuc.ncsa.security.core.state
Classes in edu.uiuc.ncsa.security.core.state with type parameters of type STable Modifier and Type Class Description class
SStack<V extends STable<? extends SKey,? extends SThing>>
A stateful stack of things, such as functions.Methods in edu.uiuc.ncsa.security.core.state that return STable Modifier and Type Method Description STable<? extends SKey,? extends SThing>
SStack. getLocal()
Get the local table for this stack.STable<? extends SKey,? extends SThing>
SStack. getRoot()
Since all new tables are added at 0, the initial one, called the root, is last.abstract STable
SStack. newTableInstance()
STable<SKey,SThing>
SStack. peek()
STable<SKey,SThing>
SStack. pop()
Remove the most local table.Methods in edu.uiuc.ncsa.security.core.state that return types with arguments of type STable Modifier and Type Method Description List<STable<? extends SKey,? extends SThing>>
SStack. getStack()
Methods in edu.uiuc.ncsa.security.core.state with parameters of type STable Modifier and Type Method Description void
SStack. push(STable<? extends SKey,? extends SThing> sTable)
Method parameters in edu.uiuc.ncsa.security.core.state with type arguments of type STable Modifier and Type Method Description void
SStack. setStack(List<STable<? extends SKey,? extends SThing>> stack)
-