public class CoarseImmutableSessionAttributes extends Object implements ImmutableSessionAttributes
| Constructor and Description |
|---|
CoarseImmutableSessionAttributes(Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name)
Retrieves the value of the specified attribute.
|
Set<String> |
getAttributeNames()
Returns the names of the attributes of this session.
|
public Set<String> getAttributeNames()
ImmutableSessionAttributesgetAttributeNames in interface ImmutableSessionAttributespublic Object getAttribute(String name)
ImmutableSessionAttributesgetAttribute in interface ImmutableSessionAttributesname - a unique attribute nameCopyright © 2023 JBoss by Red Hat. All rights reserved.