org.jboss.seam.security.openid
@Name(value="org.jboss.seam.security.openid.openid") @Install(precedence=0, classDependencies="org.openid4java.consumer.ConsumerManager") @Scope(value=SESSION) public class OpenId extends Object implements Serializable
| Constructor and Description |
|---|
OpenId() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
authRequest(String userSuppliedString,
String returnToUrl) |
String |
getId() |
String |
getValidatedId() |
void |
init() |
boolean |
isValid() |
void |
login() |
boolean |
loginImmediately() |
void |
logout() |
String |
returnToUrl() |
void |
setId(String id) |
void |
verify() |
String |
verifyResponse(javax.servlet.http.HttpServletRequest httpReq) |
@Create public void init() throws org.openid4java.consumer.ConsumerException
org.openid4java.consumer.ConsumerExceptionpublic String getId()
public void setId(String id)
public String returnToUrl()
public void login()
throws IOException
IOExceptionprotected String authRequest(String userSuppliedString, String returnToUrl) throws IOException
IOExceptionpublic void verify()
public boolean loginImmediately()
public boolean isValid()
public String getValidatedId()
public String verifyResponse(javax.servlet.http.HttpServletRequest httpReq)
public void logout()
throws org.openid4java.consumer.ConsumerException
org.openid4java.consumer.ConsumerExceptionCopyright © 2015 Seam Framework. All Rights Reserved.