public interface Sessions<D,S>
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSession(D deployment,
S session)
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.
|
S |
getSession(D deployment)
Returns the corresponding session identifier for the specified web application.
|
S |
removeSession(D deployment)
Removes the specified web application from the set of authenticated web applications.
|
Set<D> getDeployments()
S getSession(D deployment)
application - S removeSession(D deployment)
application - Copyright © 2019 JBoss by Red Hat. All rights reserved.