abstract fun setRolePrefix(rolePrefix: String): ShiroAuth
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
rolePrefix - a Prefix e.g.: "role:"
rolePrefix
Return a reference to this for fluency