Constructor and Description |
---|
CoarseSessions(Map<D,String> sessions,
Mutator mutator) |
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.
|
public Set<D> getDeployments()
Sessions
getDeployments
in interface Sessions<D>
public String getSession(D deployment)
Sessions
getSession
in interface Sessions<D>
public void removeSession(D deployment)
Sessions
removeSession
in interface Sessions<D>
Copyright © 2015 JBoss by Red Hat. All rights reserved.