public static class ProcessOpenID.OpenidRequest extends Object
| Constructor and Description |
|---|
OpenidRequest(String responseURL)
Create a login or registration request
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProvider() |
String |
getResponseURL() |
String |
getReturnURL() |
boolean |
isRegister() |
void |
setProvider(String provider)
Set the OpenID provider to use.
|
void |
setRegister(boolean isRegister)
Set to true if this is a registration rather than a login (default is login)
|
void |
setReturnURL(String returnURL)
Set the URL to which the user will be redirected after a successful login
|
public OpenidRequest(String responseURL)
responseURL - The URL to use for the OpenID response, this endpoint should invoke a verifyRequest callpublic void setProvider(String provider)
public void setReturnURL(String returnURL)
public void setRegister(boolean isRegister)
public String getProvider()
public String getResponseURL()
public String getReturnURL()
public boolean isRegister()
Copyright © 2015. All rights reserved.