Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
org.openid4java.discovery |
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 | Method and Description |
---|---|
Identifier |
DiscoveryInformation.getClaimedIdentifier() |
Identifier |
Discovery.parseIdentifier(String identifier) |
Identifier |
Discovery.parseIdentifier(String identifier,
boolean removeFragment) |
Modifier and Type | Method and Description |
---|---|
List |
Discovery.discover(Identifier identifier) |
Constructor and Description |
---|
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) |
Copyright © 2019 Sxip. All rights reserved.