You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/08/30 07:16:51 UTC

[cxf-fediz] branch master updated: Removing some problematic language

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 58eb258  Removing some problematic language
58eb258 is described below

commit 58eb258248f577ae72b7282dcc2cc19c5bf2f109
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Aug 30 08:16:38 2021 +0100

    Removing some problematic language
---
 examples/jaxrsCxfPluginWebapp/README.txt                                | 2 +-
 examples/jaxrsSimpleWebapp/README.txt                                   | 2 +-
 examples/jaxrsSpringSecurityWebapp/README.txt                           | 2 +-
 examples/simpleWebapp/README.txt                                        | 2 +-
 examples/springPreauthWebapp/README.txt                                 | 2 +-
 examples/springWebapp/README.txt                                        | 2 +-
 examples/websphereWebapp/README.txt                                     | 2 +-
 .../PreAuthenticatedGrantedAuthoritiesUserDetailsFederationService.java | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/examples/jaxrsCxfPluginWebapp/README.txt b/examples/jaxrsCxfPluginWebapp/README.txt
index 75996a8..911feea 100644
--- a/examples/jaxrsCxfPluginWebapp/README.txt
+++ b/examples/jaxrsCxfPluginWebapp/README.txt
@@ -27,7 +27,7 @@ Demo Web Application
 The main code lives in the class FederationService. This JAX-RS Service is protected
 and can be accessed only if the browser user is authenticated. The purpose of
 the FederationService is to illustrate the usage of the Java Servlet Security
-API to get the authenticated user and to check the roles he has. Further, 
+API to get the authenticated user and to check the roles they have. Further, 
 the FederationService shows how to access claims data (user data) which were 
 stored in the SAML token by using the Fediz interface FedizPrincipal.
 Beyond that, the FederationService illustrates how to access the SAML token
diff --git a/examples/jaxrsSimpleWebapp/README.txt b/examples/jaxrsSimpleWebapp/README.txt
index 3ecd244..db71c8d 100644
--- a/examples/jaxrsSimpleWebapp/README.txt
+++ b/examples/jaxrsSimpleWebapp/README.txt
@@ -38,7 +38,7 @@ Demo Web Application
 The main code lives in the class FederationService. This JAX-RS Service is protected
 and can be accessed only if the browser user is authenticated. The purpose of
 the FederationServlet is to illustrate the usage of the Spring Security API and
-Configuration to get the authenticated user and to check the roles he has. Further, 
+Configuration to get the authenticated user and to check the roles they have. Further, 
 the FederationServlet shows how to access claims data (user data) which were 
 stored in the SAML token by using the Fediz interface FedizPrincipal.
 Beyond that, the FederationService illustrates how to access the SAML token
diff --git a/examples/jaxrsSpringSecurityWebapp/README.txt b/examples/jaxrsSpringSecurityWebapp/README.txt
index 8850742..c0b83ed 100644
--- a/examples/jaxrsSpringSecurityWebapp/README.txt
+++ b/examples/jaxrsSpringSecurityWebapp/README.txt
@@ -31,7 +31,7 @@ Demo Web Application
 The main code lives in the class FederationService. This JAX-RS Service is protected
 and can be accessed only if the browser user is authenticated. The purpose of
 the FederationService is to illustrate the usage of the Java Servlet Security
-API to get the authenticated user and to check the roles he has. Further, 
+API to get the authenticated user and to check the roles they have. Further, 
 the FederationService shows how to access claims data (user data) which were 
 stored in the SAML token by using the Fediz interface FedizPrincipal.
 Beyond that, the FederationService illustrates how to access the SAML token
diff --git a/examples/simpleWebapp/README.txt b/examples/simpleWebapp/README.txt
index 371b8a0..5797dbe 100644
--- a/examples/simpleWebapp/README.txt
+++ b/examples/simpleWebapp/README.txt
@@ -45,7 +45,7 @@ Demo Web Application
 The main code lives in the class FederationServlet. This Servlet is protected
 and can be accessed only if the browser user is authenticated. The purpose of
 the FederationServlet is to illustrate the usage of the Java Servlet Security
