Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
org.openid4java.discovery |
Modifier and Type | Field and Description |
---|---|
private Identifier |
VerificationResult._verifiedId
Identifier on which authentication and verification were performed
succesfully and which can be used henceforth by Relying Parties to
identify the user.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
VerificationResult.getVerifiedId()
Gets the verified identifier.
|
Identifier |
SampleConsumer.verifyResponse(javax.servlet.http.HttpServletRequest httpReq) |
Modifier and Type | Method and Description |
---|---|
void |
VerificationResult.setVerifiedId(Identifier verifiedId)
Sets the verified identifier.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlIdentifier |
class |
XriIdentifier |
Modifier and Type | Field and Description |
---|---|
(package private) Identifier |
DiscoveryInformation._claimedIdentifier
The claimed identifier, i.e.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
DiscoveryInformation.getClaimedIdentifier() |
Identifier |
Discovery.parseIdentifier(java.lang.String identifier) |
Identifier |
Discovery.parseIdentifier(java.lang.String identifier,
boolean removeFragment) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
Discovery.discover(Identifier identifier) |
Constructor and Description |
---|
DiscoveryInformation(java.net.URL opEndpoint,
Identifier claimedIdentifier) |
DiscoveryInformation(java.net.URL opEndpoint,
Identifier claimedIdentifier,
java.lang.String version) |
DiscoveryInformation(java.net.URL opEndpoint,
Identifier claimedIdentifier,
java.lang.String delegate,
java.lang.String version) |
DiscoveryInformation(java.net.URL opEndpoint,
Identifier claimedIdentifier,
java.lang.String delegate,
java.lang.String version,
java.util.Set types) |
Copyright 2006-2008 Sxip Identity Corporation