Skip to content
Snippets Groups Projects

feat: :guitar: VoBasedEdupersonScopedAffiliationsClaimSource impl

Merged Ghost User requested to merge dBucik/vo_member_affiliation_claim into main
6 files
+ 217
0
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -414,4 +414,17 @@ public class PerunAdapterImpl extends PerunAdapter {
@@ -414,4 +414,17 @@ public class PerunAdapterImpl extends PerunAdapter {
}
}
}
}
 
@Override
 
public Set<Long> getUserVoIds(Long userId) {
 
try {
 
return this.getAdapterPrimary().getUserVoIds(userId);
 
} catch (UnsupportedOperationException e) {
 
if (this.isCallFallback()) {
 
return this.getAdapterFallback().getUserVoIds(userId);
 
} else {
 
throw e;
 
}
 
}
 
}
 
}
}
Loading