class AuthenticationRule extends Collection (View source)

Properties

protected $collection_key
bool $allowWithoutCredential
protected $oauthType
protected $oauthDataType
protected $requirementsType
protected $requirementsDataType
string $selector

Methods

setAllowWithoutCredential($allowWithoutCredential)

No description

bool
getAllowWithoutCredential()

No description

setOauth(OAuthRequirements $oauth)

No description

getOauth()

No description

setRequirements($requirements)

No description

getRequirements()

No description

setSelector($selector)

No description

string
getSelector()

No description

Details

setAllowWithoutCredential($allowWithoutCredential)

No description

Parameters

$allowWithoutCredential

bool getAllowWithoutCredential()

No description

Return Value

bool

setOauth(OAuthRequirements $oauth)

No description

Parameters

OAuthRequirements $oauth

OAuthRequirements getOauth()

No description

Return Value

OAuthRequirements

setRequirements($requirements)

No description

Parameters

$requirements

AuthRequirement[] getRequirements()

No description

Return Value

AuthRequirement[]

setSelector($selector)

No description

Parameters

$selector

string getSelector()

No description

Return Value

string