Created
October 28, 2019 05:20
-
-
Save dacamo76/b4b72a738fc8504b4fe3556b9a0fa9d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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