PHP 클래스 ZF\Apigility\Admin\Model\AuthenticationEntity

파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$database string Database name for mongo connection
$digestDomains string Digest domains for HTTP digest authentication (space-separated list of paths)
$dsn string PDO DSN of database for use with zf-oauth2
$dsnType string DSN type (Mongo or PDO)
$htdigest string Path to file containing HTTP digest credentials
$htpasswd string Path to file containing HTTP basic credentials
$nonceTimeout integer Nonce timeout for HTTP digest authentication
$password string Database password for zf-oauth2
$realm string Realm to use with either HTTP basic or digest authentication
$routeMatch string Literal URI path to match for OAuth2 authentication endpoint
$type string Authentication type
$username string Database username for zf-oauth2

공개 메소드들

메소드 설명
__construct ( $type = self::TYPE_BASIC, $realmOrParams = 'api', array $params = [] )
exchangeArray ( array $array )
getArrayCopy ( )
getDsnType ( )
isBasic ( )
isDigest ( )
isOAuth2 ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $type = self::TYPE_BASIC, $realmOrParams = 'api', array $params = [] )
$params array

exchangeArray() 공개 메소드

public exchangeArray ( array $array )
$array array

getArrayCopy() 공개 메소드

public getArrayCopy ( )

getDsnType() 공개 메소드

public getDsnType ( )

isBasic() 공개 메소드

public isBasic ( )

isDigest() 공개 메소드

public isDigest ( )

isOAuth2() 공개 메소드

public isOAuth2 ( )

프로퍼티 상세

$database 보호되어 있는 프로퍼티

Database name for mongo connection
protected string $database
리턴 string

$digestDomains 보호되어 있는 프로퍼티

Digest domains for HTTP digest authentication (space-separated list of paths)
protected string $digestDomains
리턴 string

$dsn 보호되어 있는 프로퍼티

PDO DSN of database for use with zf-oauth2
protected string $dsn
리턴 string

$dsnType 보호되어 있는 프로퍼티

DSN type (Mongo or PDO)
protected string $dsnType
리턴 string

$htdigest 보호되어 있는 프로퍼티

Path to file containing HTTP digest credentials
protected string $htdigest
리턴 string

$htpasswd 보호되어 있는 프로퍼티

Path to file containing HTTP basic credentials
protected string $htpasswd
리턴 string

$nonceTimeout 보호되어 있는 프로퍼티

Nonce timeout for HTTP digest authentication
protected int $nonceTimeout
리턴 integer

$password 보호되어 있는 프로퍼티

Database password for zf-oauth2
protected string $password
리턴 string

$realm 보호되어 있는 프로퍼티

Realm to use with either HTTP basic or digest authentication
protected string $realm
리턴 string

$routeMatch 보호되어 있는 프로퍼티

Literal URI path to match for OAuth2 authentication endpoint
protected string $routeMatch
리턴 string

$type 보호되어 있는 프로퍼티

Authentication type
protected string $type
리턴 string

$username 보호되어 있는 프로퍼티

Database username for zf-oauth2
protected string $username
리턴 string