Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
org.openid4java.discovery | |
org.openid4java.discovery.html | |
org.openid4java.discovery.xrds | |
org.openid4java.discovery.xri | |
org.openid4java.discovery.yadis |
Modifier and Type | Method and Description |
---|---|
List |
ConsumerManager.discover(String identifier)
Does discovery on an identifier.
|
VerificationResult |
ConsumerManager.verify(String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
Performs verification on the Authentication Response (assertion)
received from the OpenID Provider.
|
Modifier and Type | Method and Description |
---|---|
List |
Discovery.discover(Identifier identifier) |
List |
Discovery.discover(String identifier) |
static URL |
UrlIdentifier.normalize(String text) |
static URL |
UrlIdentifier.normalize(String text,
boolean removeFragment) |
Identifier |
Discovery.parseIdentifier(String identifier) |
Identifier |
Discovery.parseIdentifier(String identifier,
boolean removeFragment) |
static List |
Discovery.rpDiscovery(String realm,
YadisResolver yadisResolver)
Performs discovery on the Relying Party's realm and returns a list of
OpenID 2.0 DiscoveryInformation entries.
|
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) |
UrlIdentifier(String identifier) |
UrlIdentifier(String identifier,
boolean removeFragment) |
XriIdentifier(String identifier,
String iriNormalForm,
String uriNormalForm) |
Modifier and Type | Method and Description |
---|---|
List |
HtmlResolver.discoverHtml(UrlIdentifier identifier)
Performs HTML discovery on the supplied URL identifier.
|
List |
HtmlResolver.discoverHtml(UrlIdentifier identifier,
HttpFetcher httpFetcher)
Performs HTML discovery on the supplied URL identifier.
|
void |
HtmlParser.parseHtml(String htmlData,
HtmlResult result)
Parses the HTML data and stores in the result the discovered openid
information.
|
void |
CyberNekoDOMHtmlParser.parseHtml(String htmlData,
HtmlResult result) |
void |
HtmlResult.setEndpoint1(String op1Endpoint) |
void |
HtmlResult.setEndpoint2(String op2Endpoint) |
Modifier and Type | Method and Description |
---|---|
List |
XrdsParser.parseXrds(String input,
Set targetTypes)
Parses a XRDS document and extracts the relevant information
for the specified service endpoint types.
|
List |
XrdsParserImpl.parseXrds(String input,
Set targetTypes) |
Modifier and Type | Method and Description |
---|---|
List |
XriResolver.discover(XriIdentifier xri)
Performs OpenID discovery on the supplied XRI identifier.
|
List |
XriDotNetProxyResolver.discover(XriIdentifier xri) |
XriIdentifier |
XriResolver.parseIdentifier(String identifier) |
XriIdentifier |
XriDotNetProxyResolver.parseIdentifier(String identifier) |
Modifier and Type | Class and Description |
---|---|
class |
YadisException |
Modifier and Type | Method and Description |
---|---|
List |
YadisResolver.discover(String url)
Performs Yadis discovery on the YadisURL.
|
List |
YadisResolver.discover(String url,
HttpFetcher httpFetcher)
Performs Yadis discovery on the YadisURL.
|
List |
YadisResolver.discover(String url,
int maxRedirects)
Performs Yadis discovery on the YadisURL.
|
List |
YadisResolver.discover(String url,
int maxRedirects,
HttpFetcher httpFetcher)
Performs Yadis discovery on the YadisURL.
|
YadisResult |
YadisResolver.discover(String url,
int maxRedirects,
HttpFetcher httpFetcher,
Set serviceTypes) |
YadisResult |
YadisResolver.discover(String url,
int maxRedirects,
Set serviceTypes) |
List |
YadisResolver.discoverRP(String url)
Performs Relyin Party discovery on the supplied URL.
|
List |
YadisResult.getDiscoveredInformation(Set targetTypes) |
Copyright © 2013 Sxip. All rights reserved.