Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorExternalAccountQuery

final class PhabricatorExternalAccountQuery
Phabricator Technical Documentation (Auth)

NOTE: When loading ExternalAccounts for use in an authentication context (that is, you're going to act as the account or link identities or anything like that) you should require CAN_EDIT capability even if you aren't actually editing the ExternalAccount.

ExternalAccounts have a permissive CAN_VIEW policy (like users) because they interact directly with objects and can leave comments, sign documents, etc. However, CAN_EDIT is restricted to users who own the accounts.

Methods

public function withUserPHIDs($user_phids)

This method is not documented.
Parameters
array$user_phids
Return
wild

public function withPHIDs($phids)

This method is not documented.
Parameters
array$phids
Return
wild

public function withIDs($ids)

This method is not documented.
Parameters
$ids
Return
wild

public function withAccountSecrets($secrets)

This method is not documented.
Parameters
array$secrets
Return
wild

public function needImages($need)

This method is not documented.
Parameters
$need
Return
wild

public function needAccountIdentifiers($need)

This method is not documented.
Parameters
$need
Return
wild

public function withProviderConfigPHIDs($phids)

This method is not documented.
Parameters
array$phids
Return
wild

public function withRawAccountIdentifiers($identifiers)

This method is not documented.
Parameters
array$identifiers
Return
wild

public function newResultObject()

This method is not documented.
Return
wild

protected function loadPage()

This method is not documented.
Return
wild

protected function willFilterPage($accounts)

This method is not documented.
Parameters
array$accounts
Return
wild

protected function buildWhereClauseParts($conn)

This method is not documented.
Parameters
AphrontDatabaseConnection$conn
Return
wild

protected function buildJoinClauseParts($conn)

This method is not documented.
Parameters
AphrontDatabaseConnection$conn
Return
wild

protected function shouldJoinIdentifiersTable()

This method is not documented.
Return
wild

protected function shouldGroupQueryResultRows()

This method is not documented.
Return
wild

protected function getPrimaryTableAlias()

This method is not documented.
Return
wild

public function getQueryApplicationClass()

This method is not documented.
Return
wild