diff options
author | Sean Hassan <sean.hassan@att.com> | 2020-06-18 12:20:20 -0500 |
---|---|---|
committer | Sean Hassan <sean.hassan@att.com> | 2020-06-18 12:24:53 -0500 |
commit | 274e4bc9d5afa66a788dfab966984e8d60a22b6d (patch) | |
tree | 718e00e326ce2381bdf1309667a68e9c28e924db /auth/auth-core/src | |
parent | 9602ca33aef3a2a441513359b2750e9fbee11cb4 (diff) |
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 <sean.hassan@att.com>
Change-Id: Ic48981b91d40ad04c82f17043b810445ef6dea40
Diffstat (limited to 'auth/auth-core/src')
-rw-r--r-- | auth/auth-core/src/main/java/org/onap/aaf/auth/org/Organization.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 |