PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\SecurityNodeInterface

사용 중단: Since 1.2.0
저자: Tim Wagner ([email protected])
상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
getAuth ( ) : AppserverIo\Appserver\Core\Api\Node\AuthNode Return's the authentication information.
getUrlPattern ( ) : UrlPatternNode Return's the URL pattern information.
mapAuthenticationType ( string $shortname ) : string Returns the authentication type class name for the passed shortname.

메소드 상세

getAuth() 공개 메소드

Return's the authentication information.
public getAuth ( ) : AppserverIo\Appserver\Core\Api\Node\AuthNode
리턴 AppserverIo\Appserver\Core\Api\Node\AuthNode The authentication information

getUrlPattern() 공개 메소드

Return's the URL pattern information.
public getUrlPattern ( ) : UrlPatternNode
리턴 UrlPatternNode The URL pattern

mapAuthenticationType() 공개 메소드

Returns the authentication type class name for the passed shortname.
public mapAuthenticationType ( string $shortname ) : string
$shortname string The shortname of the requested authentication type class name
리턴 string The requested authentication type class name