Uses of Interface
edu.uiuc.ncsa.security.core.state.SThing
- 
Packages that use SThing Package Description edu.uiuc.ncsa.security.core.configuration Sec-Lib's configuration package.edu.uiuc.ncsa.security.core.state 
- 
- 
Uses of SThing in edu.uiuc.ncsa.security.core.configurationClasses in edu.uiuc.ncsa.security.core.configuration that implement SThing Modifier and Type Class Description classEnvEntry
- 
Uses of SThing in edu.uiuc.ncsa.security.core.stateClasses in edu.uiuc.ncsa.security.core.state with type parameters of type SThing Modifier and Type Class Description classSStack<V extends STable<? extends SKey,? extends SThing>>A stateful stack of things, such as functions.classSTable<K extends SKey,V extends SThing>A symbol table.Methods in edu.uiuc.ncsa.security.core.state that return SThing Modifier and Type Method Description SThingSStack. get(SKey key)Get the value from someplace in the stack.SThingSStack. localGet(SKey key)Only returns a non-null element if it is defined in the local (index 0) table.SThingSStack. localPut(SThing value)Only add this to the local state.SThingSStack. nonlocalGet(SKey key)searches for the entry every place except the most local state.SThingSStack. put(SKey sKey, SThing xThing)SThingSStack. put(SThing value)Methods in edu.uiuc.ncsa.security.core.state that return types with arguments of type SThing Modifier and Type Method Description List<? extends SThing>SStack. getAll()Get all of the values from all tables.This returns a flat list.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.List<STable<? extends SKey,? extends SThing>>SStack. getStack()STable<SKey,SThing>SStack. peek()STable<SKey,SThing>SStack. pop()Remove the most local table.Methods in edu.uiuc.ncsa.security.core.state with parameters of type SThing Modifier and Type Method Description SThingSStack. localPut(SThing value)Only add this to the local state.SThingSStack. put(SKey sKey, SThing xThing)SThingSStack. put(SThing value)VSTable. put(SThing value)Method parameters in edu.uiuc.ncsa.security.core.state with type arguments of type SThing Modifier and Type Method Description voidSStack. push(STable<? extends SKey,? extends SThing> sTable)voidSStack. setStack(List<STable<? extends SKey,? extends SThing>> stack)
 
-