org.jboss.seam.security.examples.id_provider
Class Identity

java.lang.Object
  extended by org.jboss.seam.security.examples.id_provider.Identity
All Implemented Interfaces:
Serializable

@Named
public class Identity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Identity()
           
 
Method Summary
 SamlIdpSession getSamlIdpSession()
           
 void globalLogout()
           
 boolean isLoggedIn()
           
 void localLogin(String userName)
           
 void localLogout()
           
 void redirectToLoginIfNotLoggedIn()
           
 void remoteLogin(String spEntityId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identity

public Identity()
Method Detail

localLogin

public void localLogin(String userName)

remoteLogin

public void remoteLogin(String spEntityId)

localLogout

public void localLogout()

globalLogout

public void globalLogout()

isLoggedIn

public boolean isLoggedIn()

redirectToLoginIfNotLoggedIn

public void redirectToLoginIfNotLoggedIn()

getSamlIdpSession

public SamlIdpSession getSamlIdpSession()


Copyright © 2011 Seam Framework. All Rights Reserved.