@SessionScoped public class SamlIdpSessions extends Object implements Serializable
| Constructor and Description |
|---|
SamlIdpSessions() |
| Modifier and Type | Method and Description |
|---|---|
SamlIdpSession |
addSession(SamlPrincipal principal) |
SamlIdpSession |
getSession(SamlPrincipal principal,
String sessionIndex) |
Set<SamlIdpSessionImpl> |
getSessions() |
void |
removeSession(SamlIdpSessionImpl session) |
public SamlIdpSession addSession(SamlPrincipal principal)
public SamlIdpSession getSession(SamlPrincipal principal, String sessionIndex)
public void removeSession(SamlIdpSessionImpl session)
public Set<SamlIdpSessionImpl> getSessions()
Copyright © 2013 Seam Framework. All Rights Reserved.