Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.sso.coarse | |
org.wildfly.clustering.web.sso |
Modifier and Type | Method and Description |
---|---|
Set<WebApplication> |
CoarseSessions.getApplications() |
Map<WebApplication,String> |
CoarseSSOCacheEntry.getSessions() |
Modifier and Type | Method and Description |
---|---|
void |
CoarseSessions.addSession(WebApplication application,
String id) |
String |
CoarseSessions.getSession(WebApplication application) |
void |
CoarseSessions.removeSession(WebApplication application) |
Constructor and Description |
---|
CoarseSessions(Map<WebApplication,String> sessions,
Mutator mutator) |
Modifier and Type | Method and Description |
---|---|
Set<WebApplication> |
Sessions.getApplications()
Returns the set of web applications for which the current user is authenticated.
|
Modifier and Type | Method and Description |
---|---|
void |
Sessions.addSession(WebApplication application,
String id)
Adds the specified web application and session identifier to the registry of authenticated web applications.
|
String |
Sessions.getSession(WebApplication application)
Returns the corresponding session identifier for the specified web application.
|
void |
Sessions.removeSession(WebApplication application)
Removes the specified web application from the set of authenticated web applications.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.