-API to get the authenticated user and to check the roles he has. Further, 
+API to get the authenticated user and to check the roles they have. Further, 
 the FederationServlet shows how to access claims data (user data) which were 
 stored in the SAML token by using the Fediz interface FedizPrincipal.
 Beyond that, the FederationServlet illustrates how to access the SAML token
diff --git a/examples/springPreauthWebapp/README.txt b/examples/springPreauthWebapp/README.txt
index 4851060..4e36df4 100644
--- a/examples/springPreauthWebapp/README.txt
+++ b/examples/springPreauthWebapp/README.txt
@@ -55,7 +55,7 @@ Demo Web Application
 The main code lives in the class FederationServlet. This Servlet is protected
 and can be accessed only if the browser user is authenticated. The purpose of
 the FederationServlet is to illustrate the usage of the Java Servlet Security
-API to get the authenticated user and to check the roles he has. Further, 
+API to get the authenticated user and to check the roles they have. Further, 
 the FederationServlet shows how to access claims data (user data) which were 
 stored in the SAML token by using the Fediz interface FedizPrincipal.
 Beyond that, the FederationServlet illustrates how to access the SAML token
diff --git a/examples/springWebapp/README.txt b/examples/springWebapp/README.txt
index 5c58f8e..3684f55 100644
--- a/examples/springWebapp/README.txt
+++ b/examples/springWebapp/README.txt
@@ -38,7 +38,7 @@ Demo Web Application
 The main code lives in the class FederationServlet. This Servlet is protected
 and can be accessed only if the browser user is authenticated. The purpose of
 the FederationServlet is to illustrate the usage of the Spring Security API and
-Configuration to get the authenticated user and to check the roles he has. Further, 
+Configuration to get the authenticated user and to check the roles they have. Further, 
 the FederationServlet shows how to access claims data (user data) which were 
 stored in the SAML token by using the Fediz interface FedizPrincipal.
 Beyond that, the FederationServlet illustrates how to access the SAML token
diff --git a/examples/websphereWebapp/README.txt b/examples/websphereWebapp/README.txt
index 0366cae..a6422da 100644
--- a/examples/websphereWebapp/README.txt
+++ b/examples/websphereWebapp/README.txt
@@ -45,7 +45,7 @@ Demo Web Application
 The main code lives in the class FederationServlet. This Servlet is protected
 and can be accessed only if the browser user is authenticated. The purpose of
 the FederationServlet is to illustrate the usage of the Java Servlet Security
-API to get the authenticated user and to check the roles he has. Further, 
+API to get the authenticated user and to check the roles they have. Further, 
 the FederationServlet shows how to access claims data (user data) which were 
 stored in the SAML token by using the Fediz interface FedizPrincipal.
 Beyond that, the FederationServlet illustrates how to access the SAML token
diff --git a/plugins/spring/src/main/java/org/apache/cxf/fediz/spring/preauth/PreAuthenticatedGrantedAuthoritiesUserDetailsFederationService.java b/plugins/spring/src/main/java/org/apache/cxf/fediz/spring/preauth/PreAuthenticatedGrantedAuthoritiesUserDetailsFederationService.java
index 371d6a2..367e2f2 100644
--- a/plugins/spring/src/main/java/org/apache/cxf/fediz/spring/preauth/PreAuthenticatedGrantedAuthoritiesUserDetailsFederationService.java
+++ b/plugins/spring/src/main/java/org/apache/cxf/fediz/spring/preauth/PreAuthenticatedGrantedAuthoritiesUserDetailsFederationService.java
@@ -37,7 +37,7 @@ import org.springframework.util.Assert;
  * object based solely on the information contained in the given
  * PreAuthenticatedAuthenticationToken. The user name is set to the name as
  * returned by PreAuthenticatedAuthenticationToken.getName(), the password is
- * set to a fixed dummy value (it will not be used by the
+ * set to a fixed "N/A" value (it will not be used by the
  * PreAuthenticatedAuthenticationProvider anyway), and the Granted Authorities
  * are retrieved from the details object as returned by
  * PreAuthenticatedAuthenticationToken.getDetails().