Methods in com.dyuproject.openid with parameters of type OpenIdContext |
boolean |
Association.associate(OpenIdUser user,
OpenIdContext context)
Associates the user with his openid provider and stores the association data for
future verification. |
boolean |
DiffieHellmanAssociation.associate(OpenIdUser user,
OpenIdContext context)
|
OpenIdUser |
Discovery.discover(Identifier identifier,
OpenIdContext context)
Discovers the user's openid server endpoint and local id (optional). |
OpenIdUser |
RegexHtmlBasedDiscovery.discover(Identifier identifier,
OpenIdContext context)
|
OpenIdUser |
ChainedDiscovery.discover(Identifier identifier,
OpenIdContext context)
|
OpenIdUser |
YadisDiscovery.discover(Identifier identifier,
OpenIdContext context)
|
OpenIdUser |
HtmlBasedDiscovery.discover(Identifier identifier,
OpenIdContext context)
|
static Identifier |
Identifier.getIdentifier(String id,
Identifier.Resolver resolver,
OpenIdContext context)
Returns an Identifier with the id same as the url if the given id is
a valid url; If not, the given resolver will resolve the url. |
void |
Identifier.Resolver.resolve(Identifier identifier,
OpenIdContext context)
|
void |
Identifier.ResolverCollection.resolve(Identifier identifier,
OpenIdContext context)
|
boolean |
Association.verifyAuth(OpenIdUser user,
Map<String,String> authRedirect,
OpenIdContext context)
Verifies the authentication response by validating against the previous
association data stored from Association.associate(OpenIdUser, OpenIdContext) |
boolean |
DiffieHellmanAssociation.verifyAuth(OpenIdUser user,
Map<String,String> authRedirect,
OpenIdContext context)
|