org.jboss.seam.security.examples.openid
Class Identity
java.lang.Object
org.jboss.seam.security.examples.openid.Identity
- All Implemented Interfaces:
- Serializable
@SessionScoped
@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)
logout
public void logout()
isLoggedIn
public boolean isLoggedIn()
getUserName
public String getUserName()
getOpLocalIdentifier
public String getOpLocalIdentifier()
redirectToLoginIfNotLoggedIn
public void redirectToLoginIfNotLoggedIn()
Copyright © 2011 Seam Framework. All Rights Reserved.