aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/main/java/com/att/cadi/filter
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/com/att/cadi/filter')
-rw-r--r--core/src/main/java/com/att/cadi/filter/AUTHZ.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/AUTHZServlet.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/AccessGetter.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/CadiAccess.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/CadiFilter.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/CadiHTTPManip.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/FCGet.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/MapPermConverter.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/NullPermConverter.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/PathFilter.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/PermConverter.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/RolesAllowed.java3
-rw-r--r--core/src/main/java/com/att/cadi/filter/ServletImpl.java3
13 files changed, 13 insertions, 26 deletions
diff --git a/core/src/main/java/com/att/cadi/filter/AUTHZ.java b/core/src/main/java/com/att/cadi/filter/AUTHZ.java
index 8f33105..ab32a98 100644
--- a/core/src/main/java/com/att/cadi/filter/AUTHZ.java
+++ b/core/src/main/java/com/att/cadi/filter/AUTHZ.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/AUTHZServlet.java b/core/src/main/java/com/att/cadi/filter/AUTHZServlet.java
index dab6b47..c1ad627 100644
--- a/core/src/main/java/com/att/cadi/filter/AUTHZServlet.java
+++ b/core/src/main/java/com/att/cadi/filter/AUTHZServlet.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/AccessGetter.java b/core/src/main/java/com/att/cadi/filter/AccessGetter.java
index a36b7c7..37d2c04 100644
--- a/core/src/main/java/com/att/cadi/filter/AccessGetter.java
+++ b/core/src/main/java/com/att/cadi/filter/AccessGetter.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/CadiAccess.java b/core/src/main/java/com/att/cadi/filter/CadiAccess.java
index c7a9250..e9bc5a8 100644
--- a/core/src/main/java/com/att/cadi/filter/CadiAccess.java
+++ b/core/src/main/java/com/att/cadi/filter/CadiAccess.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/CadiFilter.java b/core/src/main/java/com/att/cadi/filter/CadiFilter.java
index 578cbba..da24f44 100644
--- a/core/src/main/java/com/att/cadi/filter/CadiFilter.java
+++ b/core/src/main/java/com/att/cadi/filter/CadiFilter.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/CadiHTTPManip.java b/core/src/main/java/com/att/cadi/filter/CadiHTTPManip.java
index 821dae9..6969b8c 100644
--- a/core/src/main/java/com/att/cadi/filter/CadiHTTPManip.java
+++ b/core/src/main/java/com/att/cadi/filter/CadiHTTPManip.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/FCGet.java b/core/src/main/java/com/att/cadi/filter/FCGet.java
index 97840d4..b8f95da 100644
--- a/core/src/main/java/com/att/cadi/filter/FCGet.java
+++ b/core/src/main/java/com/att/cadi/filter/FCGet.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/MapPermConverter.java b/core/src/main/java/com/att/cadi/filter/MapPermConverter.java
index 19aeb18..09b6f93 100644
--- a/core/src/main/java/com/att/cadi/filter/MapPermConverter.java
+++ b/core/src/main/java/com/att/cadi/filter/MapPermConverter.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/NullPermConverter.java b/core/src/main/java/com/att/cadi/filter/NullPermConverter.java
index 07c565d..d73008e 100644
--- a/core/src/main/java/com/att/cadi/filter/NullPermConverter.java
+++ b/core/src/main/java/com/att/cadi/filter/NullPermConverter.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/PathFilter.java b/core/src/main/java/com/att/cadi/filter/PathFilter.java
index 3ea6536..328977d 100644
--- a/core/src/main/java/com/att/cadi/filter/PathFilter.java
+++ b/core/src/main/java/com/att/cadi/filter/PathFilter.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/PermConverter.java b/core/src/main/java/com/att/cadi/filter/PermConverter.java
index e5bfcb7..ba098c4 100644
--- a/core/src/main/java/com/att/cadi/filter/PermConverter.java
+++ b/core/src/main/java/com/att/cadi/filter/PermConverter.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/RolesAllowed.java b/core/src/main/java/com/att/cadi/filter/RolesAllowed.java
index ec350fd..97a8f54 100644
--- a/core/src/main/java/com/att/cadi/filter/RolesAllowed.java
+++ b/core/src/main/java/com/att/cadi/filter/RolesAllowed.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/core/src/main/java/com/att/cadi/filter/ServletImpl.java b/core/src/main/java/com/att/cadi/filter/ServletImpl.java
index 3db6d4e..13a251c 100644
--- a/core/src/main/java/com/att/cadi/filter/ServletImpl.java
+++ b/core/src/main/java/com/att/cadi/filter/ServletImpl.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.