public interface Session
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Session.SessionListener |
| Modifier and Type | Method and Description |
|---|---|
void |
addSessionListener(Session.SessionListener listener) |
java.util.Set<java.lang.String> |
getPrivileges() |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Get the session properties
|
void |
removeSessionListener(Session.SessionListener listener) |
java.util.Map<java.lang.String,java.lang.String> getProperties()
This method must actually return a copy of the session properties or an unmodifiable instance.
java.util.Set<java.lang.String> getPrivileges()
void addSessionListener(Session.SessionListener listener)
void removeSessionListener(Session.SessionListener listener)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0