org.jboss.seam.security.external.saml.sp
Class SamlSpSessions
java.lang.Object
org.jboss.seam.security.external.saml.sp.SamlSpSessions
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class SamlSpSessions
- 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 |
SamlSpSessions
public SamlSpSessions()
addSession
public void addSession(SamlSpSessionImpl session)
removeSession
public void removeSession(SamlSpSessionImpl session)
getSessions
public Set<SamlSpSessionImpl> getSessions()
getSession
public SamlSpSession getSession(SamlPrincipal samlPrincipal,
String idpEntityId,
String sessionIndex)
Copyright © 2011 Seam Framework. All Rights Reserved.