This is an automated email from the ASF dual-hosted git repository.

mdisabatino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 31810c1  Added getter VirAttrCacheKey
31810c1 is described below

commit 31810c1eb67d413505f342d50b8c756670965db9
Author: Marco Di Sabatino Di Diodoro <marco.disabat...@tirasa.net>
AuthorDate: Fri Feb 26 17:27:01 2021 +0100

    Added getter VirAttrCacheKey
---
 .../syncope/core/provisioning/api/cache/VirAttrCacheKey.java | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git 
a/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/cache/VirAttrCacheKey.java
 
b/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/cache/VirAttrCacheKey.java
index dce8898..91c16b8 100644
--- 
a/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/cache/VirAttrCacheKey.java
+++ 
b/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/cache/VirAttrCacheKey.java
@@ -48,6 +48,18 @@ public class VirAttrCacheKey {
         this.schema = schema;
     }
 
+    public String getAnyType() {
+        return anyType;
+    }
+
+    public String getAny() {
+        return any;
+    }
+
+    public String getSchema() {
+        return schema;
+    }
+
     @Override
     public int hashCode() {
         return new HashCodeBuilder().

Reply via email to