We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd33956 commit 60971a9Copy full SHA for 60971a9
core/am/logic/src/main/java/org/apache/syncope/core/logic/OIDCJWKSLogic.java
@@ -19,8 +19,8 @@
19
package org.apache.syncope.core.logic;
20
21
import java.lang.reflect.Method;
22
-import java.util.Optional;
23
import java.util.List;
+import java.util.Optional;
24
import org.apache.syncope.common.lib.to.OIDCJWKSTO;
25
import org.apache.syncope.common.lib.types.AMEntitlement;
26
import org.apache.syncope.common.lib.types.IdRepoEntitlement;
0 commit comments