Skip to content

Instantly share code, notes, and snippets.

@floverfelt
Last active August 24, 2020 17:04
Show Gist options
  • Save floverfelt/a9beeaa2a281d1e97192d36e0cc64dfc to your computer and use it in GitHub Desktop.
Save floverfelt/a9beeaa2a281d1e97192d36e0cc64dfc to your computer and use it in GitHub Desktop.
// Required format for task
List<List<String>> allDbRoles = Collections.singletonList((Collections.singletonList(dbRoleId)));
String connDetails = DSSXMLClassFactory.getServerSessionInstance().getAppSchemaServer()
.GetDBRoleInfo(webIServerSession.getSessionID(), null, (String) null, (String) null, allDbRoles, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment