Method |
Description |
|
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. |
|