Interface SessionAttributes
-
- All Superinterfaces:
ImmutableSessionAttributes
- All Known Implementing Classes:
OOBSession
public interface SessionAttributes extends ImmutableSessionAttributes
Exposes accesses to the attributes of a session.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectremoveAttribute(String name)Removes the specified attribute.ObjectsetAttribute(String name, Object value)Sets the specified attribute to the specified value.-
Methods inherited from interface org.wildfly.clustering.web.session.ImmutableSessionAttributes
getAttribute, getAttributeNames
-
-