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