Public Member Functions | |
init ($component, $options=array()) | |
authenticate () | |
![]() | |
__get ($name) | |
__isset ($name) | |
getServiceName () | |
getServiceTitle () | |
getServiceType () | |
getJsArguments () | |
setComponent ($component) | |
getComponent () | |
setRedirectUrl ($url) | |
getRedirectUrl () | |
setCancelUrl ($url) | |
getCancelUrl () | |
getIsAuthenticated () | |
redirect ($url=null) | |
cancel ($url=null) | |
getId () | |
getAttributes () | |
getAttribute ($key, $default=null) | |
hasAttribute ($key) | |
getItem () | |
getItemAttributes () | |
![]() | |
cancel () |
Protected Attributes | |
$url | |
$requiredAttributes = array() | |
![]() | |
$name | |
$title | |
$type | |
$jsArguments = array() | |
$attributes = array() | |
$authenticated = false |
Additional Inherited Members | |
![]() | |
makeRequest ($url, $options=array(), $parseJson=true) | |
initRequest ($url, $options=array()) | |
parseJson ($response) | |
fetchJsonError ($json) | |
getStateKeyPrefix () | |
setState ($key, $value, $defaultValue=null) | |
hasState ($key) | |
getState ($key, $defaultValue=null) | |
fetchAttributes () | |
_fetchAttributes () |
Definition at line 16 of file EOpenIDService.php.
EOpenIDService::authenticate | ( | ) |
Authenticate the user.
Reimplemented from EAuthServiceBase.
Definition at line 49 of file EOpenIDService.php.
References IAuthService\cancel(), and EAuthServiceBase\getServiceName().
EOpenIDService::init | ( | $component, | |
$options = array() |
|||
) |
Initialize the component.
EAuth | $component | the component instance. |
array | $options | properties initialization. |
Reimplemented from EAuthServiceBase.
Definition at line 39 of file EOpenIDService.php.