org.jboss.seam.security.examples.id_provider
Class Identity
java.lang.Object
org.jboss.seam.security.examples.id_provider.Identity
- All Implemented Interfaces:
- Serializable
@Named
public class Identity
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Identity
public Identity()
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.