public class OpenID extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OpenID.UserInfo |
Modifier and Type | Method and Description |
---|---|
static String |
discoverServer(String openid) |
OpenID |
forRealm(String action) |
static OpenID.UserInfo |
getVerifiedID()
Retrieve the verified OpenID
|
static OpenID |
id(String id) |
static boolean |
isAuthenticationResponse()
Is the current request an authentication response from the OP ?
|
static String |
normalize(String openID)
Normalize the given openid as a standard openid
|
OpenID |
optional(String alias) |
OpenID |
optional(String alias,
String schema) |
OpenID |
required(String alias) |
OpenID |
required(String alias,
String schema) |
OpenID |
returnTo(String action) |
boolean |
verify() |
public boolean verify()
public static String normalize(String openID)
public static boolean isAuthenticationResponse()
public static OpenID.UserInfo getVerifiedID()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly