An auth handler that chains to a sequence of handlers.
| package |
Default |
|---|
__construct()
addAuthorities( $arg0) : $this
array
$thisa reference to this, so the API can be used fluently
addAuthority( $arg0) : $this
string
$thisa reference to this, so the API can be used fluently
append( $arg0) : $this
AuthHandler
$thisself
clear() : void
create() : \io\vertx\jphp\ext\web\handler\ChainAuthHandler
handle( $arg0) : void
RoutingContext
parseCredentials( $arg0, $arg1) : void
RoutingContext
callable
remove( $arg0) : boolean
AuthHandler
booleantrue if provider was removed, false if non existent in the chain.