http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/pages/SAML2SP_ru.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/pages/SAML2SP_ru.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/pages/SAML2SP_ru.properties new file mode 100644 index 0000000..ead24e7 --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/pages/SAML2SP_ru.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +idps=Identity Providers +sp=Service Provider
http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/ImportMetadata.html ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/ImportMetadata.html b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/ImportMetadata.html new file mode 100644 index 0000000..30a3c6e --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/ImportMetadata.html @@ -0,0 +1,32 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <wicket:extend> + <div id="startAtContainer"> + <form wicket:id="metadataForm" encType="multipart/form-data" method="post" accept-charset="UTF-8"> + <div class="input-group"> + <input wicket:id="fileUpload" type="file"/> + <div class="input-group-addon"> + <a wicket:id="doUpload"><i class="fa fa-upload" alt="upload" title="Upload"></i></a> + </div> + </div> + </form> + </div> + </wicket:extend> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.html ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.html b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.html new file mode 100644 index 0000000..f912857 --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.html @@ -0,0 +1,23 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <wicket:extend> + <span wicket:id="importMetadata"/> + </wicket:extend> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties new file mode 100644 index 0000000..e1ecb17 --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel.properties @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +entityID=Entity ID +useDeflateEncoding=Deflate Encoding +logoutSupported=Logout supported +any.edit=Edit ${entityID} +connObjectKeyValidation=There must be exactly one Remote Key http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties new file mode 100644 index 0000000..3fa90a9 --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_it.properties @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +entityID=Entity ID +useDeflateEncoding=Deflate Encoding +logoutSupported=Logout supportato +any.edit=Modifica ${entityID} +connObjectKeyValidation=Deve essere definito esattamente una Chiave remota http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties new file mode 100644 index 0000000..9bb0b82 --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_pt_BR.properties @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +entityID=Entity ID +useDeflateEncoding=Deflate Encoding +logoutSupported=Logout supported +any.edit=Alterar ${entityID} +connObjectKeyValidation=Precisa ser exatamente um Remote Key http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties new file mode 100644 index 0000000..ba85289 --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2IdPsDirectoryPanel_ru.properties @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +entityID=Entity ID +useDeflateEncoding=Deflate Encoding +logoutSupported=Logout supported +any.edit=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c ${entityID} +connObjectKeyValidation=\u0422\u0430\u043c \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0440\u043e\u0432\u043d\u043e \u043e\u0434\u0438\u043d \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0438\u043e\u043d\u043d\u043e\u0433\u043e \u043a\u043b\u044e\u0447\u0430 http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2SPPanel.html ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2SPPanel.html b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2SPPanel.html new file mode 100644 index 0000000..2434e8d --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/panels/SAML2SPPanel.html @@ -0,0 +1,27 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <wicket:panel> + <div class="logviewer-btn"> + <a class="btn btn-primary" wicket:id="downloadMetadata"> + <span class="fa fa-download"></span> Metadata + </a> + </div> + </wicket:panel> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder$IdP.html ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder$IdP.html b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder$IdP.html new file mode 100644 index 0000000..78bd426 --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder$IdP.html @@ -0,0 +1,27 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <wicket:panel> + <div wicket:id="fields"> + <div class="form-group"> + <span wicket:id="field"/> + </div> + </div> + </wicket:panel> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder$Mapping.html ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder$Mapping.html b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder$Mapping.html new file mode 100644 index 0000000..11b1a52 --- /dev/null +++ b/ext/saml2sp/client-console/src/main/resources/org/apache/syncope/client/console/wizards/SAML2IdPWizardBuilder$Mapping.html @@ -0,0 +1,23 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <wicket:panel> + <span wicket:id="mapping" /> + </wicket:panel> +</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/client-enduser/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/client-enduser/pom.xml b/ext/saml2sp/client-enduser/pom.xml new file mode 100644 index 0000000..24cfc0b --- /dev/null +++ b/ext/saml2sp/client-enduser/pom.xml @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.apache.syncope.ext</groupId> + <artifactId>syncope-ext-saml2sp</artifactId> + <version>2.0.3-SNAPSHOT</version> + </parent> + + <name>Apache Syncope Ext: SAML2 SP Client Enduser</name> + <description>Apache Syncope Ext: SAML2 SP Client Enduser</description> + <groupId>org.apache.syncope.ext.saml2sp</groupId> + <artifactId>syncope-ext-saml2sp-client-enduser</artifactId> + <packaging>jar</packaging> + + <properties> + <rootpom.basedir>${basedir}/../../..</rootpom.basedir> + </properties> + + <dependencies> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>javax.servlet-api</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.syncope.ext.saml2sp</groupId> + <artifactId>syncope-ext-saml2sp-common-lib</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.syncope.ext.saml2sp</groupId> + <artifactId>syncope-ext-saml2sp-rest-api</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.syncope.ext.saml2sp</groupId> + <artifactId>syncope-ext-saml2sp-agent</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.syncope.client</groupId> + <artifactId>syncope-client-enduser</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + </plugins> + + <resources> + <resource> + <directory>src/main/resources</directory> + <filtering>true</filtering> + </resource> + </resources> + </build> +</project> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/common-lib/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/common-lib/pom.xml b/ext/saml2sp/common-lib/pom.xml index 4963817..9aa8409 100644 --- a/ext/saml2sp/common-lib/pom.xml +++ b/ext/saml2sp/common-lib/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP Common Lib</name> - <description>Apache Syncope Extensions: SAML 2.0 SP Common Lib</description> + <name>Apache Syncope Ext: SAML2 SP Common Lib</name> + <description>Apache Syncope Ext: SAML2 SP Common Lib</description> <groupId>org.apache.syncope.ext.saml2sp</groupId> <artifactId>syncope-ext-saml2sp-common-lib</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/logic/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/logic/pom.xml b/ext/saml2sp/logic/pom.xml index b0ffe56..ecc229b 100644 --- a/ext/saml2sp/logic/pom.xml +++ b/ext/saml2sp/logic/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP Logic</name> - <description>Apache Syncope Extensions: SAML 2.0 SP Logic</description> + <name>Apache Syncope Ext: SAML2 SP Logic</name> + <description>Apache Syncope Ext: SAML2 SP Logic</description> <groupId>org.apache.syncope.ext.saml2sp</groupId> <artifactId>syncope-ext-saml2sp-logic</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/persistence-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/persistence-api/pom.xml b/ext/saml2sp/persistence-api/pom.xml index bd98b58..c6b104e 100644 --- a/ext/saml2sp/persistence-api/pom.xml +++ b/ext/saml2sp/persistence-api/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP Persistence API</name> - <description>Apache Syncope Extensions: SAML 2.0 SP Persistence API</description> + <name>Apache Syncope Ext: SAML2 SP Persistence API</name> + <description>Apache Syncope Ext: SAML2 SP Persistence API</description> <groupId>org.apache.syncope.ext.saml2sp</groupId> <artifactId>syncope-ext-saml2sp-persistence-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/persistence-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/persistence-jpa/pom.xml b/ext/saml2sp/persistence-jpa/pom.xml index 857ee01..8f9bd67 100644 --- a/ext/saml2sp/persistence-jpa/pom.xml +++ b/ext/saml2sp/persistence-jpa/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP Persistence JPA</name> - <description>Apache Syncope Extensions: SAML 2.0 SP Persistence JPA</description> + <name>Apache Syncope Ext: SAML2 SP Persistence JPA</name> + <description>Apache Syncope Ext: SAML2 SP Persistence JPA</description> <groupId>org.apache.syncope.ext.saml2sp</groupId> <artifactId>syncope-ext-saml2sp-persistence-jpa</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/pom.xml b/ext/saml2sp/pom.xml index bf1cd9f..7976a32 100644 --- a/ext/saml2sp/pom.xml +++ b/ext/saml2sp/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP</name> - <description>Apache Syncope Extensions: SAML 2.0 SP</description> + <name>Apache Syncope Ext: SAML2 SP</name> + <description>Apache Syncope Ext: SAML2 SP</description> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-saml2sp</artifactId> <packaging>pom</packaging> @@ -48,6 +48,7 @@ under the License. <module>rest-cxf</module> <module>agent</module> <module>client-console</module> + <module>client-enduser</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/provisioning-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/provisioning-api/pom.xml b/ext/saml2sp/provisioning-api/pom.xml index e422189..0c89b3d 100644 --- a/ext/saml2sp/provisioning-api/pom.xml +++ b/ext/saml2sp/provisioning-api/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP Provisioning API</name> - <description>Apache Syncope Extensions: SAML 2.0 SP Provisioning API</description> + <name>Apache Syncope Ext: SAML2 SP Provisioning API</name> + <description>Apache Syncope Ext: SAML2 SP Provisioning API</description> <groupId>org.apache.syncope.ext.saml2sp</groupId> <artifactId>syncope-ext-saml2sp-provisioning-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/provisioning-java/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/provisioning-java/pom.xml b/ext/saml2sp/provisioning-java/pom.xml index ac7bbac..cd10e55 100644 --- a/ext/saml2sp/provisioning-java/pom.xml +++ b/ext/saml2sp/provisioning-java/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP Provisioning Java</name> - <description>Apache Syncope Extensions: SAML 2.0 SP Provisioning Java</description> + <name>Apache Syncope Ext: SAML2 SP Provisioning Java</name> + <description>Apache Syncope Ext: SAML2 SP Provisioning Java</description> <groupId>org.apache.syncope.ext.saml2sp</groupId> <artifactId>syncope-ext-saml2sp-provisioning-java</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/rest-api/pom.xml b/ext/saml2sp/rest-api/pom.xml index d7737f2..9035ff4 100644 --- a/ext/saml2sp/rest-api/pom.xml +++ b/ext/saml2sp/rest-api/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP REST API</name> - <description>Apache Syncope Extensions: SAML 2.0 SP REST API</description> + <name>Apache Syncope Ext: SAML2 SP REST API</name> + <description>Apache Syncope Ext: SAML2 SP REST API</description> <groupId>org.apache.syncope.ext.saml2sp</groupId> <artifactId>syncope-ext-saml2sp-rest-api</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/saml2sp/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/ext/saml2sp/rest-cxf/pom.xml b/ext/saml2sp/rest-cxf/pom.xml index 60959a3..3f70e0b 100644 --- a/ext/saml2sp/rest-cxf/pom.xml +++ b/ext/saml2sp/rest-cxf/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: SAML 2.0 SP REST CXF</name> - <description>Apache Syncope Extensions: SAML 2.0 SP REST CXF</description> + <name>Apache Syncope Ext: SAML2 SP REST CXF</name> + <description>Apache Syncope Ext: SAML2 SP REST CXF</description> <groupId>org.apache.syncope.ext.saml2sp</groupId> <artifactId>syncope-ext-saml2sp-rest-cxf</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/syncope/blob/9bbd1500/ext/swagger-ui/pom.xml ---------------------------------------------------------------------- diff --git a/ext/swagger-ui/pom.xml b/ext/swagger-ui/pom.xml index f2e4686..d7f0999 100644 --- a/ext/swagger-ui/pom.xml +++ b/ext/swagger-ui/pom.xml @@ -27,8 +27,8 @@ under the License. <version>2.0.3-SNAPSHOT</version> </parent> - <name>Apache Syncope Extensions: Swagger UI</name> - <description>Apache Syncope Extensions: Swagger UI</description> + <name>Apache Syncope Ext: Swagger UI</name> + <description>Apache Syncope Ext: Swagger UI</description> <groupId>org.apache.syncope.ext</groupId> <artifactId>syncope-ext-swagger-ui</artifactId> <packaging>jar</packaging>
