getRoles

abstract fun getRoles(user: String?): Set<String?>?

Takes a username

Return

returns a unique set of role strings

Parameters

user