public class DiscoveryInformation extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Set |
OPENID_OP_TYPES |
static Set |
OPENID_SIGNON_TYPES |
static Set |
OPENID_TYPES |
static Set |
OPENID1_SIGNON_TYPES |
static String |
OPENID10 |
static String |
OPENID11 |
static String |
OPENID2 |
static String |
OPENID2_OP |
static String |
OPENID2_RP |
Constructor and Description |
---|
DiscoveryInformation(URL opEndpoint) |
DiscoveryInformation(URL opEndpoint,
Identifier claimedIdentifier) |
DiscoveryInformation(URL opEndpoint,
Identifier claimedIdentifier,
String version) |
DiscoveryInformation(URL opEndpoint,
Identifier claimedIdentifier,
String delegate,
String version) |
DiscoveryInformation(URL opEndpoint,
Identifier claimedIdentifier,
String delegate,
String version,
Set types) |
Modifier and Type | Method and Description |
---|---|
Identifier |
getClaimedIdentifier() |
String |
getDelegateIdentifier() |
URL |
getOPEndpoint() |
Set |
getTypes() |
String |
getVersion() |
boolean |
hasClaimedIdentifier() |
boolean |
hasDelegateIdentifier() |
boolean |
hasType(String type) |
static boolean |
isOpenIDType(String type) |
boolean |
isVersion2() |
void |
setTypes(Set types) |
void |
setVersion(String version) |
String |
toString() |
public static final String OPENID10
public static final String OPENID11
public static final String OPENID2
public static final String OPENID2_OP
public static final String OPENID2_RP
public static final Set OPENID1_SIGNON_TYPES
public static final Set OPENID_SIGNON_TYPES
public static final Set OPENID_OP_TYPES
public static final Set OPENID_TYPES
public DiscoveryInformation(URL opEndpoint) throws DiscoveryException
DiscoveryException
public DiscoveryInformation(URL opEndpoint, Identifier claimedIdentifier) throws DiscoveryException
DiscoveryException
public DiscoveryInformation(URL opEndpoint, Identifier claimedIdentifier, String version) throws DiscoveryException
DiscoveryException
public DiscoveryInformation(URL opEndpoint, Identifier claimedIdentifier, String delegate, String version) throws DiscoveryException
DiscoveryException
public DiscoveryInformation(URL opEndpoint, Identifier claimedIdentifier, String delegate, String version, Set types) throws DiscoveryException
DiscoveryException
public static boolean isOpenIDType(String type)
public boolean hasClaimedIdentifier()
public boolean hasDelegateIdentifier()
public URL getOPEndpoint()
public Identifier getClaimedIdentifier()
public String getDelegateIdentifier()
public String getVersion()
public void setVersion(String version)
public boolean isVersion2()
public Set getTypes()
public void setTypes(Set types)
public boolean hasType(String type)
Copyright © 2013 Sxip. All rights reserved.