public class SimpleImmutableSession extends Object implements ImmutableSession
| Constructor and Description |
|---|
SimpleImmutableSession(ImmutableSession session) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSessionAttributes |
getAttributes() |
SessionContext |
getContext() |
String |
getId() |
ImmutableSessionMetaData |
getMetaData() |
boolean |
isValid() |
public SimpleImmutableSession(ImmutableSession session)
public String getId()
getId in interface ImmutableSessionpublic ImmutableSessionMetaData getMetaData()
getMetaData in interface ImmutableSessionpublic boolean isValid()
isValid in interface ImmutableSessionpublic ImmutableSessionAttributes getAttributes()
getAttributes in interface ImmutableSessionpublic SessionContext getContext()
getContext in interface ImmutableSessionCopyright © 2015 JBoss by Red Hat. All rights reserved.