PHP 클래스 AppserverIo\Appserver\Core\Api\Node\AuthenticationNode

저자: Johann Zelger ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$uri string The authentication uri to match for

공개 메소드들

메소드 설명
getUri ( ) : string Returns the authentication type

메소드 상세

getUri() 공개 메소드

Returns the authentication type
public getUri ( ) : string
리턴 string The authentication type

프로퍼티 상세

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

The authentication uri to match for
protected string $uri
리턴 string