PHP 클래스 Neos\Flow\Security\Authentication\Provider\AbstractProvider

상속: implements Neos\Flow\Security\Authentication\AuthenticationProviderInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$name string
$options array

공개 메소드들

메소드 설명
__construct ( string $name, array $options = [] ) Constructor
canAuthenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : boolean Returns TRUE if the given token can be authenticated by this provider

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $name, array $options = [] )
$name string The name of this authentication provider
$options array Additional configuration options

canAuthenticate() 공개 메소드

Returns TRUE if the given token can be authenticated by this provider
public canAuthenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : boolean
$authenticationToken Neos\Flow\Security\Authentication\TokenInterface The token that should be authenticated
리턴 boolean TRUE if the given token class can be authenticated by this provider

프로퍼티 상세

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

protected string $name
리턴 string

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

protected array $options
리턴 array