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

setRolePrefix

abstract 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