PHP 트레잇 Adldap\Laravel\Traits\UsesAdldap

파일 보기 프로젝트 열기: adldap2/adldap2-laravel

보호된 메소드들

메소드 설명
getAdldap ( string $provider = null ) : Adldap\Connections\ProviderInterface Returns the root Adldap provider instance.
getDefaultConnectionName ( ) : mixed Returns the configured default connection name.
getLimitationFilter ( ) : string | null Returns the configured login limitation filter.
getSchema ( ) : Adldap\Schemas\SchemaInterface Returns Adldap's current attribute schema.
getSelectAttributes ( ) : array Returns the configured select attributes when performing queries for authentication and binding for users.
newAdldapUserQuery ( string | null $provider = null, string | null $filter = null ) : Builder Returns a new Adldap user query.

메소드 상세

getAdldap() 보호된 메소드

Returns the root Adldap provider instance.
protected getAdldap ( string $provider = null ) : Adldap\Connections\ProviderInterface
$provider string
리턴 Adldap\Connections\ProviderInterface

getDefaultConnectionName() 보호된 메소드

Returns the configured default connection name.
protected getDefaultConnectionName ( ) : mixed
리턴 mixed

getLimitationFilter() 보호된 메소드

Returns the configured login limitation filter.
protected getLimitationFilter ( ) : string | null
리턴 string | null

getSchema() 보호된 메소드

Returns Adldap's current attribute schema.
protected getSchema ( ) : Adldap\Schemas\SchemaInterface
리턴 Adldap\Schemas\SchemaInterface

getSelectAttributes() 보호된 메소드

Returns the configured select attributes when performing queries for authentication and binding for users.
protected getSelectAttributes ( ) : array
리턴 array

newAdldapUserQuery() 보호된 메소드

Returns a new Adldap user query.
protected newAdldapUserQuery ( string | null $provider = null, string | null $filter = null ) : Builder
$provider string | null
$filter string | null
리턴 Adldap\Query\Builder