consentReps = new LinkedList<>() | consentReps = session.users().getConsentsStream(realm,user.getId()).map(ModelToRepresentation::toRepresentation).collect(Collectors.toList()) | new LinkedList<>() | session.users().getConsentsStream(realm,user.getId()).map(ModelToRepresentation::toRepresentation).collect(Collectors.toList()) | keycloak | 73d0bb34c4d8a6826e538f2a81bef515732a59c9 | org.keycloak.exportimport.util.ExportUtils | | _1 | consentReps |
---|
_2 | consentReps |
---|
| | - java.util.stream.Collectors
- java.util.LinkedList
| xyz | session.users().getConsentsStream(realm,user.getId()).map(ModelToRepresentation::toRepresentation).collect(Collectors.toList()) |
---|
| AssignedTo | False |