public Set getRoles()

in authentication-server/src/main/java/org/apache/servicecomb/fence/authentication/user/UserInfo.java [55:57]


  public Set<String> getRoles() {
    return roles;
  }