Uses of Interface
org.openid4java.discovery.Identifier

Packages that use Identifier
org.openid4java.consumer Provides functionality for OpenID-enabling Consumer (Relying Party) sites. 
org.openid4java.discovery   
 

Uses of Identifier in org.openid4java.consumer
 

Fields in org.openid4java.consumer declared as Identifier
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.
 

Methods in org.openid4java.consumer that return Identifier
 Identifier VerificationResult.getVerifiedId()
          Gets the verified identifier.
 Identifier SampleConsumer.verifyResponse(javax.servlet.http.HttpServletRequest httpReq)
           
 

Methods in org.openid4java.consumer with parameters of type Identifier
 void VerificationResult.setVerifiedId(Identifier verifiedId)
          Sets the verified identifier.
 

Uses of Identifier in org.openid4java.discovery
 

Classes in org.openid4java.discovery that implement Identifier
 class UrlIdentifier
           
 class XriIdentifier
           
 

Fields in org.openid4java.discovery declared as Identifier
(package private)  Identifier DiscoveryInformation._claimedIdentifier
          The claimed identifier, i.e.
 

Methods in org.openid4java.discovery that return Identifier
 Identifier DiscoveryInformation.getClaimedIdentifier()
           
 Identifier Discovery.parseIdentifier(java.lang.String identifier)
           
 Identifier Discovery.parseIdentifier(java.lang.String identifier, boolean removeFragment)
           
 

Methods in org.openid4java.discovery with parameters of type Identifier
 java.util.List Discovery.discover(Identifier identifier)
           
 

Constructors in org.openid4java.discovery with parameters of type Identifier
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