org.jboss.seam.security.external.saml.idp
Class SamlIdpSessions
java.lang.Object
org.jboss.seam.security.external.saml.idp.SamlIdpSessions
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class SamlIdpSessions
- extends Object
- implements Serializable
- Author:
- Marcel Kolsteren
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlIdpSessions
public SamlIdpSessions()
addSession
public SamlIdpSession addSession(SamlPrincipal principal)
getSession
public SamlIdpSession getSession(SamlPrincipal principal,
String sessionIndex)
removeSession
public void removeSession(SamlIdpSessionImpl session)
getSessions
public Set<SamlIdpSessionImpl> getSessions()
Copyright © 2011 Seam Framework. All Rights Reserved.