summaryrefslogtreecommitdiffstats
path: root/auth/auth-oauth
diff options
context:
space:
mode:
authorJonathan Gathman <jonathan.gathman@att.com>2019-11-21 14:39:17 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-21 14:39:17 +0000
commit2251548a65a7d42d652dc0ecc020b1c8582e0c79 (patch)
tree89bd7e430d8745417c21235a9666ae921d142fff /auth/auth-oauth
parentaf158637022b110e2ff40ed87d57878af8354ac2 (diff)
parent9dc7627a31efdd7a41ca7a25755e04f6b23d0e07 (diff)
Merge "Annotate the "JSONPermLoader" interface with the @FunctionalInterface annotation"
Diffstat (limited to 'auth/auth-oauth')
-rw-r--r--auth/auth-oauth/src/main/java/org/onap/aaf/auth/oauth/service/JSONPermLoader.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth-oauth/src/main/java/org/onap/aaf/auth/oauth/service/JSONPermLoader.java b/auth/auth-oauth/src/main/java/org/onap/aaf/auth/oauth/service/JSONPermLoader.java
index 0126c2e2..a0644fd1 100644
--- a/auth/auth-oauth/src/main/java/org/onap/aaf/auth/oauth/service/JSONPermLoader.java
+++ b/auth/auth-oauth/src/main/java/org/onap/aaf/auth/oauth/service/JSONPermLoader.java
@@ -28,6 +28,7 @@ import org.onap.aaf.auth.layer.Result;
import org.onap.aaf.cadi.CadiException;
import org.onap.aaf.misc.env.APIException;
+@FunctionalInterface
public interface JSONPermLoader {
public Result<String> loadJSONPerms(AuthzTrans trans, String user, Set<String> scopes) throws APIException, CadiException;