AzureAuthentication
class AzureAuthentication extends AuthenticationHook
Constants
| HOOK_PREFIX |
|
Properties
| Controller | $mod | Instance providing the hook |
from BaseHook |
| array | $_hook_info | Hook Information "id" => "4914" "instance_id" => "api_microsoft" "name" => "oauth_client" "hook" => "webservice.oauth_client" "type" => "object" "registry_name" => "oauth_client" "function_name" => "" "internal" => "no" "dep_mode" => "local" "active" => "yes" "title" => "Basic functions" "description" => "" "options" => "" |
from BaseHook |
| protected string | $name | Name of authentication method |
from AuthenticationHook |
| protected string | $description | Short description of authentication method |
from AuthenticationHook |
| protected int | $ttl | from AuthenticationHook | |
| protected | $auth_title |
Methods
No description
User authentication is wrapped for Auth Hooks
Return configuration variable for auth method
Load Auth Method Hook without Access Check
No description
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
Return Auth Method information as keyed array [name, description, config]
Show this authentication method if installed, even if its not configured yet
No description
No description
Details
at line 120
afterLogin()
No description
in
AuthenticationHook at line 83
final bool
authenticate_user(string $userid, string $password)
User authentication is wrapped for Auth Hooks
in
AuthenticationHook at line 132
final protected mixed
getAuthConfig(string $config_var)
Return configuration variable for auth method
in
AuthenticationHook at line 51
final static null|static
getAuthHook(string $hook_identifier = null)
Load Auth Method Hook without Access Check
in
AuthenticationHook at line 142
final string
getAuthID()
Get internal Auth ID
at line 245
array
getConfigurationFDL()
No description
in
BaseHook at line 76
string
getHookDescription()
No description
in
BaseHook at line 55
string
getHookIdentifier()
Get Hook identifier consists of instance_id puncto separator and hook name Ex. instance_id.name
in
BaseHook at line 45
array
getHookInfoValue(bool $key = false)
Return Hook information (ID, InstanceID, Name, Hook Type, Object Type, ...)
in
BaseHook at line 69
string
getHookInstance()
No description
in
BaseHook at line 62
string
getHookName()
No description
in
BaseHook at line 83
string
getHookTitle()
No description
in
BaseHook at line 88
getObject()
No description
in
BaseHook at line 97
mixed
getOption(string $key)
Returns the option with $key set in the config.yml
in
AuthenticationHook at line 70
int
getSessionTTL()
No description
in
AuthenticationHook at line 107
final array
get_module_info()
Return Auth Method information as keyed array [name, description, config]
in
AuthenticationHook at line 95
final array
get_user_details()
No description
at line 171
bool
isAvailable()
Show this authentication method if installed, even if its not configured yet
at line 26
UserDetails|bool
login($login, string $password = null)
No description
at line 139
void
logout()
No description
in
AuthenticationHook at line 172
void
onBeforeExecute()
Override in your auth method
in
AuthenticationHook at line 17
void
setName(mixed $name)
No description