vertx / io.vertx.rxjava.ext.auth.jdbc / JDBCAuth / setRolePrefix

setRolePrefix

open fun setRolePrefix(rolePrefix: String): JDBCAuth

Set the role prefix to distinguish from permissions when checking for isPermitted requests.

Parameters

rolePrefix - a Prefix e.g.: "role:"

Return
a reference to this for fluency