|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Session
Generic session-state container, but intended for authn bookkeeping.
Method Summary | |
---|---|
Object |
getAttribute(String key)
Get attribute value. |
Object |
removeAttribute(String key)
Remove attribute value. |
void |
setAttribute(String key,
Object value)
Set attribute value, replacing existing value if it already exists. |
Method Detail |
---|
void setAttribute(String key, Object value)
Object getAttribute(String key)
Object removeAttribute(String key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |