class AuthenticationRule extends Message

Properties

string $selector
OAuthRequirements $oauth
boolean $allow_without_credential
AuthRequirement[] $requirements

Methods

static 
descriptor()

No description

boolean
hasSelector()

Check if has a value

string
getSelector()

Get value

setSelector(string $value)

Set value

boolean
hasOauth()

Check if has a value

boolean
hasAllowWithoutCredential()

Check if has a value

boolean
setAllowWithoutCredential(boolean $value)

Set value

boolean
hasRequirements()

Check if has a value

getRequirements(int $idx = NULL)

Get value

setRequirements(AuthRequirement $value, $idx = NULL)

Set value

getRequirementsList()

Get all elements of

addRequirements(AuthRequirement $value)

Add a new element to

Details

at line line 185
static descriptor()

at line line 235
boolean hasSelector()

Check if has a value

Return Value

boolean

at line line 244
AuthenticationRule clearSelector()

Clear value

Return Value

AuthenticationRule

at line line 253
string getSelector()

Get value

Return Value

string

at line line 263
AuthenticationRule setSelector(string $value)

Set value

Parameters

string $value

Return Value

AuthenticationRule

at line line 272
boolean hasOauth()

Check if has a value

Return Value

boolean

at line line 281
AuthenticationRule clearOauth()

Clear value

Return Value

AuthenticationRule

at line line 290
OAuthRequirements getOauth()

Get value

Return Value

OAuthRequirements

at line line 300
AuthenticationRule setOauth(OAuthRequirements $value)

Set value

Parameters

OAuthRequirements $value

Return Value

AuthenticationRule

at line line 309
boolean hasAllowWithoutCredential()

Check if has a value

Return Value

boolean

at line line 318
AuthenticationRule clearAllowWithoutCredential()

Clear value

Return Value

AuthenticationRule

at line line 327
boolean getAllowWithoutCredential()

Get value

Return Value

boolean

at line line 337
AuthenticationRule setAllowWithoutCredential(boolean $value)

Set value

Parameters

boolean $value

Return Value

AuthenticationRule

at line line 346
boolean hasRequirements()

Check if has a value

Return Value

boolean

at line line 355
AuthenticationRule clearRequirements()

Clear value

Return Value

AuthenticationRule

at line line 365
AuthRequirement getRequirements(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

AuthRequirement

at line line 375
AuthenticationRule setRequirements(AuthRequirement $value, $idx = NULL)

Set value

Parameters

AuthRequirement $value
$idx

Return Value

AuthenticationRule

at line line 384
AuthRequirement[] getRequirementsList()

Get all elements of

Return Value

AuthRequirement[]

at line line 394
AuthenticationRule addRequirements(AuthRequirement $value)

Add a new element to

Parameters

AuthRequirement $value

Return Value

AuthenticationRule