Skip to content

Instantly share code, notes, and snippets.

@dacamo76
Created October 28, 2019 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacamo76/b4b72a738fc8504b4fe3556b9a0fa9d0 to your computer and use it in GitHub Desktop.
Save dacamo76/b4b72a738fc8504b4fe3556b9a0fa9d0 to your computer and use it in GitHub Desktop.
AttributeRepresentation rep = new JSONAttributeRepresentation(Reader jsonReader);
List<Attributes> attributes = rep.newAttributeList();
Map<Attribute, String> roles = new HashMap<Attribute, String>();
Attribute id = attributes.get(0);
roles.put(id, Attributes.ID_NAME);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment