org.jboss.seam.security.external.saml.idp
Class SamlIdpSessions

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

Constructor Summary
SamlIdpSessions()
           
 
Method Summary
 SamlIdpSession addSession(SamlPrincipal principal)
           
 SamlIdpSession getSession(SamlPrincipal principal, String sessionIndex)
           
 Set<SamlIdpSessionImpl> getSessions()
           
 void removeSession(SamlIdpSessionImpl session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlIdpSessions

public SamlIdpSessions()
Method Detail

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.