return flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList)); | return flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON); | flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList)) | flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON) | keycloak | 086f7b469610af379630ae80996221b32ef6cf6f | org.keycloak.models.jpa.RealmAdapter | | _1 | getAuthenticationExecutions |
---|
_2 | getAuthenticationExecutionsStream |
---|
| v0 | flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON) |
---|
| | v0 | flow.getExecutions().stream().filter(e -> getId().equals(e.getRealm().getId())).map(this::entityToModel).sorted(AuthenticationExecutionModel.ExecutionComparator.SINGLETON) |
---|
| Returns | True |
return realm.getAuthenticationFlows().stream().map(this::entityToModel).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList)); | return realm.getAuthenticationFlows().stream().map(this::entityToModel); | realm.getAuthenticationFlows().stream().map(this::entityToModel).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList)) | realm.getAuthenticationFlows().stream().map(this::entityToModel) | keycloak | 086f7b469610af379630ae80996221b32ef6cf6f | org.keycloak.models.jpa.RealmAdapter | | _1 | getAuthenticationFlows |
---|
_2 | getAuthenticationFlowsStream |
---|
| v0 | realm.getAuthenticationFlows().stream().map(this::entityToModel) |
---|
| | v0 | realm.getAuthenticationFlows().stream().map(this::entityToModel) |
---|
| Returns | True |
return ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName)).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList)); | return ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName)); | ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName)).collect(Collectors.collectingAndThen(Collectors.toList(),Collections::unmodifiableList)) | ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName)) | keycloak | d59a74c364e9cee1fdfaf2fc7de21c9ecb1e5c6f | org.keycloak.models.jpa.JpaRealmProvider | | _1 | getGroups |
---|
_2 | getGroupsStream |
---|
| v0 | ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName)) |
---|
| | v0 | ref.getGroups().stream().map(g -> session.groups().getGroupById(realm,g.getId())).sorted(Comparator.comparing(GroupModel::getName)) |
---|
| Returns | True |