class Authentication extends Message

Properties

AuthenticationRule[] $rules
AuthProvider[] $providers

Methods

static 
descriptor()

No description

boolean
hasRules()

Check if has a value

clearRules()

Clear value

getRules(int $idx = NULL)

Get value

setRules(AuthenticationRule $value, $idx = NULL)

Set value

getRulesList()

Get all elements of

addRules(AuthenticationRule $value)

Add a new element to

boolean
hasProviders()

Check if has a value

getProviders(int $idx = NULL)

Get value

setProviders(AuthProvider $value, $idx = NULL)

Set value

getProvidersList()

Get all elements of

addProviders(AuthProvider $value)

Add a new element to

Details

at line line 20
static descriptor()

at line line 54
boolean hasRules()

Check if has a value

Return Value

boolean

at line line 63
Authentication clearRules()

Clear value

Return Value

Authentication

at line line 73
AuthenticationRule getRules(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

AuthenticationRule

at line line 83
Authentication setRules(AuthenticationRule $value, $idx = NULL)

Set value

Parameters

AuthenticationRule $value
$idx

Return Value

Authentication

at line line 92
AuthenticationRule[] getRulesList()

Get all elements of

Return Value

AuthenticationRule[]

at line line 102
Authentication addRules(AuthenticationRule $value)

Add a new element to

Parameters

AuthenticationRule $value

Return Value

Authentication

at line line 111
boolean hasProviders()

Check if has a value

Return Value

boolean

at line line 120
Authentication clearProviders()

Clear value

Return Value

Authentication

at line line 130
AuthProvider getProviders(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

AuthProvider

at line line 140
Authentication setProviders(AuthProvider $value, $idx = NULL)

Set value

Parameters

AuthProvider $value
$idx

Return Value

Authentication

at line line 149
AuthProvider[] getProvidersList()

Get all elements of

Return Value

AuthProvider[]

at line line 159
Authentication addProviders(AuthProvider $value)

Add a new element to

Parameters

AuthProvider $value

Return Value

Authentication