EROpenIDManager Class Reference
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| WOActionResults authRequest |
( |
String |
userSuppliedString, |
|
|
String |
realm, |
|
|
WORequest |
request, |
|
|
WOContext |
context | |
|
) |
| | throws MessageException, DiscoveryException, ConsumerException |
Initiates the authentication request.
- Parameters:
-
| userSuppliedString | the string supplied by the user |
| realm | explicit realm to use for the authRequest. Allows nulls. |
| request | the WORequest |
| context | the WOContext |
- Returns:
- the redirection action results
- Exceptions:
-
| MessageException | |
| DiscoveryException | |
| ConsumerException | |
| boolean isOpenIDAuth |
( |
String |
userSuppliedString |
) |
|
Returns whether or not the given string looks like an OpenID auth string.
- Parameters:
-
| userSuppliedString | the string from the user |
- Returns:
- whether or not the given string looks like an OpenID auth string
| void setDelegate |
( |
EROpenIDManager.Delegate |
delegate |
) |
|
Set the delegate for this manager if you want to specify a custom FetchRequest.
- Parameters:
-
| delegate | the new delegate |
| EROResponse verifyResponse |
( |
WORequest |
request, |
|
|
WOContext |
context | |
|
) |
| | throws MessageException, DiscoveryException, AssociationException |
The callback for verifying the OpenID response.
- Parameters:
-
| request | the WORequest |
| context | the WOContext |
- Returns:
- the OpenID response
- Exceptions:
-
| MessageException | |
| DiscoveryException | |
| AssociationException | |
Member Data Documentation
final Logger log = Logger.getLogger(EROpenIDManager.class) [static] |
The documentation for this class was generated from the following file: