From 274e4bc9d5afa66a788dfab966984e8d60a22b6d Mon Sep 17 00:00:00 2001 From: Sean Hassan Date: Thu, 18 Jun 2020 12:20:20 -0500 Subject: Organization defined users whose user roles do not expire will also not have their credentials expire Issue-ID: AAF-1161 Signed-off-by: Sean Hassan Change-Id: Ic48981b91d40ad04c82f17043b810445ef6dea40 --- auth/auth-core/src/main/java/org/onap/aaf/auth/org/Organization.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth/auth-core/src/main') diff --git a/auth/auth-core/src/main/java/org/onap/aaf/auth/org/Organization.java b/auth/auth-core/src/main/java/org/onap/aaf/auth/org/Organization.java index 795231eb..778eb295 100644 --- a/auth/auth-core/src/main/java/org/onap/aaf/auth/org/Organization.java +++ b/auth/auth-core/src/main/java/org/onap/aaf/auth/org/Organization.java @@ -349,8 +349,8 @@ public interface Organization { public void setTestMode(boolean dryRun); /** - * Evaluates a user to determine if they are exempt from role expiration. - * Returns true if true, false is false. Default implementation is always false. + * Evaluates a user to determine if they are exempt from role and cred expiration. + * Returns true if true, false if false. Default implementation is always false. * * @param user * @param expires -- cgit 1.2.3-korg