public interface Sessions
| Modifier and Type | Method and Description |
|---|---|
void |
addSession(WebApplication application,
String id)
Adds the specified web application and session identifier to the registry of authenticated web applications.
|
Set<WebApplication> |
getApplications()
Returns the set of web applications for which the current user is authenticated.
|
String |
getSession(WebApplication application)
Returns the corresponding session identifier for the specified web application.
|
void |
removeSession(WebApplication application)
Removes the specified web application from the set of authenticated web applications.
|
Set<WebApplication> getApplications()
String getSession(WebApplication application)
application - void removeSession(WebApplication application)
application - void addSession(WebApplication application, String id)
application - a web applicationid - a session identifierCopyright © 2013 JBoss by Red Hat. All rights reserved.