org.jboss.seam.security.external.saml.sp
Class SamlSpSessions

java.lang.Object
  extended by 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

Constructor Summary
SamlSpSessions()
           
 
Method Summary
 void addSession(SamlSpSessionImpl session)
           
 SamlSpSession getSession(SamlPrincipal samlPrincipal, String idpEntityId, String sessionIndex)
           
 Set<SamlSpSessionImpl> getSessions()
           
 void removeSession(SamlSpSessionImpl session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlSpSessions

public SamlSpSessions()
Method Detail

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.