SimpleAccount.setStringPermissions

Sets the string-based permissions assigned to this Account. Simply delegates to <code>this.authzInfo.setStringPermissions(permissions)</code>.

@param permissions all string-based permissions assigned to this Account. @see hunt.shiro.authc.Account#getStringPermissions()

class SimpleAccount
void
setStringPermissions
(
Set!(string) permissions
)

Meta