PHP 인터페이스 AppserverIo\Appserver\ServletEngine\Security\MappingInterface

파일 보기 프로젝트 열기: appserver-io/appserver 0 사용 예제들

공개 메소드들

메소드 설명
getAuthenticatorSerial ( ) : string Return's the authenticator serial.
getHttpMethodOmissions ( ) : array Return's the HTTP methods that has to b omissed from authentication
getHttpMethods ( ) : array Return's the HTTP methods that has to be authenticated.
getRoleNames ( ) : array Return's the role names.
getUrlPattern ( ) : string Return's the URL pattern.
match ( AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface $servletRequest ) : boolean Return's TRUE if the passed request matches the mappings URL patter.

메소드 상세

getAuthenticatorSerial() 공개 메소드

Return's the authenticator serial.
public getAuthenticatorSerial ( ) : string
리턴 string The authenticator serial

getHttpMethodOmissions() 공개 메소드

Return's the HTTP methods that has to b omissed from authentication
public getHttpMethodOmissions ( ) : array
리턴 array The HTTP methods

getHttpMethods() 공개 메소드

Return's the HTTP methods that has to be authenticated.
public getHttpMethods ( ) : array
리턴 array The HTTP methods

getRoleNames() 공개 메소드

Return's the role names.
public getRoleNames ( ) : array
리턴 array The role names

getUrlPattern() 공개 메소드

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

match() 공개 메소드

Return's TRUE if the passed request matches the mappings URL patter.
public match ( AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface $servletRequest ) : boolean
$servletRequest AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface The request to match
리턴 boolean TRUE if the request matches, else FALSE