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