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

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

@SessionScoped
@Named
public class Identity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Identity()
           
 
Method Summary
 String getOpLocalIdentifier()
           
 String getUserName()
           
 boolean isLoggedIn()
           
 void localLogin(String userName)
           
 void logout()
           
 void redirectToLoginIfNotLoggedIn()
           
 
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)

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.